body {
    background-image: none !important;
    overflow-y: auto !important;
}

.spLabel {
    font-size: 14px;
}

#oDivLogon {
    height: 100vh;
    width: 30%;
    min-width: 500px;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
}

#oDivInner {
    background-color: rgba(20,51,71,0.8);
    height: 70%;
    display: flex;
    justify-content: center;
}

#language_selector {
    height: 40px;
    z-index: 9999;
    display: flex;
}

.langregDiv {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

    .langregDiv img {
        margin-bottom: 5px;
    }

    .langregDiv span {
        color: white;
        font-weight: bold;
    }

#language_selectorregister {
    height: 40px;
    width: 100%;
    position: absolute;
    top: calc(50% + 200px);
    left: calc(50% - 190px);
    z-index: 9999;
}

#LogonLogoContainer {
    width: 100%;
    height: 30%;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: end;
}

#LogonLogo {
    background-image: url('../APP_THEMES/NextMounting/images/Next-Mounting_Logo_RGB_Loginscreen.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 155px;
    width: 410px;
    margin-bottom: 10px;
}


.imglang {
    cursor: pointer;
}


#LogonForm {
    padding-top: 90px;
}

.tdLabel {
    width: 205px;
}

.spLabel {
    color: white !important;
}

.logonTextbox {
    width: 215px;
    background-color: white !important;
    border: none !important;
    position: relative;
    top: 4px;
    padding-left: 5px;
    font-weight: bold;
}

.stdInputShort {
    width: 176px;
}

#cookieAlert {
    font-size: 16px;
    position: absolute;
    left: calc(50% - 170px);
    text-align: center;
    top: 50px;
    color: red;
}

.cookieDescription {
    font-size: 12px !important;
    text-align: left;
    width: 200px;
    height: 500px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 56.2%;
    height: 0;
    /* Put the video in the background */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 500px;
    }

#ClientSelectionContainer {
    display: none;
}
