/* =========================
   REGISTER CHOICE
========================= */

.hms-register-choice {
    text-align: center;
    padding: 40px 0;
}

.hms-register-choice h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hms-card-desc {
    margin: 10px 0 15px;
    color: var(--hms-text-light);
}

.register-note {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

.register-login {
    margin-top: 25px;
}

.hms-error {
    color: #dc2626;
    margin-top: 10px;
}

.hms-register-choice .hms-card:hover {
    transform: translateY(-4px);
}