/* Keep reCAPTCHA within the form card; no scroll, same flow as inputs */
.login-recaptcha-wrapper {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.login-recaptcha-wrapper > div {
  max-width: 100%;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 40px; /* space for the eye icon */
}

.password-wrapper i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  color: #5a5a5a;
}
