@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap";

html {
    height: 100%;
}
body {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    min-height: 700px;
    font-family: "IBM Plex Sans","Helvetica Neue",verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
}


.footer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
}

.contentl {
    display: table !important;    
    height: 100% !important;
    width: 100% !important;
    /*margin: auto auto auto auto;*/
    padding-bottom: 0px;
}
.parent {
    /* comportement visuel de cellule */
    display:table-cell;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    padding: 45px;
    /* background-color: antiquewhite; */
}

.enfant {
    padding: 0;
    width: 880px;
    margin: auto;
    background-color: white;
    border: 1px solid #E1E4F5;
}

.enfant > .row {
    margin: 0;
}

.enfant > .row > *:first-child {
    width: 350px;
    max-width: none;
    flex: 0 1 auto;
    padding: 0;
}

.enfant > .row > *:last-child {
    width: calc(100% - 350px);
    flex: 0 1 auto;
    max-width: none;
    padding: 0;
}

.Loginbar {
    width: 350px;
    height: 640px;
    padding: 48px 48px 48px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
}

.imglogin {
    width: 530px;
    height: 640px;
}

.ae {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.bmfTitle {
    margin-top: 3px;
    font-weight: bolder;
    font-size: 30px;
    line-height: 32px;
}

.bmf {
    /*height: 67.04px;*/
    margin-top: 32.67px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    /*display: flex;
    align-items: flex-end;*/
}

.remember-me-checkbox {
    float: left;
    margin-left: 0px !important;
    margin-bottom: 16px;
}

.remember-me-label {
    float: left;
    margin-left: 8px;
    margin-bottom: 16px;
}

.wblogin {
    margin-top: 5.25px;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #29426F;
}

.login-hidden-area {
    height: 42.5px !important;
    overflow: hidden
}

.label {
    font-size: 14px;
    color: #29426F;
    margin-bottom: 10.5px;
    letter-spacing: 0.32px;
    vertical-align: top;
}
.textbox, .form-control {
    font-size: 14px!important;
    background-color: white !important;
    color: #29426F !important;
    height: 40px!important;
    padding: 0 11px!important;
    border-radius: 0!important;
    /* box-shadow: none!important; */
    border: 1px solid #E1E4F5!important;
}

.btn-login-sz {
    width: 128px;
    height: 48px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.16px;
    border-radius: 0;
    border: 0;
}

.gri-login {
    color: #7884A0;
}
.gri-login2 {
    color: #29426F!important;
    font-size: 14px;
}
.schiphol-login2 {
    color: #004E96 !important;
    font-size: 12px;
    font-weight:bolder;
}
.txt-schiphol {
    color: #0E61AE;
}
.bg-schiphol {
    background-color: #0E61AE;
}

.brd-gri {
    border: 1px solid #DBDDE9;
}

.btn-register {
    border: 1px solid #DBDDE9;
    color: #7884A0;
    margin-left: 20px;
    width: 115px;   
}

label[for="RememberMe"] {
    line-height: 18px;
    vertical-align: top;
    margin-bottom: 0;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-left: 10px;
}

.form-group.mt-4 {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

.footer {
    position: static;
    display: flex;
    line-height: 18px;
    align-items: center;
    padding-top: 48px;
    /*margin-top: 48px;*/
}

.footer .footer_image_wrapper {
    width: 84px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DBDDE9;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

    .footer .footer_text p {
        margin: 0;
        color: #29426F;
        font-size: 14px;
        font-style: normal;
        font-family: Open sans;
        width: 130px;
        height: 42px;
        font-weight: normal;
        line-height: 21px;
        align-items: center;
    }
