/* custom styles */
#login { width: 450px!important; }
body.login {
  background-size: cover;
  repeat: no-repeat;
  background-position: center center;
}
body.login div#login { padding-top: 30px; }
body.login div#login h1 a {
  background-image: url('/wp-content/uploads/2025/07/favicon.png');
  width: 300px!important;
  height: 110px;
  background-size: contain;
}
.login #backtoblog, .login #nav {
  font-size: 14px;
  font-weight: bold;
}
.login #login_error { display: none; }
.login #loginform { border-radius: 12px;}
.login #loginform, #lostpasswordform {
  /*background-color: rgba(49, 130, 206,.8);*/
  background: linear-gradient(180deg, rgba(49, 130, 206,.6) 35%, rgba(100,168,229,.6) 100%);
  border: none;
  color: #FFF!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  padding: 35px 50px;
  border-radius: 12px;
}
.login .forgetmenot, .login .submit {
  width: 100%;
  display: block;
}
.login .button-primary {
  background: #cb0e0e!important;
  border-radius: 6px!important;
  width: 100%;
  height: 42px;
  margin-top: 18px!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
  border: none!important;
}
.login #loginform input[type="text"], .login #loginform input[type="password"], #lostpasswordform input[type="text"] {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
}
.login #loginform *:focus {
  outline: none!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  box-shadow: none!important;
}
.login #nav {
  text-align: center;
  color: #FFF!important;
}
.login #nav a { color: #FFF!important; }
.login #backtoblog { display: none; }
.login .privacy-policy-page-link a { color: #FFF!important; }
.custom-login-message {
  text-align: center;
  color: #FFF;
  font-family: LinoGothic-Vector;
  font-size: 28px;
}
.custom-login-message small { font-size: 18px; }