.signup {
    background-image: url("../../Images/gallary/vastu-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* padding: 20px; */

}


.signup .signup-form h3 {
    font-size: 20px;
    font-weight: 500;
    color: #A11A39;
    opacity: 1;
}

.signup .signup-form .tp-para {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    opacity: 1;
}

.signup .signup-form .btm-para {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    opacity: 1;
}

.signup .signup-form .Form_holder .btm-para .anchor {
    text-decoration: underline !important;
    font-size: 18px;
    font-weight: 500;
    color: #A11A39 !important;
}

/* .signup .signup-form { */
/* height: auto;
    width: 525px; */


/* } */

#registerForm {
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: relative;
    box-shadow: 0px 0px 7px #2E7826;
    /* transform: translate(0%, 10%); */
}

/* .signup .signup-form .input-field {
    margin-top: 30px;
    width: 80%;
    border: none;
    border-bottom: 1px solid #707070;
} */

/* .signup .signup-form .form_holder {
    height: auto;
    width: 100%;
} */

.signup .signup-form .btn {
    margin-top: 9px;
    border: 1px solid #2E7826;
    border-radius: 23px;
    opacity: 1;
    height: 10%;
    width: 52%;
}

.btn-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    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%, 72%); */
    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; */

}

.content {
    background: #fff;
    height: 200px;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;


}

.content p {
    font-size: 16px;
    font-weight: 500;
}

/* .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 43%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    text-align: center;
} */

.pass-div {
    position: relative;
}

.fa-eye {
    position: absolute !important;
    top: 3px !important;
    right: 15px !important;
    font-size: 15px !important ;
    cursor: pointer !important;
}
.pass-div .fa-fw {
    position: absolute !important;
    top: 3px !important;
    right: 15px !important;
    font-size: 15px !important ;
    cursor: pointer !important;
}


@media (min-width:0px) and (max-width:400px) {

    .signup .signup-form .tp-para {
        font-size: 12px;
        font-weight: 500;

    }

    .signup .signup-form .btm-para {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;

    }

    .signup .signup-form h3 {
        font-size: 16px;
        font-weight: 500;

    }

    .signup .signup-form .btn {
        margin-top: 2px;
        height: 8%;
        width: 44%;
    }

    .signup .signup-form .btm-para a {
        font-size: 14px;
        font-weight: 500;

    }

    .btn-text {
        font-size: 14px;
        font-weight: 500;

    }


}