/* input: run-time error CSS1066: Unexpected end of file encountered */
/* This style sheet should be used for custom client styles.
This style sheet is applied last, so it will override anything 
set in site.css, the area-specific css, and theme.css. */
.esg-sign-in__page:before {

      background-color:#444444;

      background-image:url(/Student/Content/Images/sign-in-background.jpg);

      background-position:5%;

      background-size:cover;

      overflow:hidden;

      z-index:-2;

      background-blend-mode:lighten;

      filter:blur(6px)

