﻿
.errh {
    display: none;
}

.PassEye-ltr {
    position: absolute;
    top: 5px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.refralText {
    font-size: 21px;
    color: #ce373c;
}

.userLoginForm {
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f0f0f0;
    font-family: 'KalamehWeb' !important;
}

.max-w-1140 {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
}

.d-flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flx-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.login_box {
    position: relative;
    padding: 45px 35px;
    background: #fff;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    border-radius: 40px;
}

.login_img {
    text-align: center;
    margin-bottom: 20px;
}

.login-logo {
    max-width: 100%;
    height: auto;
}

.login_title h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #1f1f1f;
    font-weight: 800;
}

.login_h3t {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #666d7a;
    margin-bottom: 20px;
}

    .login_h3t:before,
    .login_h3t:after {
        content: '';
        background: #ddd;
        width: 30%;
        height: 1px;
        display: inline-block;
        position: absolute;
        top: 11px;
    }

    .login_h3t:before {
        right: 0;
        left: auto;
    }

    .login_h3t:after {
        left: 0;
        right: auto;
    }

.login_styles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .login_styles button {
        border: 1px solid transparent;
        border-radius: 10px;
        background: transparent;
        padding: 10px;
        font-size: 12px;
        color: #fff;
        flex: 0 0 33%;
        outline: none;
        text-align: center;
        color: #000;
        max-width: 33%;
    }

.login_btn:hover {
    background: #3dd28d;
    color: #fff;
}

.login_styles button:nth-child(1) {
    background: #ee5b46;
    background: #f0f0f0;
}

.login_styles button:nth-child(2) {
    background: #033631;
    background: #f0f0f0;
}

.login_styles button:nth-child(3) {
    background: #f9a31e;
    background: #f0f0f0;
}

.login_form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.userLoginForm .form-control {
    background-color: #fff !important;
    height: 50px !important;
    border-radius: 11px !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    color: #666d7a;
    font-size: 12px !important;
}

.userLoginForm label {
    margin: 0;
    font-size: 14px;
}

.userLoginForm * {
    font-family: 'Vazirmatn' !important;
    font-weight: 600;
}

.PassEye svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.login_btn {
    background: #285281;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px;
    border: 0;
    outline: none;
    font-weight: 700;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
}

.aposition_hr {
    font-size: 13px;
    float: none;
    color: #1f1f1f;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-top: 5px;
}

.signUp {
    color: #525862;
    display: block;
    font-size: 12px;
    text-align: center;
}

    .signUp strong, .bold {
        margin-right: 4px;
        font-weight: 900;
        font-size: 18px;
        color: #1f1f1f;
        margin-left: 4px;
    }

.refreshCaptcha {
    background: #fff4ce;
    border-color: #fff4ce;
    width: 60px;
    height: 30px;
    color: #1f1f1f !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

    .refreshCaptcha svg {
        height: 30px;
        display: inline-block;
    }

.PassEye {
    position: absolute;
    top: 8px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.HideEye {
    display: none;
}

.ShowEye {
    margin-left: 0px;
    position: absolute;
}

@media(max-width: 1024px) {
    .flx-40 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:850px) {
    .flx-40 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media(max-width:600px) {
    .flx-40 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media(max-width: 480px) {
    .flx-40 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login_box {
        padding: 20px;
    }

    #captchaId_prl {
        width: 100px;
    }

    #inputCaptcha {
        width: 130px !important;
    }

    .refreshCaptcha {
        width: 20px;
        height: 20px;
    }
}



.validate-input, .wrap-input100 {
    position: relative;
}

.color_box {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e0e0e2;
    box-shadow: 13px 11px 81px 0 rgb(0 0 0 / 10%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 10px;
    backdrop-filter: blur(7.2px);
    box-shadow: none;
    border: 1px solid #d9d9d9;
}

.input100 {
    padding: 14px 30px;
    border: 1px solid #e2e8f0 !important;
    transition: .3s;
    font-size: 16px !important;
    font-weight: 500;
    color: #5a5c7a;
    margin-bottom: 10px;
    border-radius: 7px !important;
    background-color: #fff;
    box-shadow: 15px 0 40px 5px rgb(61 67 79 / 10%);
    width: 100%;
    outline: 0 !important;
    caret-color: #525fe1;
    height: 100%;
    box-shadow: none;
}

.BtnFootLog {
    min-width: 0;
    font-size: 16px;
    color: #5a5c7a !important;
    font-weight: 600;
}

.button.-salmon {
    background: var(--theme-color) !important;
}

.login_h3t {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #666d7a;
    margin-bottom: 20px;
}

.login_styles button:nth-child(1) {
    background: #ee5b46;
    background: #f0f0f0;
}

.login_styles button:nth-child(2) {
    background: #033631;
    background: #f0f0f0;
}

.login_styles button {
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    flex: 0 0 33%;
    outline: none;
    text-align: center;
    color: #000;
    max-width: 33%;
}




.ReplyComment, .button {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
}

.BtnFootLog, .ReplyComment, .button {
    text-decoration: none !important;
    cursor: pointer;
}


.focus-input100 {
    display: block;
    bottom: 0;
    z-index: -1;
    box-shadow: 0 0;
    color: #525fe1;
}

.focus-input100, .login100-form-btn, .symbol-input100 {
    width: fit-content;
    border-radius: 25px;
}

.focus-input100, .symbol-input100 {
    left: 10px;
    height: fit-content;
    position: absolute;
}

    .symbol-input100 svg {
        fill: #b9bec9;
        width: 16px;
        height: 16px;
    }

.symbol-input100 {
    transition: .4s;
    top: 16px;
    justify-content: flex-start;
    right: 10px;
}

.TitleLogIn {
    color: #222429;
    margin-bottom: 9px;
    padding-bottom: 0;
    font-weight: 600;
    text-align: right;
}

.TitleLogIn, .TitleWidjets {
    font-size: 20px;
}

.input100:focus + .focus-input100 + .symbol-input100 svg, .wrap-input100 input:focus, input:not([type]):focus, input[type=text]:focus, select:focus {
    color: #1f1f1f;
    fill: var(--theme-color);
    border-color: var(--theme-color) !important;
    box-shadow: none
}
