/* input(17,2): run-time error CSS1019: Unexpected token, 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. */
#course-resultul collapsible-group .esg-collapsible-group__body {
	overflow-y: auto;
	}
	
	.esg-sign-in__page:before
	{
    	  background-image: url('Images/BHCC2.jpg');
          background-color: white;
	  background-position:100%;
    	  background-size: 100% 100%;
	  background-repeat: no-repeat;
	}

	#.esg-sign-in__page:after {
    	  background: none;
	}
