.login h1 a {
        background-image: none, url("https://bavarian-nordic.dev.grm.digital/en/wp-content/uploads/sites/2/2025/08/BavarianFavicon-1.png") !important;
}

body {
    background-color:  #FBF5F4 !important;
}
a  {

    font-weight: bolder;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #b83b26 !important;

    margin-top: 1.5rem;
}
input[type="submit"] {
    color: #fff !important;
    background-color: #b83b26 !important;
    border-color: #b83b26 !important;


}
input[type="submit"]:active {
    color: #fff !important;
    background-color: #932f1e !important;
    border-color: #8a2c1d !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; 
}
input[type="submit"]:hover {
    color: #fff !important;
    background-color: #9c3220 !important;
    border-color: #932f1e !important;
}
input[type="text"]:focus, input[type="password"]:focus,input[type="checkbox"]:focus, button[type="button"]:focus {
    border-color: #b83b26 !important;
    box-shadow: 0 0 0 0.2rem rgba(184, 59, 38, 0.25) !important;

}
input[type="text"], input[type="password"] {
    padding: 0.5rem 1rem !important;
}
 button[type="button"] span {
     color: #b83b26 !important;
 }
 input[type=checkbox]:checked::before {
    fill: #b83b26 !important;
 }

 .login .message, .login .notice, .login .success {
    border-left: 4px solid #b83b26 !important;
    
 }
 #login {
    width: 480px !important;
    padding: 5% 0 0;
    margin: auto;
 }
 .login form {
    border-radius: 7px !important;
 }
 * {
    font-size: 16px !important;
 }
 #wp-auth-check-wrap #wp-auth-check {
    width: 570px !important;
 }