/* ========================= SignUp page start here ========================= */
.signup_wrapper {
    margin: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: #e30045;
}

.signup_img {
    width: 50%;
}

.signup_inner {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    max-width: 500px;
    width: 50%;
    margin: 40px 15px;
    box-shadow: 0px 4.54px 17.03px 0px #142C6B40;
}

.signup_img img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.signup_content h2 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #082431;
}

.signup_content p {
    font-size: 15px;
    font-weight: 500;
    color: #082431;
    margin-bottom: 20px;
}

.signup_content .form-group {
    padding-top: 0;
    padding-bottom: 18px;
}

.signup_content .input-row label {
    position: absolute;
    top: -7px;
    left: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 10.96px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    margin: 0;
    padding: 0 6px;
    color: #142C6B;
    background-color: #fff;
}

.signup_content .input-row {
    width: 100%;
    display: flex;
    position: relative;
    border: 0.68px solid #142C6B;
    border-radius: 6.85px;
}

.signup_content_form_otp {
    display: flex;
    gap: 10px;
}

.signup_content .input-row input.form_control_otp {
    width: 50px;
    border: 0;
    text-align: center;
    border-radius: 7px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16.44px;
    letter-spacing: 0.41px;
    color: #000000;
}

.form_control_otpno {
    width: 100%;
    font-weight: 600;
    font-size: 16.44px;
    letter-spacing: 0.41px;
    padding: 10px 15px 10px 0;
    margin: 0;
    border: 0;
    color: #000000;
    border-radius: 7px;
}

.signup_content_form_otp .input-row select,
.signup_content .input-row input.form_control {
    border: 0;
    border-radius: 7px;
    width: 100%;
    padding: 18px 15px 18px 0;
    font-size: 15px;
    color: #848484;
}

.signup_content_form_otp button {
    white-space: nowrap;
    background: #C3C9D4;
    border-radius: 6.85px;
    border: 0.68px solid #D4D4D4;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16.44px;
    letter-spacing: 0.41px;
    color: #fff;
    padding: 15px 18px;
    transition: all 0.4s ease-in-out;
}

.signup_content_form_otp button:hover {
    background: #142C6B;
    color: #fff;
}

.signup_content .otp-group {
    display: flex;
    border: 0.68px solid #B7B5B5;
    border-radius: 6.85px;
}

.signup_content .otp-group input {
    font-family: Poppins;
    font-size: 16.44px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    padding: 20px;
    border: 0;
    border-radius: 7px;
    width: 100%;
}

.signup_content .otp-group button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16.44px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    white-space: nowrap;
    text-align: right;
    background: transparent;
    color: #848484;
    border: 0;
    padding: 16px;
}

.signup_content .checkbox-group {
    font-size: 13px;
    padding: 10px 0 14px;
}

.signup_content .checkbox-group input {
    margin: 0 5px -2px 0;
}

.signup_content .create-btn {
    background: #142C6B;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 15.9px;
    line-height: 1.2;
    letter-spacing: 0.46px;
    padding: 15px;
    border: 1px solid #142C6B;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.signup_content .create-btn:hover {
    color: #142C6B;
    background-color: #fff;
}

.signup_content .terms {
    text-align: center;
    font-size: 12px;
    margin-top: 14px;
    color: #082431;
}

.signup_content .terms a {
    color: #E30146;
    text-decoration: none;
}

.signup_content .terms a:hover {
    text-decoration: underline;
}

.signup_content .form-group+.form-group {
    padding: 0;
    border: 0;
    margin: 0;
}

.otp-gstin_txt {
    margin-top: 8px;
}

.otp-gstin_txt a {
    font-size: 13px;
    color: #082431;
    transition: all 0.4s ease-in-out;
}

.otp-gstin_txt a:hover {
    color: #E30146;
}

.signup_content .checkbox-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 13.7px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    color: #082431;
    cursor: pointer;
}
#login-verify .signup_supplier_txet {
    height: calc(100vh - 300px);
    overflow: hidden;
}

.signup_supplier_btn.signup_gstin_btn {
    padding: 20px 0;
}

