.password-wrapper {
  position: relative; /* Essential for positioning the child icon */
  width: fit-content;  Adjust as needed */
}

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

.toggle-password {
    position: absolute;
       right: 5px;         /*     Adjust right position as needed */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}
