/* input: run-time error CSS1066: Unexpected end of file encountered */
/* Copyright 2023 Ellucian Company L.P. and its affiliates. */
/* 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. */

._weboptimizer_returns_404_on_empty{
    background-color: rgba(255,255,255,0);
}

.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);
