#login h1 a {
	background-image: url(../images/login-logo.png)!important;
    background-size: 200px 125px!important;
    width: 200px!important;    
    height: 125px!important;
    min-width: inherit!important;
    min-height: inherit!important;
    margin-bottom: 20px!important;
    outline: none;       
}
#login .login #login_error, .login .message {
	border-left: 4px solid #ee4b4a;
}
#login a, 
#login .dashicons-admin-users, 
#login label, 
#login #backtoblog a, 
#login #nav a,
#login input[type=checkbox]:checked:before {
	color: #ee4b4a!important;
}
#login a:hover,
#login #backtoblog a:hover, 
#login #nav a:hover {
	color: #333!important;
}
#login form .input, 
#login form input[type=checkbox], 
#login input[type=text] {
	color: #ee4b4a!important;
	font-size: 14px;
	padding: 5px;
}
#login .button-primary {
	background: #ee4b4a;
    border-color: #ce3130 #cf0403 #cf0403;
    -moz-box-shadow: 0 1px 0 #cf0403;
    -webkit-box-shadow: 0 1px 0 #cf0403;
    box-shadow: 0 1px 0 #cf0403;
    text-shadow: 0 -1px 1px #cf0403, 1px 0 1px #cf0403, 0 1px 1px #cf0403, -1px 0 1px #cf0403;
}
#login .button-primary:hover {
	background: rgba(238, 75, 74, 0.8);
}

@media screen and (max-width: 359px) {
	#login {
	    width: 300px;
	}
}
