.show-password-toggle {
    display: block;
    margin: 0.4rem 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2c6aa0;
    font: inherit;
    font-size: 0.875rem;
    cursor: pointer;
}

.show-password-toggle:hover {
    color: #1f4d75;
    text-decoration: underline;
}

.show-password-toggle:focus-visible {
    border-radius: 0.2rem;
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
