/* Change background color and font family */
body {
background: #D3D3D3;
font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image*/
.login h1 a {
background-image: url('../images/logo.png');
width: 136px;
height: 81px;
background-size: 136px 81px;
}
 
/* Change the color and style of form itself */
.login label {
color: #454545;
display: block;
margin-bottom: 1em;
font-weight: bold;
}
 
.login form .input {
font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
color: #B18310;
}
 
.wp-core-ui .button-primary {
background: #B18310;
color: #FFF;
border:none;
box-shadow:none;
text-shadow: none;
}

.wp-core-ui .button-primary:hover {
background:#D69F15;
color: #FFF;
border:none;
box-shadow:none;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
color: #D69F15;
}