.iti-mobile .iti__country-list {
    max-height: 50% !important;
    margin-top: 220px;
    width: 100%;
}
.rightsquare {
    background-color: rgb(245, 245, 245);
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

#username-div {
    height: 5rem;
    transition: height .2s linear;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;

}

.passwordEffect {
    transition: height .2s linear;
    height: 0px;
}

.nextBtn, .nextBtn:hover {
    background: var(--primary-gradient) !important;
    color: #fff;
}

.loginOr {
    background-color: #eaecef;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    height: 48px;
    display: flex;
}

.login-with {
    color: #000;
}

@media screen and (max-width: 375px) {
    .login-secure-alert {
        font-size: 13px;
    }
}

.otherOptions {
    text-decoration: none !important;
}

.otherOptions:hover {
    text-decoration: underline !important;
}
