body.login {
  background: #F4F4F4;
}
body.login .button.button-primary.button-large {
  appearance: none;
  background: #009966;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  color: white;
  font-size: 18px;
  height: unset;
  line-height: 34px;
  font-weight: 500;
  font-family: sans-serif;
  margin-top: 20px;
  padding: 5px 30px;
  text-shadow: none;
}
body.login .button.button-primary.button-large:hover {
  cursor: pointer;
  background: #8CC341;
}
body.login a:hover {
  color: #009966 !important;
}
body.login h1 a {
  background: url(../images/logo-mini-new.png) no-repeat top center;
  background-size: contain;
  width: 324px;
  height: 130px;
  margin-bottom: 0;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
body.login form {
  padding: 26px 24px 26px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
}
body.login form .input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
body.login .login-redirect__message {
  color: #555555;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
body.login .login-redirect__message.login-redirect__message--error {
  background: #ffecec;
  border: 1px solid #f5aca6;
}
body.login .login-redirect__message.login-redirect__message--success {
  background: #e9ffd9;
  border: 1px solid #a6ca8a;
}
body.login .login-redirect__message.login-redirect__message--warning {
  background: #fff8c4;
  border: 1px solid #f2c779;
}
body.login .login-redirect__message.login-redirect__message--notice {
  background: #e3f7fc;
  border: 1px solid #8ed9f6;
}
body.login input[type=checkbox]:checked::before {
  color: #009966;
}
body.login input[type=checkbox]:focus {
  border-color: #009966;
  box-shadow: 0 0 2px rgba(30, 153, 102, 0.8);
  outline: 2px solid transparent;
}
.login #login_error,
.login .message,
.login .success {
  border-left: 4px solid #009966;
}
body.login .login-redirect__message.login-redirect__message--warning {
  background: #0B9966;
  border: 1px solid transparent;
  color: white;
}
