.password-field {
    display: block;
    position: relative;
    width: 100%;
}

.password-field > input[type="password"],
.password-field > input[type="text"] {
    padding-right: 48px !important;
}

.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px !important;
    height: 34px;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: rgba(0,31,63,0.10);
    color: #001f3f;
    cursor: pointer;
    line-height: 1;
}

.password-toggle:hover {
    background: rgba(0,31,63,0.18);
    transform: translateY(-50%);
}

.password-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
