.register-page {
    --register-brand: #000326;
}

.register-page h1 {
    color: var(--register-brand);
}

.register-info-card {
    background: rgba(0, 3, 38, 0.04);
    border: 1px solid rgba(0, 3, 38, 0.12);
    border-radius: 10px;
    height: 100%;
    padding: 1.5rem;
}

.register-info-card h2 {
    color: var(--register-brand);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.register-info-card ol {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    padding-left: 1.2rem;
}

.register-info-card li {
    margin-bottom: 0.5rem;
}

.register-form-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 3, 38, 0.08);
}

.register-section-title {
    border-bottom: 1px solid #e9ecef;
    color: var(--register-brand);
    font-family: Amaranth, sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.register-form-card .form-text {
    font-size: 0.8rem;
}
