/**
 * Hide the regcheck checkbox on user registration form.
 */
.form-item-regcheck {
  display: none;
}