/*
 login-override.css
 This file is used to override the default login.css styles.

 For example, if you want to change the background color of the login form, you can add the following rule:
 :root {
	--brand-500: red;
 }
.ss-login-page { width: 90%; }
*/

