.toggle-password-container {
    position: relative;
}
.toggle-password-icon {
    height: 1.25rem;
    width: 1.25rem;
}
.toggle-password-button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    inset: 68% .75rem auto auto;
    transform: translateY(-50%);
    color: var(--color-muted-foreground);
}
