/******************************************************************
LOGIN
******************************************************************/
body.login {
  background-color: #ffffff;
}

#login {
  width: 420px;
  padding: 4% 0 0;
}

.login .message {
  border-left: 4px solid #af4763;
}

.login h1 a {
  background: url(../../images/login-logo.png) no-repeat top center;
  width: 275px;
  height: 250px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 0;
  display: block;
}

form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
}

body 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);
}

#wp-submit {
  background-color: #094fa3;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  border: 0;
}
#wp-submit:hover {
  background-color: #4a9463;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .login h1 a {
    background: url(../../images/login-logo@2x.png) no-repeat top center;
    background-size: contain;
  }
}
