.fvr-password-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.fvr-password-wrap > input[type="password"],
.fvr-password-wrap > input[type="text"] {
  width: 100%;
  padding-right: 46px;
  box-sizing: border-box;
}
.fvr-password-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #344054;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  min-height: 36px;
  min-width: 36px;
  box-shadow: none;
}
.fvr-password-toggle:hover,
.fvr-password-toggle:focus-visible {
  background: #eef6ff;
  color: #0878ff;
  outline: none;
}
.fvr-password-toggle:focus-visible {
  box-shadow: 0 0 0 2px #0878ff;
}
.fvr-password-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}
.login-card .fvr-password-toggle,
.login-card .fvr-password-toggle:hover {
  background: transparent;
  color: #344054;
  filter: none;
  font-weight: 500;
}
.login-card .fvr-password-toggle:hover,
.login-card .fvr-password-toggle:focus-visible {
  background: #eef6ff;
  color: #0878ff;
}
.login-page .fvr-password-wrap,
.account-form .fvr-password-wrap {
  max-width: 100%;
}
@media (max-width: 640px) {
  .fvr-password-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
