/*Login Styles*/

body{
	background-color: #fff;
}
#login {

    width: 350px;
   

}
#login h1 a, 
.login h1 a {
            
	
		width:300px;
		background-size: 300px 100px;
		background-repeat: no-repeat;
        	padding-bottom: 15px;
        }
		
.login form {

	border:none;
    background: #ea1d2e;
    box-shadow: 1px 2px 31px rgba(0, 0, 0, 0.07); 
    border-radius: 24px

}

.login label {

    color: #fff;
    font-size: 16px;

}

.wp-core-ui .button-primary {

    background: #28397f;
    border-color: #28397f;
    border-radius:4;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	text-transform:none;
	font-weight:bold;

}
.wp-core-ui .button-primary:hover {

    background: rgba(25, 152, 212, 1);
    border-color: rgba(25, 152, 212, 1);

}
.pw-weak{
    display:none !important;
}
.description.indicator-hint{
    color:#fff;
}

label[for="user_login"]{
    visibility: hidden;
    position: relative;
}
label[for="user_login"]:after{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content:'Email Address';
}
.login #backtoblog a:hover, 
.login #nav a:hover{
	color:#999;
}