.iti-mobile .iti__country-list {
    max-height: 50% !important;
    margin-top: 220px;
    width: 100%;
}

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



.login-with {
    color: #000;
}

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

.signup {
    color: var(--color-white);
    background: var(--primary-gradient);
}

.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;
}
