I've downloaded the following example:
https://identityserver.github.io/Documentation/docs/overview/mvcGettingStarted.html
How can i change design of login page?
You edit the login page for IdentityServer using an implementation of IViewService
.
You can find details of how to do this in the official documentation.