﻿@charset "utf-8";
body {
	background-image: url(../../Image/bg2.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 #8a8a8a;
    background: #f3f3f3;
    padding: 15px 20px 7px 20px;
    box-shadow: 1px 5px 9px #909090;
    border-radius: 5px;
}
.cantaccess a {
	color: #004177;
	font-weight: 500;
	font-size: 14px;
	font-style: italic;
}
.headingmain {
    text-align: center;
    font-family: cursive;
    color: #4f96b3;
    border: 1px solid;
    padding: 6px 6px;
    background: #e6f5ff;
}
.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: 10px;
}
.counsbox{
	background: #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
	border: 1px solid #c7c7c7;
}
.counsbox a{		
	color:#0279ca;
	font-size: 20px;
	text-align: center;
	display: block;
}
