/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(../image/logo.png);
  width: 270px;
  height: 70px;
  background-size: 270px 70px;
}
 
/* Add a few changes to 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: #4da28f;font-weight:bold;
}
 
.wp-core-ui .button-primary {
  background: #4da28f;
}