.password-field-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.password-field-wrapper input {
    margin-bottom: 0;
    padding-right: 40px;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    width: auto !important;  /* Override any width inheritance */
    min-width: auto !important;  /* Override any min-width inheritance */
    max-width: none !important;  /* Override any max-width inheritance */
    display: inline-block;
    line-height: 1;
    font-size: inherit;
}
.password-toggle:hover {
    color: #666;
    background: none;
}
.password-toggle:focus {
    outline: none; /* Optional: remove focus outline */
    color: #666;
}
.password-toggle i {
    display: block;
    width: auto;
    height: auto;
}