#loginBox {
    position: fixed;
    color: #777;
    display: block;
    padding: 0px!important;
    background-color: rgba(255,255,255,1);
    border-radius: 3px;
    display: block;
    width: 400px;
    z-index:101;
} 

#hidePage {
    display: block;
}

#hidePage #loading {
    background-image: none; 
}

#loginHidePage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);    
    display: none;
    z-index: 200;
    background-image: url(../img/loader.gif); width:80px; height: 80px; background-size: 80px 80px;  background-position: center 30%; background-repeat: no-repeat; 
}


#headerLogin {
    width:100%;
    height:90px;
    font-size: 13pt;
    margin-bottom: 10px;
    /*line-height: 70px;*/
}

#logoOnLogin {
    font-family: 'Montserrat';
    color: #FC977C;

    font-size: 50pt;
    height:70px;
    text-align: center;
    background: -webkit-linear-gradient(#FC977C, #da6b96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input {
    padding: 8px;
    border: 2px solid #eee;
    text-align: center;
}

.inputError {
    border: 2px solid #FF0000;
}

#loaderLogin, #loaderResetLogin {
   
}

#errorLogin, #errorResetLogin {
    height: 36px; color: red; margin-top: 10px; font-size: 10pt; display: none;
    background-image: url(../img/warning-96.png); background-size: 36px 36px; background-repeat: no-repeat; background-position: center left;
    padding-left: 44px; line-height: 16px;
}

#messageResetLogin {
    margin-top: 10px; font-size: 10pt; display: none;
    background-image: url(../img/info-480.png); background-size: 36px 36px; background-repeat: no-repeat; background-position: center left;
    padding-left: 44px;
}

#topmenu {
    display:none!important;
}

#footer {
    display: none!important;
}