

body {
    /*background-color:


#eaf0fd   !important;
        */
    text-align: left;
    direction: ltr;
}

body {
    direction: rtl;
    text-align: right;
}


.btn-success {
    color: #ffffff !important;
    background-color: #2f3a79 !important;
    border-color: #2f3a79 !important;
}

/*
.form-control:focus{
        box-shadow: initial;
        border-color: initial;
}


*/

#agree_div.show_error {
    border: 2px solid red !important;
    border-radius: 6px !important;
}

.show_error input {
    border: 2px solid red !important;
    border-radius: 6px !important;
    transition: 0.5s ease;
}

.error_div {
    display: none;
    color: red;
}

.show_error .error_div {
    display: block;

}

.form-control {
    background-color: #fff !important;
    border: 1px solid #dbdbdb !important;;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;;
}

.form-control:focus {
    border-color: #2196F3 !important;
}

label {
    margin-bottom: 1px;
}

.form-group {
    margin-bottom: 10px;
}




body.login {
    background: #fff;
}

img.logo-center {
    display: block;
    margin: 0 auto;
    height: 60px;
    margin-top: 20px;
}

h3.login-title {
    text-align: center;
    font-weight: bold;
}

#main_panel {
    box-shadow: 0 0 10px 5px #e8e8e8;
}

.alert-danger {
    display: none;
}

a.forgot-pass {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

a.forgot-pass.extra {
    margin-top: 12px;
}

.agree_div {
    /* no style needed here except possible padding if wanted */
}

#terms_content {
    width: 100%;
    display: none;
}

.text-center.pt-12 {
    padding-top: 12px;
}

input.min-width-170 {
    min-width: 170px;
}

.error_div {
    /* Optional styling for error divs */
}

.login-title {
    color: #2f3a79;
}

.ltr-input {
    text-align: left;
    direction: ltr;
}

.form-group-hidden {
    display: none;
}

.full-width-iframe {
    width: 100%;
}
