.login_intro {
    display: none;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    justify-content: end;
    padding: 12px 28px;
    padding-bottom: 12vh;
    background-size: cover;
}

.login_intro.active {
    display: flex;
}

img.loginintro_img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
}

.login_intros {
    overflow: hidden;
    position: relative;
}

h2.loginintro_title {
    position: relative;
    z-index: 1;
    background: #ffffffb5;
    backdrop-filter: blur(3px);
    padding: 18px 9px;
    border-radius: 12px 12px 0 0;
    margin: 0;
    text-align: center;
}

p.loginintro_subtitle {
    position: relative;
    z-index: 1;
    background: #ffffffb5;
    backdrop-filter: blur(3px);
    margin: 0;
    padding: 14px 7px;
    border-radius: 0 0 12px 12px;
    padding-bottom: 25px;
    font-size: 16px;
    text-align: center;
}

.login_intros > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    width: 100%;
    margin-top: 56px;
    height: 7vh !important;
}

.otp-input{
    width: 60px;
    height: 60px;
    font-size: 34px;
    text-align: center;
}
.pin-input{
    width: 60px;
    height: 60px;
    font-size: 34px;
    text-align: center;
}
.pin-confirm-input{
    width: 60px;
    height: 60px;
    font-size: 34px;
    text-align: center;
}
.eye-pass{
    cursor: pointer;
}
.text-right{
    text-align: right !important;
}
.actived{
    color: var(--bs-primary-inverse);
    background-color: var(--bs-primary);
}
.searchZipCode {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
}
@media screen and (max-width: 450px) {
    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 28px;
    }
}
