
html,body{
	height:100%;
	width:100%;

}
html {
	display:table;
	margin:auto;
}
body {
	display:table-cell;
	vertical-align:top;
	background-color:white;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
}

table.body{
	background-color:;
	width:100%
	}
table.header {
	background-image:url("background_color1.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 80px;
	}

td.header_r {
	width:70%;
	padding-left:10px;
}
td.header_l { 
	width:30%;
	text-align:right;
	padding-right:10px; 
	background-color:;
}

div.header{
	font-size:27pt; 
	font-weight:bold;
	font-style:verdana;
	color:azure;
	margin-left:10px
} 
img.header{ 
	width:70%;
	text-align:left;
	margin-left:25px;
}
table.horilink{
	background-image: url("background_color2.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
	height:50px;
}
table.content { 
	background-color:;
	width:100%;
	height:0px;
	margin-bottom:0px;
	padding-right:300px;
	vertical-align:top;
	border-left:;  
	}
td.cont1{
	width:30%;
	background-color:;
	padding-left:px;
	
} 
td.cont2{
	width:70%;
	padding-right:10px;
	
}	
table.footer {
	background-color:;
	background-image:url("background_color1.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:120px;
	vertical-align:top;
	}
td.footer {
	background-color:;
	width:100%;
	vertical-align:top;
	padding-left:0px;
	padding-top:10px;
	}
td.footer_r {
	background-color:;
	width:;
	
	}
	
//login formating{;}	
div.cont{
	text-align:;
	margin-left:35%;
	margin-right:35%;
	margin-top: 50px;
	margin-bottom: 110px;
}
div.login{
	font-size:22pt ;
	color:lightblue;
	font-weight: bold;

}
label.login{
	font-size: 10pt;
	color: lightblack;
	margin-top:6px;
}
span.login{
	font-size: 16pt;
}
input.login{
	width:100%; 
	height:35px;
	border-radius: 20%;
}
hr.login{
	margin-top:-3px;
	margin-bottom:2px;
}
button.login,button.login2{
	width:49.5%; 
	height:40px;
	margin-top:12px; 
	border-radius: 35%;
	text-decoration: none;
}
button.login{
	
}
button.login2{ 
	
}
 
//register formating{;}	
div.register{
	text-align:;
	margin-left:;
	margin-right:;
	margin-top: px;
	margin-bottom:px;
	
}
input.reg1,select.reg1{
	width: 49%;
	height: 30px;
	font-size:9pt;
	color:gray;
	margin-top:10px;
	border-radius:2%;
	
}
input.reg2,select.reg2{
	width: 98.5%;
	height: 30px;
	font-size:9pt; 
	color:gray;
	margin-top:8px;
	border-radius:2%;
}
hr.regL{
	float:left;
	width:39%;
	margin-top:12px;
}
hr.regR{
	float:right;
	width:39%;
	margin-top:12px;
}
span.regLR{
	font-size:13pt; 
	text-align:center;
	color:gray;
	font-weight:bold;
}
div.regLR{
	text-align:center;
	margin-top:20px;
}
button.reg{
	width:150px;
	height:35px;
	margin-top:12px;
	margin-bottom:12px;
	border-radius:2%;
	color:gray;
	background-color:lightblue;
}

/*form formatting*/
input.font,select.font{
	width: 98.5%;
	height: 30px;
	font-size:9pt; 
	color:gray;
	margin-top:0px;
	border-radius:2%;
}
label.font{
	color: gray;
	font-size: 11pt;
	
}
select.font_day{
	width:10%;
	height:30px;
}
select.font_mon{
	width:30%;
	height:30px;
}
select.font_yea{
	width:12%;
	height:30px;
}
button.font{
	color: gray;
	font-size: 10pt;
	width: 180px;
	height: 35px;
	margin-top:-10px;
	margin-bottom:10px;
	margin-left: 10px;
	background-color: lightblue; 
}

/*hhhhhh*/
div.comp_info{
	font-size:12pt;
	color:gray;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	margin-top:15px;
	width:90%;
	height:50px;
	background-color:#ecf0f1;
	text-align:left;
	float:middle;
	border-radius:3%;
	padding-top:15px;
	padding-left:5px

}
div.comp_cont{
	font-size:10pt;
	color:lightblack;
	margin-left:20px;
	margin-right:21px;
	margin-top:-1px;
	text-align:justify;
	border:solid 1.2px #ecf0f1;
	padding-left:5px;
	padding-right:5px;
}