@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import "backpack/style-login.css";
@import "theme.css";

/**********************************************************************************************************************/
/* CUSTOM CSS FOR LOGIN                                                                                               */
/*                                                                                                                    */
/* Add any additional styling specifics for this project's login screen within this file.                             */
/**********************************************************************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
}