.signup_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.signup_content input:focus-visible {
    outline: none;
}

/* ------------------- SignUp step 1 page start here ------------------- */

.signup_bank_icon {
    list-style: none;
    padding: 0 0 15px;
    margin: 0 0 35px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #D4D4D4;
    position: relative;
}

.signup_bank_icon li {
    text-align: center;
}

.signup_bank_icon li p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 10px 0;
    line-height: 24px;
}

.signup_bank_icon::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #142C6B;
}

.signup_bank_icon li:last-child p {
    color: #A29E9A;
}

.signup_option_group {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 22px 0;
}

.signup_ctnt_form_row .signup_content_form_otp {
    width: 50%;
}

.signup_option_group input[type="radio"] {
    display: none;
}

.signup_option_group .option {
    position: relative;
    border: 0.68px solid #B7B5B5;
    border-radius: 12px;
    padding: 10px 0 20px 35px;
    width: 200px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.signup_option_group .option .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 0;
    background-color: #ccc;
    position: absolute;
    top: 12px;
    left: 10px;
}

.signup_option_group .option .option-title {
    font-weight: 600;
    font-size: 16.44px;
    line-height: 24.66px;
    letter-spacing: 0.41px;
    color: #1F1E1E;
}

.signup_option_group .option .option-text {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.41px;
}

.signup_option_group .option:last-child span.option-title {
    color: #848484;
}

.signup_option_group input[type="radio"]:checked+label.option {
    background-color: #E3E3FE;
    border-color: #E3E3FE;
}

.signup_option_group input[type="radio"]:checked+label.option .circle {
    background-color: #0c1f5c;
}

.signup_option_group input[type="radio"]:checked+label.option .option-text {
    color: #5c5c8a;
}

.signup_option_group .option:last-child {
    cursor: auto;
}

.signup_option_group .active-option {
    background-color: #E3E3FE;
    border-color: #E3E3FE;
}

.signup_option_group .active-option .circle {
    background-color: #0c1f5c;
}

.signup_option_group .active-option .option-title,
.signup_option_group .active-option .option-text {
    color: #142C6B;
}

#no-gst-inputs .signup_content_form_otp {
    margin-top: 30px;
}

/* ------------------- SignUp step 1 page end here ------------------- */


/* ------------------- SignUp step 2 page start here ------------------- */

.signup_content .signup_content_gstin_no .input-row input.form_control {
    padding: 18px 15px;
}

.signup_content_gstin_no .signup_content_form_otp button {
    background-color: #56B925;
}

.signup_content_gstin_no .signup_content_form_otp button:hover {
    color: #56B925;
    border-color: #56B925;
    background-color: #fff;
}

.signup_gstin_details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.signup_gstin_details li {
    margin: 20px 0 0;
}

.signup_gstin_details li h6 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 10.96px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    margin-bottom: 8px;
}

.signup_gstin_details li span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16.44px;
    line-height: 1.2;
    letter-spacing: 0.41px;
}

.signup_gstin_wrapper {
    margin-top: 35px;
}

.signup_gstin_wrapper h2 {
    margin-bottom: 20px;
}

.signup_gstin_wrapper .signup_content_form_otp {
    margin-bottom: 30px;
}

.signup_gstin_wrapper .signup_content_form_otp:last-child {
    margin-bottom: 0;
}

.signup_ctnt_form_row .signup_content_form_otp:last-child {
    margin-bottom: auto;
}

.signup_ctnt_form_row {
    display: flex;
    gap: 24px;
}

#signup_gstin_overflw {
    overflow-y: auto;
    height: 60vh;
    height: calc(100vh - 400px);
    padding-right: 6px;
}

#signup_gstin_overflw::-webkit-scrollbar {
    width: 6px;
}

#signup_gstin_overflw::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

#signup_gstin_overflw::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

#signup_gstin_overflw::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9;
}

.signup_content .signup_content_gstin_no .input-row {
    border: 0;
}

.signup_content_form_otp .input-row select,
.signup_content .signup_content_gstin_no .input-row input {
    border: 0.68px solid #B7B5B5;
}

/* ------------------- SignUp step 2 page end here ------------------- */


