/*----------------------------------------
    Login Page
------------------------------------------*/
#logo_image {
    right: 6vh;
    top: 2vw;
    height: 10vh;
    content: url(../../images/Du-Ventus-Logo_white.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24vw;
}

.login {
    background-image: url('../../images/background_login.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#login-page
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

#login-page .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

.login .card-panel {
    min-width: 550px;
    background-color:#ffffffdc;
}
.login .field-validation-error {
    margin-left:45px;
}
.login .validation-summary-errors {
    text-align:center;
}
.login .margin {
padding-bottom:10px;
}





footer {
    position: relative;
    bottom: 56px;
    left: -26px;
    color: white !important;
    font-size: 110%;
}
a:visited, a {
    text-decoration: none !important;
    font-weight: 700 !important;
}
footer a {
    color:white;
}
    