*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	/* overflow-x: hidden; */
}
.wrapper {background: url("../images/BGIMG.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) no-repeat; padding-top: 3%;padding-bottom: 6%; background-size: 101% 100%;}

.login-form, .show_course_details_class {margin:auto;  background: #fff; border-radius:15px;box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }
.cadd-logo img {width:100%; margin:auto; display: block; }
.textbox {
	width: 100%;
	display: block;
	margin-top: 35px;
	border-width: 0 0 1px;
	height: 34px;
	text-indent: 10px;
	outline: none;
}
.btnCls
{
	cursor: pointer;
	outline: 0;
	border-width: 1px 1px 1px;
	width: 100%;
	margin-top:25px;
	font-size: 15px;
	padding: 9px 15px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	color: white;
}
div#pre_loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../images/loader.gif) no-repeat center center;
	opacity: 0.8;
	z-index: 9999;
	background-size: 5%;
}