body.login {
    background: url(https://shop.getraenke-dobrovits.at/wp-content/uploads/2020/12/bg_login.jpg);
    background-size: cover;
    background-position: center;
}
body.login div#login {
    position: relative;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px;
    border-radius: 0;
border-radius: 25px;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 400px;
    text-align: center;
    box-shadow: 0px 10px 25px -10px #000;
}


body.login form#loginform {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 0;
}

body.login input#wp-submit {
    background: #269f83;
    border-color: #269f83;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 25px;
    width: 100%;
    margin-top: 10px;
 
    padding: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
#login h1 a, .login h1 a {
    background-image: url(https://shop.getraenke-dobrovits.at/wp-content/themes/dobroshop/images/gd-logo.png);
    height: 85px;
    width: 320px;
    background-size: 320px 85px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    display: none;
}
@media (max-width: 768px){
body.login {
    background: url(https://shop.getraenke-dobrovits.at/wp-content/uploads/2020/12/bg_login.jpg);
    background-size: cover;
    background-position: center;
}
}

.login .message {
    background: #269f83;
    border-radius: 20px;
    border: 0 none;
    color: #fff;
    box-shadow: 0px 5px 15px -10px #333;
    font-weight: bold;
    text-align: center;
}

.login #login_error {
    background: #d63638;
    border-radius: 20px;
    border: 0 none;
    color: #fff;
    box-shadow: 0px 5px 15px -10px #333;
  
    text-align: center;
}
