/**
 * ==================================================================
 * Project      : Shops
 * File         : css/register.css
 * Author       : Erica Mae Yeban
 * Created Date : 2026-05-30
 *
 * Copyright (c) 2026 Chomp.
 * All Rights Reserved.
 *
 * NOTICE:
 * This source code contains proprietary information owned by
 * Chomp Organization. The contents of this file may not be copied,
 * modified, distributed, disclosed, or used without express
 * written authorization from the copyright holder.
 * ==================================================================
 */

.auth-card {
    max-width: 500px;
}

.password-requirements {
    font-size: 0.75rem;
    color: var(--text-light);
}

.password-requirements li {
    margin-bottom: 0.25rem;
}

.password-requirements .valid {
    color: var(--success);
}