body.login {
  background-color: #01B8E0;
}
.login h1 a {
  background-image: url('logo_nox-03.png');
  background-size: 120px;
  height: 120px;
  width: auto;
  margin: 0 auto;
}
.login label {
  font-size: 12px;
  color: #555555;
}
.login #nav a, .login #backtoblog a, .login a.privacy-policy-link { color: #ffffff; }

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}
.login .button-primary {
  width: auto;
  float:right;
  background-color:#fecf14 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fecf14), to(#fecf14));
  background: -webkit-linear-gradient(top, #fecf14, #fecf14);
  background: -moz-linear-gradient(top, #fecf14, #fecf14);
  background: -ms-linear-gradient(top, #fecf14, #fecf14);
  background: -o-linear-gradient(top, #fecf14, #fecf14);
  background-image: -ms-linear-gradient(top, #fecf14 0%, #fecf14 100%);
  color: #000000;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.login .button-primary:hover {
  background-color:#fecf14 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fecf14), to(#e8b51e ));
  background: -webkit-linear-gradient(top, #fecf14, #e8b51e );
  background: -moz-linear-gradient(top, #fecf14, #e8b51e );
  background: -ms-linear-gradient(top, #fecf14, #e8b51e );
  background: -o-linear-gradient(top, #fecf14, #e8b51e );
  background-image: -ms-linear-gradient(top, #0b436e 0%, ##e8b51e 100%);
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  border: none;
}

.login .button-primary:active {
  background-color:#fecf14 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8b51e), to(#fecf14));
  background: -webkit-linear-gradient(top, #e8b51e, #fecf14);
  background: -moz-linear-gradient(top, #e8b51e, #fecf14);
  background: -ms-linear-gradient(top, #e8b51e, #fecf14);
  background: -o-linear-gradient(top, #e8b51e, #fecf14);
  background-image: -ms-linear-gradient(top, #e8b51e 0%, #fecf14 100%);
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  border: none;
}
