I want to create a login page for an AngularJS project. Is there a way that I can make this login page as independent as possible, especially for CSS. Basically, I want to implement a separate CSS for this specific login page without inherit any style from master page.
As this login page part of this SPA angular application, is this possible?