@charset "UTF-8";
/* CSS Document */
body{
	background:#efefef;
	margin: 0;
	padding: 0;
}
#line{
	background:#014D66;
	width:100%;
	position:absolute;
	top:0;
	height:3px;
	
}
.fields{
	height:45px;
	width:320px;
	margin-bottom:20px;
	border: 1px solid #dedede;
	font-size:19px;
	padding-left:6px;
}
#loginButton{
	height:45px;
	width:320px;
	background:#484848;
	color:#ffffff;
	border:1px solid #3c3c3c;
	border-radius:2px;
}
#headingContainer{
	width:95%;
	box-shadow: 0 5px 5px #e6e6e6;
	font-size:20px;
	padding:20px;
	padding-right:0;
	text-align:left;
}
#loginWrapper{
	width:360px;
	height:300px;
	margin: 0 auto;
	background:#ffffff;
	text-align:center;
}
img{
	width:100%;
	height:auto;
}
#logoContainer{
	width:100px;
	height:auto;
	margin: 0 auto;
}
#footer{
	width:360px;
	margin:0 auto;
	text-align:center;
}
#footer a {
	color:#5E5E5E;
	text-decoration:none;
}