/* QU-301 | Hides 'Generate random password' checkbox on user registration form */
#user-register-form .form-item-random-pass {
  display: none;
}
