.password-toggle-wrap {
    position: relative;
}

.password-toggle-wrap input {
    padding-right: 48px !important;
}

.password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #5d6a7f;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
}

.password-toggle:hover,
.password-toggle:focus-visible {
    background: #eef4ff;
    color: #2563eb;
    outline: none;
}

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