.passwordlost-container .login-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.passwordlost-card__intro {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.passwordlost-card__intro .login-card__subline {
    margin-bottom: 0;
}

.passwordlost-form {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.passwordlost-form__group {
    gap: 0.45rem;
}

.passwordlost-form__helper {
    color: var(--signup-form-subtext, rgba(255, 255, 255, 0.7));
    font-size: 0.9rem;
}

.passwordlost-form__phone {
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.passwordlost-form__country {
    min-width: 150px;
    border-radius: 16px 0 0 16px;
}

.passwordlost-form__phone-input {
    border-radius: 0 16px 16px 0;
}

.passwordlost-form__actions {
    margin-top: 0.25rem;
}

.passwordlost-form__back {
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    .passwordlost-form__phone {
        flex-direction: column;
        align-items: stretch;
    }

    .passwordlost-form__country,
    .passwordlost-form__phone-input {
        border-radius: 16px;
    }
}
