.login h1 a {
  background-image: url('../images/logo_footer.png');
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center;
}
.login form .input, .login input[type=text] {
  background: #fff;
  padding: 13px 14px;
  font-size: 14px;
  color: #012246;
  font-family: "Century", arial, sans-serif;
  height: auto;
  border: solid 1px #e4e9e9;
  border-radius: 3px;
}
.wp-core-ui .button-primary {
  height: auto;
  padding: 13px 28px;
  background: #f49d34;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
body {
  background: #fafafb;
}
body .login form {
  -webkit-box-shadow: 0 0 8px rgba(3, 3, 3, 0.14);
  -moz-box-shadow: 0 0 8px rgba(3, 3, 3, 0.14);
  box-shadow: 0 0 8px rgba(3, 3, 3, 0.14);
}
