.nw-pwd-input {
  position: relative;
}

.eye-icon {
  position: absolute;
  top: 27px;
  right: 10px;
  cursor: pointer;
  font-size: $font-size-xs;
  outline: none;
}

.nw-myaccount-pwd-input {
  .eye-icon {
    transform: translate(0, -50%);
    padding: 16px 5px;
  }
}

.nw-frgt-pwd {
  &::after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 30px;
    height: 32px;
  }
}
