/**
 * Login Page - specific styles
 * Extending ui-shared.css and validation-shared.css
 */

/* Hide password strength indicator on the login page */
.password-requirements {
    display: none !important;
}