/*---------------------------------
  Password Protected CSS
---------------------------------*/
.login-password-protected {
    background-image: url("../img/pttrn.png");
    background-color: #000000;
}

#login > h1 > a {
    background-image: url("../img/login.png");
    background-size: 128px;
    width: 128px;
    height: 105px;
    margin-bottom: 0px;
}

#loginform {
  border-radius: 25px;
  border: 1px solid rgba(35,35,35,0.9);
  background: rgba(0,0,0,0.4);
}

.login label {
  font-size: 20px;
  opacity:.95;
  margin: 0.7em;
  color: #bad9f0;
  text-shadow: 0px 0px 9px #b9e0fb;
}

#password_protected_pass {
  border: 1px solid rgba(35,35,35,0.9);
  border-radius: 8px;
  background-color: rgba(35,155,250,0.4);
  height: 40px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 9px #b9e0fb;
}

#password_protected_pass:focus{
  box-shadow: none;
  outline: 0;
}

#wp-submit{
  border-radius: 6px;
}

#login_error {
  margin-top: 20px;
}