html, body{
    height: 100%;
}
.bt-flex-container{
    margin: 0;
    min-height: 66vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../img/login_blauer_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#login-header{
    position: relative;
    width: 100%;
    height: 30% ;
    background-image: url("../img/login_page_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cockpit-logo {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}
footer {
    font-size: 15px;
    color: #bed9eb;
    text-align: center;
}
footer a,
footer a:visited{
    color: #bed9eb;
}
footer a:hover {
    text-decoration: underline;
}

/* damit standard passwordToggler von microsoft edge ausgeblendet wird*/
input[type="password"]::-ms-reveal{
    display: none;
}
input.form-control, label.input-group-text,.fa.input-group-text{
    font-size: 18px;
    background-color: #effaff;
    border:0;
    padding:15px
}
label.input-group-text{
    padding-left: 20px;
}
input.form-control:focus{
    border:0;
    box-shadow: none;
    background-color: #effaff;
}
.input-group label img
{
    width: 30px;
}

.login-container{
    margin-top:3em;
    width: 450px;
    margin-left: auto;
    margin-right:auto;
}
.login-btn, .reset-btn{
    background-color: #a2cce6 !important;
    color: black;
    padding:10px;
    font-size: 18px;
}
.reset-btn{
    margin-top:20px;
}
.reset-btn:hover{
    color: black;
}
body > .bt-flex-container  {
    min-height: 70%;
}

@media (max-width: 767px) {
    #login-header{
        height: 150px;
    }
    body > .bt-flex-container  {
        min-height: calc(100vh - 150px);
    }
}
@media (max-width:576px) {
    .login-container{
        width:300px;
    }
    input.form-control, label.input-group-text,.fa.input-group-text{
        font-size: 16px;
        background-color: #effaff;
        border:0;
        padding:14px
    }
    #login-header{

        height: 115px ;}
    .reset-btn{
        font-size: 16px;
        padding:14px
    }

    body > .bt-flex-container  {
        min-height: calc(100vh - 115px);
    }
    .cockpit-logo img{
        width: 200px
    }
}

.passwort-vergessen i{
    color: white;
}
a {
    text-decoration: none;
    color: white;
}

label.required{
    margin: 10px 0 10px 0;
    color: white;
}
.form-heading {
    font-size: 24px;
    color: white;
}
#passwordToggler {
    background-color: #effaff;
    color:#3585c1;
    font-size: 20px;
}
.footer-pane {
    line-height: 1;
    max-width: 250px;
}

@media (max-width: 576px) {
    .impressum {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}
