﻿body {
    background-image: none !important;
    overflow-y: auto !important;
}

.spLabel{
    font-size: 14px;
}

#oDivLogon {
    height: 290px;
    width: 100%;
    background-color: #00B0AA;
    position: absolute;
    top: calc(50% - 105.5px);
}

#language_selector {
    height: 40px;
    position: absolute;
    top: calc(50% + 200px);
    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/Haticon/images/MSG-Signet-Anthrazit-RGB.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 350px;
    position: absolute;
    top: calc(50% - 405px);
    left: calc(50% - 192px);
}


.imglang {
    cursor: pointer;
}


#LogonForm {
    position: absolute;
    left: calc(50% - 190px);
    margin-top: 38px;
}

.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;
}

.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;
}
