

.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    user-select: none;
    background: none;
    border: none;
    padding: 0;
    width: 14px;
    height: 14px;
    z-index: 2;
}

.password-toggle:hover {
    opacity: 1;
}

.password-toggle svg {
    width: 100%;
    height: 100%;

}
