body.login {
	background-color: #ffffff;
	color: #313135;
}

input,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    font-size: 16px !important;
}

.login #login_error, .login .message, .login .success {
	border-left: 0px;
	box-shadow: none;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.login h1 a {
	background: url(../../images/logo.png) no-repeat top center;
	width: 90px;
	height: 90px;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.login form {
	border: solid 0px silver;
	box-shadow: none;
	background-color: transparent;
	padding: 20px;
}

.login .button-primary {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 15px;
	background: #68ACA8;
	border-color: #68ACA8;
}

.login .button-primary:hover,
.login .button-primary:focus {
	background: #F7BEAB;
	border-color: #F7BEAB;
}

.login .button-primary:hover {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.login #backtoblog a,
.login #nav a {
	color: #ffffff;
}

.login label {
	width: 100%;
}

.login form .input {
	margin-top: 5px;
	border-radius: 0;
}

.login #backtoblog {
	display: none;
}

.login #nav {
	text-align: center;
}

p.forgetmenot {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.login form input[type=checkbox] {
	margin-right: 10px;
}

a.privacy-policy-link {
	color: #68ACA8;
}