/* Minification failed. Returning unminified contents.
: 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:#1E6B68;
      background-image:url(/Student/Content/Images/HCCC_sign-in-background.jpg);
      background-position:50%;
      background-size:cover;
      overflow:hidden;
      z-index:-2;
      background-blend-mode:luminosity;
      filter:blur(5px)
}

.esg-sign-in__page:after {
      background-color:#1E6B68;
	  background: linear-gradient(180deg,#1E6B68 0,#1E6B68);
