.page-node-type-protected-page .main-content {
	padding: 0;
}

.page-node-type-protected-page #block-edrive-page-title,
.page-node-type-protected-page article,
#block-edrive-tools,
#block-edrive-login,
#block-edrive-admin,
#block-edrive-local-tasks,
#user-login-form {
	display: none;
}

.page-node-type-protected-page #user-login-form,
.page-node-type-protected-page #block-edrive-login {
	display: block;
}

#block-edrive-login,
#user-register-form,
.context-registration div[role="contentinfo"],
#user-pass {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 20px;
}

#block-edrive-login label,
.context-registration h2,
#block-edrive-login h2 {
	display: none;
}

#block-edrive-login .js-form-type-textfield,
#block-edrive-login .js-form-type-password {
	width: calc(50% - 5px);
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

#block-edrive-login .js-form-type-password {
	float: right;
}

#block-edrive-login .js-form-type-textfield input,
#block-edrive-login .js-form-type-password input,
#user-register-form input,
#user-pass input {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: 1px solid #c9c9c9;
	padding: 0 15px;
	box-sizing: border-box;
}

#user-register-form .description,
#user-pass p {
	padding: 5px 0 25px;
	font-size: 14px;
	font-style: italic;
}

#user-register-form #edit-timezone {
	display: none;
}

#block-edrive-login .button,
#block-edrive-login .create-account-link {
	width: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
}

#block-edrive-login .button {
	margin: 15px 0 0;
}

#block-edrive-login .form-actions,
.context-user-register .form-actions,
.context-user-password .form-actions {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
	clear: both;
	display: block;
}

.context-user-register .main-content form label,
.context-registration .main-content form label,
.context-user-password .main-content form label {
	display: block;
	padding-bottom: 5px;
}

#block-edrive-login .form-actions:after,
#block-edrive-login .create-account-link:after {
	content: "\e904";
	font-family: "edrive";
	position: absolute;
	right: 10px;
	top: 22px;
	color: #fff;
	font-size: 23px;
}

#block-edrive-login .create-account-link:after {
	top: 4px;
}

.page-node-type-protected-page .request-password-link {
	display: block;
	padding-top: 8px;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}

.context-user-register h1,
.context-user-password h1 {
	text-align: center;
	padding-top: 30px;
	font-size: 40px;
}

div[role=alert],
.set-password div[role="contentinfo"] {
	padding: 15px;
	background: #f9cdcd;
	color: #7e0808;
	border: 1px solid #7e0808;
	margin: 20px 0;
}

.set-password div[role="contentinfo"] {
	background: #d3efcc;
	color: #367d01;
	border-color: #367d01;
}