/* Registro v2 — /registro-v2 */

.registro-page-v2 .login-v2__form-content--hidden {
    display: none;
}

.registro-v2__errors {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #fff0f3;
    color: #c41e3a;
    font-size: 0.9rem;
}

.registro-v2__errors p {
    margin: 0;
}

.registro-v2__errors p + p {
    margin-top: 0.35rem;
}

.registro-v2__captcha-error {
    margin: 0.75rem 0 0;
    color: #c0392b;
    font-size: 0.875rem;
    text-align: left;
}

.registro-v2__captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem 0 1.25rem;
}

.registro-v2__captcha .g-recaptcha > div {
    margin: 0 auto;
}

.registro-v2__checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.registro-v2__checkbox {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 0.1rem;
    accent-color: #51fe2b;
    cursor: pointer;
}

.registro-v2__checkbox-label {
    color: #020202;
    font-size: 0.9rem;
    line-height: 1.35;
    cursor: pointer;
}

.registro-v2__legal {
    margin: 0 0 1.25rem;
    color: #666;
    font-size: 0.82rem;
    line-height: 1.45;
}

.registro-v2__legal a {
    color: #1877f2;
    text-decoration: none;
}

.registro-v2__legal a:hover {
    text-decoration: underline;
}

.registro-v2__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.5rem 0 0.25rem;
}

.registro-v2__success--hidden {
    display: none;
}

.registro-v2__success-badge {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.45rem 1.1rem;
    background: #51fe2b;
    color: #020202;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 4px;
    text-align: center;
}

.registro-v2__success-title {
    margin: 0 0 1.5rem;
    color: #020202;
    font-size: 1.75rem;
    line-height: 1.2;
}

.registro-v2__success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.registro-v2__success-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .registro-v2__success-badge,
    .registro-v2__success-title {
        font-size: 1.45rem;
    }

    .registro-v2__success-icon svg {
        width: 96px;
        height: 96px;
    }
}
