#id_password_helptext {
  display: none;
}

/* Force fallback for allauth/crispy variants rendered as lists */
.w-md-50 form ul,
.w-md-50 form ol {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.w-md-50 form li::marker,
.w-md-50 form li::before {
  content: '' !important;
}
