/* Removing the default margin and padding*/
@font-face {
    font-family: 'Roboto';
    src:url('Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html,body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}

.wrapper
{
	display:block;
	width:100%;
	height:100%;
	background-color:#fff;
		
}

.header_bar
{
	display:block;
	width:100%;
	height:50px;
	background-color:#fff;
	border-bottom:0.1em solid #eee;	
	position: relative;
}

.inner_header
{
	display: inline-block;
	width:100%;
	height: 50px;
	text-align:left;
	
}



.header_logo
{
	display: inline-block;
	width: auto;
	color:#40AC5A;
	font-size:30px;
	font-family:Roboto;
	border:0px solid red;
	line-height: 50px;
	margin-left: 2%;
	

}

.header_links
{
	display:inline-block;
	border:0px solid #fff;
	text-align: right;
	float: right;	
	margin-top: 10px;
}

.head_link
{
	display: none;
	text-decoration:none;
	color:#fff;
		
}
.head_link:hover
{
	background-color:#fff;
	color:#2277ff;	
}


.outer_body
{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border:0px solid red;
}



.main_content
{
	display: block;
	width: 99%;
	height: 94%;
	border:0px solid #000;
	margin-left:0.5%;
	margin-right:0.5%;
	background-color: #fff;
	
}

@media only screen and (min-width :100px) and (max-width :740px)
{
	.inner_header
	{
		text-align: center;	
	}
	
}




/* login form*/

.head_title
{
	padding: 1px;
	color: #1192FB;
	color: #333;
	font-size: 20px;
	margin-left: 5px;
	font-family: Roboto;


	
	}

#login_frm
{
	display: inline-block;	
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border:0px solid #dfdfdf;
	
	}

select
{
	border:none;
}

.inp_style
{
	
	min-height: 30px;
	width: 90%;
	margin: 1px;
	border:1px solid #bbb;
	padding: 5px;
	font-family: Roboto;
	font-size: 1em;

	}
	
	

.sub_but
{
	width:50%;
	min-width: 150px;
	height: 30px;
	background-color: #27F;
	border:none;
	padding: 5px;
	color: #FFF;
	margin: 10px;
	font-family: Roboto;
	font-size: 16px;
	}

.sub_but1
{
	display: inline-block;
	width:50%;
	min-width: 150px;
	height: auto;
	background-color:#40AC5A;
	border:none;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	margin: 10px;
	font-family: Roboto;
	font-size: 18px;
	text-decoration: none;
	}
	
.frgpass
{

	color: #2277ff;
	font-family: Roboto;
	font-size: 14px;
	margin-top: 10px;
	text-decoration: none;
	}
	
	
.error_msg
{	
	
	color: red;
	font-size: 0.8em;
	font-family: Arial;
	font-family: sans-serif;
	margin-left: 15px;		

	
	}
	
	
.inpstyle:focus
{
	border:0.1em solid #1192FB;
	border-radius:5px;
	box-shadow:0px 1px 3px rgba(204,204,204);
	color: #000;	
	
	}


.button1
{
	
	text-decoration: none;
	padding: 10px;
	margin-left: 5px;
	color: #FFF;
	font-family: Roboto;
	padding-top: 10px;
	
	
	}