.loginInputIcon {
    margin-right: 10px;
}

.loginErrorIcon {
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    right: -30px;
}

.loginErrorUser {
    top: 0px;
}

.loginErrorPsw {
    top: 55px;
}

.loginContainer {
    display: inline-block;
}

.loginVersion {
    float: right;
    color: #FDFCFA;
    display: block;
}

.loginInput {
    width: 505px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid black;
    margin-bottom: 15px;
    font-size: 20px;
}

.loginTopBar {
    width: 100%;
    height: 60px;
    background: #DC8661;
    padding: 5px;
}

.loginLogo {
    margin-top: 120px;
    margin-bottom: 60px;
}

.loginButtonContainer {
    float: right;
    margin-top: 30px;
}

.loginButton {
    width: 150px;
    height: 40px;
    border: 2px solid #DC8661;
    background: #FAF9FD;
    color: #DC8661;
    margin-right: 2px;
    font-size: 20px;
}

.loginButtonDisabled {
    border-color: #E0E0E0;
    color: #E0E0E0;
}

.loginPopupContainer {
    position: absolute;
    -ms-transform: translate(-100%,-100%); /* IE 9 */
    -webkit-transform: translate(-100%,-100%); /* Safari */
    transform: translate(-100%,-100%); /* Standard syntax */
    /* left: 50px; */
}

.loginPopupContainerInner {
    margin-left: 5px;
    background: #FAF9FD;
    min-height: 70px;
    width: 250px;
    padding: 10px;
    overflow: hidden;
    box-shadow:0px 0px 5px 5px #DC8661;
    border-radius: 10px;
    font-style: italic;
}

.loginPopupArrow {    
    position: absolute;
    width: 0; 
    height: 0;
    margin-top: 15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right: 10px solid #E0E0E0;
}

.recoveryPassword {
    text-align: right;
    font-size: 12px;

}