/*
 * De ce exista:
 * Acest fisier contine ajustari pentru ecranul Login Phone.
 *
 * Responsabilitate:
 * Prioritizeaza lizibilitatea formularului si claritatea CTA-ului de trimitere
 * a codului in shell-ul V2.
 *
 * Ce NU face:
 * Nu modifica alte fluxuri de auth.
 *
 * Depinde de:
 * tpl-screen-login-phone si CSS-ul shared de formulare.
 */

.v2-screen--login-phone {
    gap: 22px;
}

.v2-screen--login-phone .v2-brand-card {
    padding: 16px 18px;
}

.v2-screen--login-phone .v2-login-phone-card {
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.72), transparent 36%),
        rgba(255, 255, 255, 0.99);
}

.v2-screen--login-phone .v2-screen-head {
    gap: 10px;
}

.v2-screen--login-phone .v2-form {
    margin-top: 10px;
    gap: 16px;
}

.v2-screen--login-phone .v2-field label {
    color: #111827;
}

.v2-screen--login-phone .v2-field .v2-copy {
    margin-top: 6px;
    font-size: 0.92rem;
    line-height: 1.5;
}

.v2-screen--login-phone .v2-button {
    letter-spacing: -0.01em;
}
