body.login {
    background: #7F6A8A;
    background-image: url('https://muskelkatze.com/wp-content/uploads/2024/02/beach.webp');
}

.login h1 a {
    background-image: url('https://muskelkatze.com/wp-content/uploads/2024/02/gruenes-logo-white-background.png');
}

.login .message {
    font-family: Arial, sans-serif;
    background: #ffffe0;
    border-radius: 10px;
    border: 1px solid #04B431;
    color: #04B431; 
    text-align: center;
}

.login #login_error {
    font-family: Arial, sans-serif;
    background: #ffffe0;
    border-radius: 10px;
    border:1px solid #ff0000;
    color: #ff0000;
    text-align: center;
}



.login form {
    background: #E1F3F2;
    color: #12A098;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.login label {
    text-align: center;
}

.login input {
    text-align: center;
}

.login .forgetmenot label {
    /*...*/
}

.login input.button-primary {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    text-transform: uppercase;
    background: #12A098;
    background-image: none;
    border:none;
    border: #cebca5 solid 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login input.button-primary:hover,
.login input.button-primary:focus {
    background: #12A098;
    background-image: none;
    border:none;
    color: #FFFFFF;
    text-shadow: #000000 1px 1px 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login #nav {
    text-align: center;
    font-weight: bold;
}

.login #backtoblog {
    display: none;
}