How to make the login like a dialog?

The Login contains Card, but Dialog is waked up by DialogService system。

normally Login needs as a Dialog with mask,not only as a page,so how can i get a Login with dialog style?

Usually Login is a page where the application redirects unauthorised users - you cannot redirect to a dialog.

You can put anything in a dialog - including the RadzenLogin component.