html, body {
    height: 100%;
    margin: 0;
    background: #fbfbff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

@media (max-width: 992px) {
    body {
        background-image: url('/shared/img/LoginFormularBackgroundHerbst.jpg?v=2.6');
        height: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: initial;
        background-position: right;
    }

    .login-box > .form-container {
        -webkit-box-shadow: -3px 3px 1px 2px #EFECF6;
        box-shadow: -3px 3px 1px 2px #EFECF6;
    }
}

a {
    color: #5B7CFD;
    cursor: pointer;
}

.form-container {
    margin: auto;
    padding: 40px !important;
    max-width: 400px;
    background: white;
    -webkit-box-shadow: -3px 3px 1px 2px #EFECF6;
    box-shadow: -3px 3px 1px 2px #EFECF6;
}

.padding-0 {
    padding: 0px !important;
}

.login-background {
    background-image: url("/shared/img/LoginFormularBackgroundHerbst.jpg?v=2.6");
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

.login-container {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
    margin: 0px !important;
    text-align: center;
}

.login-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 38px;
    color: #7F7F7F;
}

    .login-title > span {
        color: #B41C1C;
    }

/*    .login-title > sup {
        font-size: 30px;
    }*/

.login-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0;
}

.login-box {
    margin: auto;
    width: 100%;
}

.login-contact {
    margin-bottom: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.form-container input {
    height: 40px;
    line-height: 40px;
}

.login-options > a:first-child {
    float: left;
}

.login-options > a:last-child {
    float: right;
}

.login-error {
    margin-top: 10px !important;
    display: block !important;
}

.form-container input {
    margin-bottom: 8px;
}

*:focus {
    outline: none;
}

.swal2-title {
    color: #5B7CFD !important;
    display: block !important;
    font-size: 20px !important;
    margin: 10px !important;
}

.swal2-input {
    font-size: 14px !important;
    width: 100% !important;
}

.swal2-html-container {
    overflow-x: hidden !important;
}

.swal2-confirm.swal2-styled {
    background-color: #5B7CFD !important;
}

.swal2-input:focus {
    box-shadow: none !important;
}

.swal2-input:active {
    box-shadow: none !important;
}
