.password-input-wrapper {
  position: relative;
  max-width: 514px;
}

.password-input-wrapper .form-item__suffix {
  display: none;
}

.js-form-type-password input[type=password] {
  width: 100%;
  min-width: 100%;
}

.js-form-type-password .pass-eye {
  display: block;
  background: url("../images/eye-close.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 13px;
  top: 13px;
  cursor: pointer;
}

.chng-pwd-form .js-form-type-password .pass-eye {
  top: 40px;
}

.js-form-type-password .pass-eye.eye-open {
  background-image: url("../images/eye-open.svg");
}
