body.login {
background: #fff;
}
.login h1 a {
display:none;	
}
.login h1 {
background:url('img/logo-camera.png') no-repeat center center;	
width:320px;
height:108px;
margin: 0 auto;
background-size: auto;margin-bottom:20px;
}
.wp-core-ui .button-primary {
background: #BE1E2D;
border-color: #92101D;
-webkit-box-shadow: inset 0 1px 0 rgba(190,30,45,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(190,30,45,.5),0 1px 0 rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
}
.wp-core-ui .button-primary:hover {
background: #92101D;
-webkit-box-shadow: inset 0 1px 0 rgba(146,16,29,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(146,16,29,.5),0 1px 0 rgba(0,0,0,.15);

}