.reset {
    background-image: url("../../Images/gallary/vastu-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* padding: 20px; */
}

.reset-form {
    text-align: center;
}

.reset .reset-form h3 {
    font: bold normal normal 20px/26px Maharlika;
    letter-spacing: 0px;
    color: #a11a39;
    opacity: 1;
}

.reset .reset-form .tp-para {
    font: normal normal normal 18px/21px Maharlika;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.reset .reset-form .btm-para {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}

.reset .reset-form .Form_holder .btm-para .anchor {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #a11a39;
}

#first-form {
    position: relative;
    /* transform: translate(0%, 43%); */
}

#registerForm {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 9px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0px 0px 7px #2E7826;
}
#registerForm1 {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 9px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0px 0px 7px #2E7826;
}
#registerForm2 {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 9px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0px 0px 7px #2E7826;
}

/* .reset .reset-form .input-field {
    margin-top: 30px;
    width: 80%;
    border: none;
    border-bottom: 1px solid #707070;
} */

/* .reset .reset-form .form_holder {
    height: auto;
    width: 100%;
} */

#submitBtn {
    background: #2e7826;
    color: #fff;
}

.reset .reset-form .btn {
    margin-top: 10px;
    border: 1px solid #2e7826;
    border-radius: 23px;
    opacity: 1;
    height: 94%;
    width: 47%;
}

#Reset-submitBtn {
    background: #2e7826 0% 0% no-repeat padding-box;
    color: #fff;
}

#Confirm-submitBtn {
    background: #2e7826 0% 0% no-repeat padding-box;
    color: #fff;
    width: 70%;
}

.btn-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #2e7826;
}

p {
    margin-bottom: 0px;
}

.modal-backdrop {
    --bs-backdrop-zindex: none;
    --bs-backdrop-bg: none;
    --bs-backdrop-opacity: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 0vw;
    height: 0vh;
    background-color: var(--bs-backdrop-bg);
}

#exampleModal {
    position: relative;
    /* transform: translate(0%, 22%); */
    display: none;
    background: none;
    opacity: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: none;
    /* height: 200px;
    width: 215px; */
}

#exampleModal2 {
    position: relative;
    /* transform: translate(0%, 36%); */
    display: none;
    background: none;
    opacity: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: none;
    /* height: 200px;
    width: 215px; */
}

#exampleModal3 {
    position: relative;
    /* transform: translate(0%, 43%); */
    display: none;
    background: none;
    opacity: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: none;
    /* height: 200px;
    width: 215px; */
}

.Successful_modal .modal-content .main_lottie_holder {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.otp-msg {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #707070;
}

.otp-div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.otp {
    display: inline-block;
    width: 25px;
    height: 33px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid black;
    color: #24642e;
}

/* .otp-div {
    letter-spacing: 12px;
} */

@media (min-width: 0px) and (max-width: 400px) {
    .reset .reset-form .tp-para {
        font-size: 12px;
        font-weight: 500;
    }

    .reset .reset-form .btm-para {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
    }

    .reset .reset-form h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .reset .reset-form .btn {
        margin-top: 2px;
        height: 73%;
        width: 42%;
    }

    .reset .reset-form .btm-para a {
        font-size: 14px;
        font-weight: 500;
    }

    .btn-text {
        font-size: 14px;
        font-weight: 500;
    }

    .pass-text {
        font-size: 12px;
    }

    .reset .reset-form .Form_holder .btm-para .anchor {
        font-size: 12px;
        font-weight: 500;
    }

    .otp {
        font-size: 20px;
    }

    .otp-msg {
        font-size: 12px;
    }
}
