/* Change background color and font family */
body {
  background: #f8fafa;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo.png);
  width: 200px;
  height: 200px;
  background-size: 213px 200px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #0073AA;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #0073AA;
}
 
.wp-core-ui .button-primary {
  background: #0073AA;
}