﻿.btnLogin { width: 100% }
#message { background: #f8f0dd; border: solid 1px #D19C1F; color: #D19C1F; font-size: 20px; text-align: center; padding-top: 3px; margin-bottom: 0px; }
.error { color: Red; }

.input-validation-error { border: 1px solid #ff0000 !important; background-color: #ffeeee!important; border-radius: 5px!important; }

.input-validation-error1 { border: 1px solid #ff0000; background-color: #ffeeee; border-radius: 5px; height: 36px; }

.loginErrorTop {
    color: red;
    font-size: 14px;
    text-align: center;
}

.form-control {
    border-radius: 5px !important;
    height: 52px !important;
    border: solid 1px #E5E3E0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

    .form-control:focus {
        border: 1px solid #D19C1F !important;
    }

.loginError .form-control {
    border: solid 1px #D93540 !important;
}

.loginErrorTxt {
    display: none;
    color: #D93540;
    font-size: 14px;
    padding-top: 10px;
}

.loginError .loginErrorTxt {
    display: block;
}