body {
  background: #fefff7;
}

body.login h1 a {
  background: url("../images/login-bg.png") no-repeat center / contain;
  width: 220px;
  height: 139px;
}

.wp-core-ui .button-primary {
  background: #a7b716;
  border: none;
  transition: background-color 0.25s ease;
}
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:active {
  background: #4e5609;
  border: none;
}

body.login input:-webkit-autofill,
body.login input:-webkit-autofill:hover,
body.login input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
  transition: background-color 9999s ease-in-out 0s;
}

body.login h1 a:focus {
  outline: none;
  box-shadow: none;
}

.back-home {
  text-align: center;
  margin-top: 20px;
}

.back-home a {
  color: #4e5609;
  text-decoration: none;
  font-size: 13px;
}

.back-home a:hover {
  text-decoration: underline;
}
