/* ===========================
   SIGNUP PAGE SPECIFIC STYLES
   Common styles inherited from standalone_auth.css
   =========================== */

/* Password requirements container - signup specific positioning */
#password-requirements {
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: left;
}

/* Terms and conditions checkbox - signup specific */
#terms-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
}

#terms-container input[type="checkbox"] {
    margin-right: 8px;
}

#terms-label {
    color: #666;
    font-size: 14px;
    margin: 0;
}

#terms-label a {
    color: #007bff;
    text-decoration: none;
}

#terms-label a:hover {
    text-decoration: underline;
}
