/* Shared by LoginForm.razor and ResetPasswordForm.razor */
.login-eye-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    background: none;
    border: none;
    color: inherit;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.login-eye-btn:hover {
    opacity: 0.85;
}
