body {
  background: #eee;
}

.login h1 a {
  background-image: url(../../images/logo.svg);
  -webkit-background-size: 245px;
  background-size: 245px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #999;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 245px;
  height: 100px;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  display: block;
}

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


.wp-core-ui .button-primary {
  background: #acaa00;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:active, .wp-core-ui .button-primary:focus {
  background: #555;
}
