html { scroll-behavior: smooth; } body { background-image: url("https://cooperativalehmann.coop/wp-content/uploads/lines.6.svg"); background-repeat: repeat-y; background-position: top center; background-size: 100% auto;  } .password-toggle-wrap input { padding-right: 48px !important; } .password-toggle { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); width: 22px; height: 22px; border: 0; background: transparent; padding: 0; margin: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: inherit; opacity: 0.7; z-index: 3; } .password-toggle:hover { opacity: 1; } .password-toggle:focus { outline: none; opacity: 1; } .password-toggle svg { display: block; width: 20px; height: 20px; pointer-events: none; } .grecaptcha-badge { visibility: hidden !important; }