/* input(22,15): 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: #0053a1;
   background-color: #0053a1;
   background-image:url(/Student/Content/Images/sign-in-background.jpg);
   background-position:50%;
   background-size:cover;
   content: '';
   overflow:hidden;
   z-index:-2;
   background-blend-mode:luminosity;
   filter:blur(5px)
}
.esg-sign-in__page:after {
   background: rgba(0, 0, 0, 0.3);
}
.esg-sign-in__title {
   color: #0053a1;
   font-weight: bold
   padding-top: 60px;
   background-image: url("/Student/Content/Images/sign-in-logo.png");
   background-repeat: no-repeat;
   background-position: top center;
}
.esg-form__label--sign-in {
   color: #0053a1;
}
