Is there is a way to create two login forms, for client and managers for example, so that they would have two different UI screen and different screen logic
How do you want to distinguish who opens the application right now: a client or a manager?
The first solution that comes to my mind is to have a login screen that initially displays two buttons: “client login” and “manager login” clicking on any of buttons will display the next page where required login logic is implemented.