input#email_address {
	width: 100%;
	font-size: 16px;
	color: #5E8C16;
	font-weight: 500;
	font-family: Open Sans, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 1.8em;
	line-height: 1.2em;
	padding: .3em;
}

input#email_address::placeholder {
	color: #CFD7DF;
}

#email_verification_form {
/*	position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
/*	height: 200%;*/
	background: whitesmoke;
}

#email_verification_form label[for="confirmationCode"] {
width: 100%;
}

.login__form-action input.button {
    width: 100%;
}

#email_verification_form .resend_message {
	padding: 10px;
	border: 2px solid #0c0;
	font-weight: bold;
	background-color: rgba( 0, 200, 0, .1 );
}

#email_verification_form .error_message {
	padding: 10px;
	border: 2px solid #c00;
	font-weight: bold;
	background-color: rgba( 200, 0, 0, .1 );
}

#email_verification_form .button.is-primary {
	color: #fff;
	background-color: #029dd6;
	border: 1px solid rgba(0, 0, 0, 0.6);
}

#email_verification_form .button.is-primary[disabled] {
	background-color: #fff;
	color: #666;
}