/* =========================================
   ULTIMATE MEMBER - REGISTRO
   Customização do formulário de registro
   ========================================= */

/* CUSTOMIZE THE REGISTRATION FOR THE CLIENT */
/* Only for Ultimate Member registration form */
.um-register form:has(input[type="password"])::before {
    content: "🔒 Password requirements: At least one UPPERCASE letter, one lowercase letter, one number and minimum of 8 characters. Avoid special characters (@, #, $, %, &, etc)." !important;
    display: block !important;
    background-color: #ebf5fa !important;
    border-left: 5px solid #2271b1 !important;
    padding: 15px 18px !important;
    margin: 0 0 20px 0 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #2c3338 !important;
    box-shadow: 0 2px 8px rgba(0, 65, 132, 0.08) !important;
    line-height: 1.6 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
