  body.login {
  background: linear-gradient(135deg, #0054a4, rgba(0, 84, 164, 0.6), rgba(255, 221, 0, 0.3));
  color: #fff;
}
body.login .button-primary,
body.login input {
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.login h1 a {
  background-image: url(/wp-content/themes/stpius/front-end/assets/img/logo-2025.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
  width: 400px;
  height: 150px;
}
body.login .privacy-policy-page-link a {
  color: #fff;
}
body.login p.message {
  border-left-color: #0054a4;
  color: #3f3f3f;
}
body.login #login_error {
  color: #3f3f3f;
}
body.login #login form input[type="submit"] {
  background: #0054a4;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
body.login #login form input[type="submit"]:hover {
  background: #006ed7;
}
body.login form {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
body.login form h1 {
  color: #fff !important;
}
body.login form label {
  color: #fff;
}
body.login #backtoblog a,
body.login #nav a {
  color: #fff;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.login #backtoblog a:hover,
body.login #nav a:hover {
  color: #fff;
  text-decoration: underline;
}
