@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../../img/bg1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: lightpink;
}
.submitbtn {
	padding: 6px 15px;
	background: #6e0080;
	border-radius: 15px;
	border: 2px solid #fff;
	font-size: 18px;
	color: #fff;
}
.formbg {
	border: 2px solid #ececec;
	background: #ffffff;
	padding: 20px;
	box-shadow: 1px 5px 9px #dcdcdc;
	border-radius: 5px;
}
.cantaccess a {
	color: #004177;
	font-weight: 600;
	font-size: 16px;
	font-style: italic;
}
.headingmain h1 {
	font-size: 40px;
	text-align: center;
	color: #0061a2;
	margin-top: 2px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.headingmain h4 {
	font-size: 16px;
	text-align: center;
	color: #0061a2;
	
	letter-spacing: 1px;
}
.logo {
	margin-bottom: 10px;
}
.footernew {
	background: #2384c6;
	
}
.footernew p {
	padding: 20px 1px 10px 1px;
	color: #fff;
	font-size: 14px;	
}
.thelegend {
	width: auto;
	padding: 4px 10px;
	background: #2aa9ff;
	color: #ffffff;
	border-radius: 6px;
	margin-left: 10px;
}
.thefieldset {
    border: 2px dotted #2aa9ff;
    margin-bottom: 50px;
}
.counsbox{
	background: #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
	border: 1px solid #c7c7c7;
}
.counsbox a{		
	color:#0279ca;
	font-size: 20px;
	text-align: center;
	display: block;
}