﻿body {
    background-image: none !important;
}

#oDivLogon {
    height: 235px;
    width: 100vw;
    background-color: #0d71b9;
    position: absolute;
    top: calc(50% - 105.5px);
}

#language_selector {
    height: 40px;
  
    position: absolute;
    top: calc(50% + 140px);
    left: calc(50% - 190px);
    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/Isotec/images/Isotec_LogonLogo.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 900px;
    position: absolute;
    top: calc(50% - 400px);
    left: calc(50% - 453px);
}


.imglang {
    cursor: pointer;
}


#LogonForm {
    position: absolute;
    left: calc(50% - 190px);
    margin-top: 38px;
}

.tdLabel {
    width: 170px;
}

.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;
}

.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;
}

