/**/
body.login {background:#fff !important;}

#login {
width:300px !important;
}
.login form {
border-radius:10px;
}
/*Login button*/
.button-primary{
font-size:16px; 
font-weight:400 !important;
min-width:150px;	
border:1px solid #000 !important; 
border-radius: 4px;
padding: 5px 10px 10px 10px; 
text-shadow: 1px 1px 0 rgba(0,0,0,0.3); 
text-align: center; 
color: #333 !important;
background-color:white !important;
}

.button-primary:hover{
border:1px solid #333 !important; 
cursor: pointer;
background-color: #ececec !important;
}
.login #backtoblog a, .login #nav a {
color:white !important;
}
