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

.password-toggle-field > input {
    box-sizing: border-box;
    padding-right: 48px !important;
}

.password-toggle-button {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(145, 155, 165, 0.9);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
}

.password-toggle-button:focus {
    outline: none;
    color: #5ed5a8;
}

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