.toggle-password-container {
    align-items: center;
    display: flex;
    position: relative;
}

.toggle-password-container input {
    padding-right: 3.25rem;
}

.toggle-password-icon {
    height: 1rem;
    width: 1rem;
}
.toggle-password-button {
    align-items: center;
    background-color: transparent;
    border: none;
    column-gap: 0.25rem;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 0.875rem;
    height: 1.75rem;
    justify-content: center;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    z-index: 10;
}

.toggle-password-button:focus-visible {
    border-radius: 0.375rem;
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
