body {
    overflow-y: auto;
    overflow-x: auto !important;
}
.auth_page_header {
    position: sticky;
    top: 0;
    z-index: 3;
}
.auth_page_header .top_header {
    background-color: #fff;
}
.custom_login_section {
    background-image: url(../images/recoimage.jpeg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 146px);
    padding: 30px;
}
.custom_login_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.auth_page_wrapper {
    position: relative;
    z-index: 2;
}
.common_auth_form {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 10px;
}
.forgot_auth_page,
.reset_auth_page,
.sign_auth_page {
    max-width: 600px;
    min-width: 600px;
    width: 100%;
}
.sign_auth_page .auth-captcha {
    margin-top: 10px;
}
.sign_up_auth_page .auth-captcha {
    margin-bottom: 10px;
}
.sign_up_auth_page {
    max-width: 1000px;
    min-width: 1000px;
    width: 100%;
}
.auth_page_head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}
.auth_title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 3px;
}
.auth_sub_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.cstm_form_grp_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    column-gap: 15px;
}
.cstm_form_grp_wrap .custom_input_group {
    width: 50%;
}
.cstm_form_grp_wrap .regi_mobile_number {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cstm_form_grp_wrap .regi_mobile_number .cstm_select {
    width: 190px;
}
.cstm_form_grp_wrap .regi_mobile_number .mobile_number_input {
    width: calc(100% - 200px);
}
.custom_input_group {
    position: relative;
    margin-bottom: 30px;
}
.pass-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.pass-icon .eye-off {
    display: none;
}
.custom_input_group .form-control[type="email"],
.custom_input_group .form-control[type="number"],
.custom_input_group .form-control[type="password"],
.custom_input_group .form-control[type="text"],
.custom_input_group .form-control[type="username"] {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: transparent !important;
    padding: 8px 16px;
    min-height: 54px;
    border-radius: 7.55px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.custom_input_group .form-control[type="email"]:focus,
.custom_input_group .form-control[type="email"]:hover,
.custom_input_group .form-control[type="number"]:focus,
.custom_input_group .form-control[type="number"]:hover,
.custom_input_group .form-control[type="password"]:focus,
.custom_input_group .form-control[type="password"]:hover,
.custom_input_group .form-control[type="text"]:focus,
.custom_input_group .form-control[type="text"]:hover,
.custom_input_group .form-control[type="username"]:focus,
.custom_input_group.cstm_textarea .form-control:focus,
.custom_input_group.cstm_textarea .form-control:hover {
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #fff !important;
}
.custom_input_group .form-control[type="email"]::placeholder,
.custom_input_group .form-control[type="number"]::placeholder,
.custom_input_group .form-control[type="password"]::placeholder,
.custom_input_group .form-control[type="text"]::placeholder,
.custom_input_group .form-control[type="username"]::placeholder,
.custom_input_group.cstm_textarea .form-control::placeholder {
    color: #fff;
}
.custom_input_group .form-control[type="password"] {
    padding-right: 40px;
}
.cstm_select .select2-selection.is-invalid,
.cstm_select .select2-selection.is-valid,
.form-control.is-invalid,
.form-control.is-valid {
    background-image: none;
}
.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    display: none;
}
.custom_input_group.cstm_textarea .form-control {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: transparent !important;
    padding: 14px 16px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 7.55px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    resize: none;
}
.cstm_select .select2-selection {
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #fff !important;
    background-color: transparent;
    padding: 8px 16px;
    height: 100%;
    min-height: 54px;
    border-radius: 7.55px;
}
.cstm_select .select2-selection--single:focus {
    background-color: transparent;
}
.cstm_select .select2-selection .select2-selection__rendered {
    line-height: 34px;
    color: #fff;
    padding-left: 0;
    font-size: 16px;
}
.cstm_select .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #fff;
}
.cstm_select .select2-selection .select2-selection__arrow {
    padding: 0;
    height: 100%;
    top: 0;
}
.cstm_select .select2-selection .select2-selection__arrow b {
    border: 0;
    background-image: url(images/auth/dropdown-icon.svg);
    background-position: right 0 center;
    width: 14px;
    height: 7px;
    left: auto;
    margin: 0;
    top: 24px;
}
.cstm_select .select2-container--open .select2-selection .select2-selection__arrow b {
    transform: rotate(180deg);
}
.form_btn_wrap {
    margin-top: 20px;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_btn_wrap .custom_btn {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 20px;
    height: auto;
    min-width: 140px;
    display: inline-flex;
    background: linear-gradient(180deg, #fb5315 0, #c60404 100%);
    color: #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    border: transparent;
    width: 100%;
}
.custom_input_group .error {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #ff9800;
    margin-top: 1px;
}
.form_btn_wrap .custom_btn:focus,
.form_btn_wrap .custom_btn:hover {
    background: #222;
}
.form_check_links_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.form_check_links_wrap .error {
    color: #ff9800;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1px;
    bottom: 7px;
}
.form_check_links_wrap .form-check {
    margin: 0;
    display: inline-flex;
}
.form_check_links_wrap .form-check .form-check-label {
    color: #fff;
    cursor: pointer;
}
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + .input-helper:after,
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + a + .input-helper:after,
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + a + .input-helper:before {
    top: 2px;
}
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"] + a + .input-helper:before {
    border-color: #f24512;
}
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before,
.form_check_links_wrap .form-check .form-check-label input[type="checkbox"]:checked + a + .input-helper:before {
    background-color: #f24512;
}
.auth_redirect_links,
.form_check_links_wrap .form-check .form-check-label .auth_redirect_links {
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.auth_redirect_links:hover,
.form_check_links_wrap .form-check .form-check-label .auth_redirect_links:hover {
    color: #ff9800;
}
.auth_form_redirect_wrap {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 5px;
}
.select2-container--default .select2-dropdown {
    border-bottom-left-radius: 7.55px;
    border-bottom-right-radius: 7.55px;
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #fff !important;
    background-color: #fff;
    overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #183acf;
}
@media (max-width: 1600px) {
    .custom_login_section {
        padding: 25px;
        min-height: calc(100vh - 145px);
    }
    .common_auth_form {
        padding: 25px;
    }
    .auth_page_head {
        margin-bottom: 20px;
    }
    .auth_title {
        font-size: 28px;
        line-height: 40px;
    }
    .auth_sub_text {
        font-size: 16px;
        line-height: 26px;
    }
    .custom_input_group .form-control[type="email"],
    .custom_input_group .form-control[type="number"],
    .custom_input_group .form-control[type="password"],
    .custom_input_group .form-control[type="text"],
    .custom_input_group .form-control[type="username"] {
        min-height: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    .custom_input_group.cstm_textarea .form-control {
        padding: 12px 16px;
        min-height: 50px;
        max-height: 50px;
    }
    .cstm_select .select2-selection {
        min-height: 50px;
        padding: 6px 16px;
    }
    .cstm_select .select2-selection .select2-selection__arrow b {
        top: 22px;
    }
    .form_btn_wrap .custom_btn {
        font-size: 18px;
        line-height: 28px;
        padding: 8px 18px;
        min-width: 130px;
    }
}
@media (max-width: 1399px) {
    .forgot_auth_page,
    .reset_auth_page,
    .sign_auth_page {
        max-width: 500px;
        min-width: 500px;
    }
    .sign_up_auth_page {
        max-width: 850px;
        min-width: 850px;
    }
    .custom_login_section {
        padding: 20px;
        min-height: calc(100vh - 132px);
    }
    .common_auth_form {
        padding: 20px;
    }
    .auth_page_head {
        margin-bottom: 15px;
    }
    .auth_title {
        font-size: 26px;
        line-height: 36px;
    }
    .custom_input_group .form-control[type="email"],
    .custom_input_group .form-control[type="number"],
    .custom_input_group .form-control[type="password"],
    .custom_input_group .form-control[type="text"],
    .custom_input_group .form-control[type="username"] {
        min-height: 46px;
    }
    .custom_input_group.cstm_textarea .form-control {
        padding: 10px 16px;
        min-height: 46px;
        max-height: 46px;
    }
    .cstm_select .select2-selection {
        min-height: 46px;
        padding: 5px 16px;
    }
    .form_btn_wrap .custom_btn {
        font-size: 16px;
        line-height: 26px;
    }
    .pass-icon {
        width: 16px;
        height: 16px;
    }
    .custom_input_group .form-control.is-invalid[type="password"],
    .custom_input_group .form-control.is-valid[type="password"] {
        background-position: right 38px center;
    }
    .cstm_select .select2-selection .select2-selection__arrow b {
        top: 20px;
    }
}
@media (max-width: 1199px) {
    .custom_login_section {
        min-height: calc(100vh - 131px);
    }
}
@media (max-width: 991px) {
    .custom_login_section {
        min-height: calc(100vh - 132px);
    }
    .auth_title {
        font-size: 24px;
        line-height: 32px;
    }
    .auth_page_wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sign_up_auth_page {
        max-width: 100%;
        min-width: auto;
    }
    .cstm_form_grp_wrap .regi_mobile_number .cstm_select {
        width: 130px;
    }
    .cstm_form_grp_wrap .regi_mobile_number .mobile_number_input {
        width: calc(100% - 140px);
    }
}
@media (max-width: 575px) {
    .custom_login_section {
        padding: 15px;
    }
    .auth_page_wrapper {
        width: 100%;
    }
    .forgot_auth_page,
    .reset_auth_page,
    .sign_auth_page {
        max-width: 100%;
        min-width: auto;
    }
    .common_auth_form {
        padding: 15px;
    }
    .auth_title {
        font-size: 22px;
        line-height: 30px;
    }
    .auth_sub_text {
        font-size: 14px;
        line-height: 24px;
    }
    .custom_input_group .error,
    .form_check_links_wrap .error {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 3px;
    }
    .form_check_links_wrap .error {
        bottom: 10px;
    }
    .custom_input_group {
        margin-bottom: 27px;
    }
    .custom_input_group .form-control[type="email"],
    .custom_input_group .form-control[type="number"],
    .custom_input_group .form-control[type="password"],
    .custom_input_group .form-control[type="text"],
    .custom_input_group .form-control[type="username"],
    .custom_input_group.cstm_textarea .form-control {
        min-height: 42px;
        font-size: 15px;
        line-height: 22px;
        padding: 6px 12px;
    }
    .cstm_select .select2-selection {
        min-height: 42px;
        padding: 3px 12px;
    }
    .custom_input_group.cstm_textarea .form-control {
        padding: 8px 12px;
        min-height: 42px;
        max-height: 42px;
        font-size: 15px;
        line-height: 22px;
    }
    .cstm_select .select2-selection .select2-selection__rendered {
        font-size: 15px;
    }
    .cstm_select .select2-selection .select2-selection__arrow b {
        top: 17px;
        width: 12px;
        height: 5px;
        background-size: 12px;
        background-repeat: no-repeat;
    }
    .pass-icon {
        width: 14px;
        height: 14px;
        right: 12px;
    }
    .custom_input_group .form-control[type="password"] {
        padding-right: 32px;
    }
    .auth_form_redirect_wrap,
    .form_check_links_wrap {
        font-size: 14px;
    }
    .cstm_form_grp_wrap {
        flex-direction: column;
    }
    .cstm_form_grp_wrap .custom_input_group {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .custom_login_section {
        min-height: calc(100vh - 126px);
    }
    .cstm_form_grp_wrap .regi_mobile_number .cstm_select,
    .cstm_form_grp_wrap .regi_mobile_number .mobile_number_input {
        width: 100%;
    }
    .cstm_form_grp_wrap .regi_mobile_number {
        flex-wrap: wrap;
    }
    .auth-captcha.g-recaptcha {
        transform: scale(0.87);
        transform-origin: left;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .auth-captcha.g-recaptcha > div {
        width: 100% !important;
        height: 100% !important;
    }
    .auth-captcha.g-recaptcha > div > div {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .custom_login_section {
        min-height: calc(100vh - 122px);
    }
    .auth_title {
        font-size: 20px;
        line-height: 28px;
    }
    .auth_sub_text {
        font-size: 13px;
        line-height: 22px;
    }
    .custom_login_section {
        padding: 12px;
    }
    .form_check_links_wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
    }
    .form-check .form-check-label input[type="checkbox"] + .input-helper:before,
    .form-check .form-check-label input[type="checkbox"] + a + .input-helper:before {
        width: 16px;
        height: 16px;
    }
    .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after,
    .form-check .form-check-label input[type="checkbox"]:checked + a + .input-helper:after {
        width: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .form_check_links_wrap .form-check .form-check-label {
        margin-left: 22px;
    }
    .form_btn_wrap {
        margin-bottom: 12px !important;
    }
}