/* ------------------- SignUp step 3 page start here ------------------- */

#signup_bank_status .signup_bank_icon {
    /* margin-bottom: 0; */
}

#signup_bank_status .signup_bank_icon li:last-child p {
    color: #20238C;
}

#signup_bank_status.signup_content p {
    color: #D4D4D4;
}

#signup_bank_status .signup_bank_icon::after {
    left: auto;
    right: 0;
}

#signup_bank_status .signup_gstin_wrapper {
    margin-top: 0;
}

#signup_bank_status .otp-gstin_txt span a {
    color: #E30146;
}

#signup_bank_status .otp-gstin_txt span a:hover {
    text-decoration: underline;
}

.signup_bank_supplier {
    margin-top: 30px;
}

/* ------------------- SignUp step 3 page end here ------------------- */

/* ========================= SignUp page end here ========================= */


/* ========================= Loginone page start here ========================= */

#login_wrapper .signup_img img {
    object-fit: contain;
    background-color: #ffaf31;
}

.login_img img {
    max-width: 250px;
}

.login_img {
    text-align: center;
}

.login_top_text {
    margin-bottom: 40px;
}

.login_heading h2 {
    font-weight: 500;
    font-size: 22.71px;
    line-height: 1.2;
    color: #1F1E1E;
}

.login_heading p {
    font-weight: 400;
    color: #1F1E1E;
}

.login_input .form_control {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.46px;
    padding: 18px;
    border: 1px solid #142C6B;
    border-radius: 6px;
    width: 100%;
}

.login_input {
    position: relative;
    margin-bottom: 23px;
}

.login_forgot a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.46px;
    color: #E30146;
}

.login_forgot a:hover {
    text-decoration: underline;
}

.login_content_form .signup_supplier_btn {
    margin-top: 23px;
}

.toggle_password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #142C6B;
}

.fa_eye_slash {
    position: relative;
}

.fa_eye_slash::after {
    position: absolute;
    content: '';
    top: 11px;
    left: -2px;
    width: 22px;
    height: 1px;
    background-color: #142c6b;
    transform: rotate(45deg);
    border-radius: 10px;
}

.login_btn_wreap h5 {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15.9px;
    line-height: 1.2;
    letter-spacing: 0.46px;
    text-align: center;
    margin-bottom: 30px;
    color: #E30146;
}

.login_btn_wreap h5::before,
.login_btn_wreap h5::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    width: 28%;
    height: 1px;
    background-color: #D4D4D4;
}

.login_btn_wreap h5::before {
    left: auto;
    right: 0;
}

.login_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.46px;
    width: 100%;
    padding: 18px;
    border: 1px solid #142C6B;
    border-radius: 6px;
    color: #142C6B;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.login_btn:hover {
    background-color: #142C6B;
    color: #fff;
}

/* ========================= Loginone page end here ========================= */





/* ========================= Responsive code start here ========================= */

