body.ect-login.login {
	font-size: 13px;
	/* text-transform: uppercase; */
}
.ect-login.login input:-webkit-autofill,
.ect-login.login input:-webkit-autofill:hover,
.ect-login.login input:-webkit-autofill:focus {
	transition: background-color 1000s ease-in-out 0s;
}
.ect-login.login #login {
	padding: 0;
	position: relative;
	top: 15%;
}
@media screen and (max-height: 550px) {
	.ect-login #login { top: 20px; }
}
.ect-login.interim-login #login {
	top: 0;
}
.ect-login.login h1 {
	background-color: #ffffff;
	padding: 12px 36px;
}
.ect-login.login h1 a {
	background-position: center;
	background-size: contain;
	height: 150px;
	margin-bottom: 0;
	width: auto; 
}
.ect-login #login_error,
.ect-login.login .message {
	box-shadow: none;
	padding: 12px 36px;
	margin-bottom: 0;
	text-align: center;
}
.ect-login #login_error {
	background: #f8d7da;
	border-left-color: #721c24;
	color: #721c24;
	font-size: 0.9em;
}
.ect-login #login_error a {
	color: inherit;
}
.ect-login.login .message {
	background: #d4edda;
	border-left-color: #155724;
	color: #155724;
}
.ect-login.login form {
	box-shadow: none;
	margin-top: 0;
	padding: 12px 36px
}
.ect-login #login form p {
	margin-bottom: 6px;
}
.ect-login.login form label {
	font-size: 1em;
}
.ect-login.login form .forgetmenot label {
	font-size: 1em;
}
.ect-login.login #user_login,
.ect-login.login #user_pass,
.ect-login.login #user_email {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
	padding: 4px 8px;
}
.ect-login.login #wp-submit {
	border: 0 none;
	border-radius: 0;
	font-size: 1.25em;
	height: 36px;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
}
.ect-login.login #nav {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 12px 36px 12px;
	text-align: center;
}
.ect-login.login #nav a {
	font-size: 1em;
}
.ect-login.login #backtoblog {
	display: none;
}
.ect-login.login #login #lostpasswordform p {
	margin-bottom: 12px;
}
.ect-login.login #login #lostpasswordform p.submit {
	margin: 0;
}
.ect-login.login #reg_passmail {
	font-size: 0.9em;
}