/**
 * Hide password reset link from login block
 */
.request-password-link,
a[href="/user/password"],
a[href="/pl/user/password"],
a[href="/en/user/password"],
a[href*="/user/password"] {
  display: none !important;
}

/* Hide the entire item list if it only contains password reset */
.block-user-login-block .item-list {
  display: none !important;
}
