body.login {
  background: #FFFFFF;
}

.login .button-primary {
  float: right;
  text-shadow: none !important;
  text-transform: uppercase;    
}

.login h1 a {
    background-image: url(login-logo.png);
    width: 250px;
    height: 130px;
    background-size: contain;
}

.login label {
  font-size: 12px;
  color: #335C64;
}

.login form {
  margin-top: 0px;
  background: #ffffff;
  box-shadow: none;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#335C64;
  padding: 9px;
  border-radius: 3px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#335C64;
  padding: 9px;
  border-radius: 3px;
}

.login .button-primary {
  width: 120px;
  float:right;
  height: 40px !important;
  background-color:#335C64 !important;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid #335C64;
  box-shadow: none;
}

.login .button-primary:hover {
  background-color:#30B44F !important;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #30B44F;
  box-shadow: none;
}

.login .button-primary:active {
  background-color:#30B44F !important;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #30B44F;
  box-shadow: none;
}

p#backtoblog {
  display: none;
}

.login #nav a {
    text-decoration: none;
    color: #335C64;
    text-align: center;
    display: table;
    margin: auto;
}