/*---------------------------------
  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: 11px;
  border: 1px solid rgb(63 152 167 / 41%);
  background: rgb(211 237 252 / 41%);
}

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

#password_protected_pass {
  border: 1px solid rgb(41 165 193 / 48%);
  border-radius: 5px;
  background-color: rgb(157 212 255 / 41%);
  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: 5px;
}

#login_error {
  margin-top: 20px;
}