@media screen and (max-width: 1399px) {
    .login_btn_wreap h5 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .login_img img {
        max-width: 180px;
    }

    .login_top_text {
        margin-bottom: 20px;
    }

    .login_input .form_control {
        padding: 15px;
    }

    .login_btn {
        font-size: 14px;
        padding: 16px;
    }

    .login_forgot a {
        font-size: 12px;
    }

    .login_input {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1199px) {
    .signup_img img {
        width: 48%;
    }

    .signup_content h2 {
        font-size: 18px;
    }

    .signup_content p {
        font-size: 13px;
    }

    .signup_content .input-row input.form_control_otp {
        font-size: 14px;
    }

    .form_control_otpno {
        font-size: 14px;
    }

    .signup_content_form_otp button {
        font-size: 14px;
    }

    .signup_content .otp-group input {
        font-size: 14px;
        padding: 16px;
    }

    .signup_content .otp-group button {
        font-size: 14px;
    }

    .signup_content .checkbox-group label {
        font-size: 12px;
    }

    .signup_content .checkbox-group {
        font-size: 12px;
        padding: 5px 0 10px;
    }

    .signup_content .create-btn {
        font-size: 14px;
        padding: 14px;
        border-radius: 6px;
    }

    .signup_bank_icon li p {
        font-size: 13px;
        line-height: 1.5;
    }

    .signup_bank_icon {
        padding: 0 0 20px;
        margin: 0 0 30px;
    }

    .signup_option_group .option .circle {
        width: 12px;
        height: 12px;
        top: 10px;
        left: 10px;
    }

    .signup_option_group .option {
        padding: 10px 30px;
        width: 100%;
    }

    .signup_option_group .option .option-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .signup_option_group .option .option-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .signup_inner {
        padding: 20px;
    }

    #signup_gstin_overflw {
        height: calc(100vh - 340px);
    }

    .signup_gstin_details li span {
        font-size: 14px;
    }

    .signup_gstin_details li h6 {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .signup_content_form_otp .input-row select,
    .signup_content .signup_content_gstin_no .input-row input.form_control {
        padding: 15px 10px;
        font-size: 14px;
    }

}

@media screen and (max-width: 991px) {
    .signup_inner {
        padding: 18px;
        margin: 30px 15px;
    }

    .signup_content_form_otp button {
        font-size: 13px;
        padding: 12px 14px;
    }

    .signup_content .otp-group input {
        font-size: 12px;
        padding: 15px;
    }

    .signup_content .checkbox-group label {
        font-size: 10px;
    }

    .signup_content .checkbox-group input {
        margin: 0 5px -3px 0;
    }

    .signup_content .create-btn {
        font-size: 13px;
        padding: 13px;
    }

    .signup_content .terms {
        font-size: 10px;
    }

    .otp-gstin_txt a {
        font-size: 10px;
    }

    .signup_bank_icon li p {
        padding: 10px;
        font-size: 12px;
    }

    .signup_option_group .option {
        padding: 7px 20px 12px;
        border-radius: 6px;
    }

    .signup_option_group .option .option-text {
        font-size: 10px;
    }

    .signup_option_group .option .option-title {
        font-size: 12px;
    }

    .signup_option_group .option .circle {
        width: 10px;
        height: 10px;
        top: 10px;
        left: 6px;
    }

    .signup_content h2 {
        font-size: 16px;
    }

    .signup_bank_icon {
        padding: 0 0 5px;
        margin: 0 0 25px;
    }

    .signup_content .otp-group button {
        font-size: 13px;
    }

    #signup_gstin_overflw {
        height: calc(100vh - 280px);
    }

    .signup_bank_icon li img {
        max-width: 28px;
    }

    .login_btn_wreap {
        margin-top: 30px;
    }

    .login_btn_wreap h5 {
        font-size: 12px;
    }

    .login_btn_wreap h5::before,
    .login_btn_wreap h5::after {
        width: 25%;
    }

    .login_input .form_control {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {
    .signup_wrapper {
        flex-direction: column;
        min-height: unset;
    }

    .signup_img {
        width: 100%;
    }

    .signup_inner {
        width: 100%;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
        background-color: unset;
    }

    .signup_content {
        box-shadow: 0px 4.54px 17.03px 0px #142C6B40;
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
    }

    .signup_img img {
        width: 100%;
        height: 350px;
        position: unset;
    }

    .signup_content_form_otp button {
        font-size: 12px;
    }

    .signup_content .terms {
        font-size: 8px;
    }

    .signup_supplier_btn {
        margin-top: 50px;
    }

    #signup_gstin_overflw {
        height: 100%;
    }

    #signup_gstin_wrapper .signup_supplier_btn,
    #signup_bank_status .signup_supplier_btn {
        margin-top: 10px;
    }

    .login_img img {
        max-width: 150px;
    }

    .signup_content h2 {
        font-size: 15px;
    }

    .login_content_form .signup_supplier_btn {
        margin-top: 20px;
    }

    .login_btn {
        white-space: normal;
    }
    .signup_gstin_btn {
        margin-top: 0;
    }

}

.error-border {
    border: 1px solid red !important;
}

.input-error,
.input-error:focus,
select.input-error {
    border: 1px solid red !important;
    box-shadow: 0 0 3px red !important;
}

/* ========================= Responsive code end here ========================= */