.fullPageContainer{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

.enrollUserPanel{
	padding-top: 25px !important;
  	padding-bottom: 10px !important;
	-webkit-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	z-index: 90000;
}
