﻿body {
    background-image: none !important;

}

#oDivLogon {
    height: 280px;
    width: 100%;
    background-color: black;
    position: absolute;
    top: calc(50% - 105.5px);
    border-bottom: 5px solid #48E5E5;
}

#language_selector {
    height: 40px;
    width: 445px;
    position: absolute;
    top: calc(50% + 230px);
    left: calc(50% - 337px);
    z-index: 9999;
}


#language_selectorregister {
    height: 40px;
    width: 100%;
  
    position: absolute;
    top: calc(50% + 200px);
    left: calc(50% - 190px);
    z-index: 9999;
}

#LogonLogo {
    background-image: url(/APP_THEMES/Aerocompact/images/AEROCOMPACT_LOGO_Schutzzone_RGB.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    width: 550px;
    position: absolute;
    top: calc(50% - 282.5px);
    left: calc(50% - 380px);
}


.imglang {
    cursor: pointer;
}


#LogonForm {
    position: absolute;
    left: calc(50% - 347px);
    margin-top: 38px;
}

.tdLabel {
    width: 170px;
    padding: 0 0 10px 0;
    background-image: none;
    text-transform: uppercase;
}

div#LogonForm table td{
    padding-bottom: 5px;
}

.notregisteredlink {
    text-transform: uppercase;
    padding-left: 10px;
}

.spLabel {
    color: white !important;
}

.logonTextbox {
    width: 215px;
    border: none !important;
    position: relative;
    top: 4px;
    padding-left: 5px;
    font-weight: bold;
}

#LoginTextBox {
    background: #48E5E5 ;
}

.stdInputShort {
    width: 270px;
    height: 20px;
    background: #48E5E5 !important;
}

.validation-summary-errors {
    color: #fff;
}

#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;
}

#language_selector {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
}

    #language_selector.Registerpage {
        top: calc(50% + 330px);
        left: calc(50% - 250px);
        width: 515px;
    }

    .langContianer {
        display: flex;
    }

    .langContianer div {
        cursor: pointer;
        padding-right: 5px;
    }

.langTitle {
    padding-bottom: 15px;
}

.langMainContainer {
    padding-right: 33px;
}