.form-item .password-icon {
  display: block;
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
  cursor: pointer;
  right: 0;
  background-position: center;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 0;
}

.password-icon.icon-eye {
  background-image: url(../img/icons/icon-eye-closed.svg);
  top: 50%;
  transform: translateY(-50%);
}


.password-icon.icon-eye-closed {
  background-image: url(../img/icons/icon-eye.svg) !important;
  top: 50%;
  transform: translateY(-50%);
}
