/* input(7,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
/* 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: #3e5875bf
   background-color: #ffb900;
   background-image:url(/Student/Content/Images/cccti-signin-logo.jpg);
   background-position:40%;
   background-size:cover;
   content: '';
   overflow:hidden;
   z-index:-4;
   background-blend-mode:overlay;
   filter:blur(5px)

}
.esg-sign-in__page:after {
   background: rgba(0, 0, 0, 0.3);
}
.esg-sign-in__title {
   color: #ff4500;
}
.esg-form__label--sign-in {
   color: #ff4500; 
}

