body.login {
	background: url('login/');
 	background-repeat: no-repeat;
	background-attachment: fixed;
 	background-position: center;
	background-color: #f5e4c1;
}

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

#login h1 a {
  background-image: url('../login/login-logo.png');
	height: 150px;
	background-size: contain;
}


.login h1 a {
    background-size: 100%;
    height: 150px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 1rem;
    width: 100%;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #CD1626;
}

.wp-core-ui .button-primary {
    background: #CD1626;
    border-color: #CD1626;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
