/*
    Stylesheet Datei für das Bambach Webdesign Login Modul.

    https://bambach-webdesign.de
*/
body.login {
    flex-direction: column;
    background-image: url(https://zahnarztpraxis-geldersheim.de/wp-content/uploads/background.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}
#login {
    width: 320px;
    padding: 0;
    margin: auto;
    background: #fff;
    margin-top: 100px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#login h1 a {
    background-image: url(https://zahnarztpraxis-geldersheim.de/wp-content/uploads/zahnarztpraxis-geldersheim_web.svg);
    background-size: 270px;
    width: 100%;
    height: 50px;
}
#login .button-primary {
    background: #97b213;
    border-color: #97b213;
    color: #fff;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin-top: 15px;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: none;
}