/* Do not show password reset option */
div[role=alert]>a[href*="password"] {
  display: none;
}
