@import url('./page-login.css');

.register-page .login-box {
    width: min(92vw, 520px);
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.register-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
}

.register-consent input[type="checkbox"] {
    margin-top: 2px;
    flex: 0 0 auto;
}

.register-consent label {
    margin: 0;
    line-height: 1.35;
    white-space: normal;
}

.register-field-head {
    margin-bottom: 0.45rem;
}

.register-field-label {
    display: block;
    margin: 0 0 0.15rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}

.register-field-help {
    margin: 0;
    font-size: 0.82rem;
    color: #6c757d;
    line-height: 1.35;
}
