body.login {
  background-color: white;
}
.login h1 a {
  color: #e53211;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

body.login .button-primary {
  background-color: #e53211;
  border-color: #e53211;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #e53211;
  border-color: #e53211;
}