body{
	background: #f7f7f7;
}
.navbg{
	background: #4a88db;
	border-color: #4a88db;
	border-radius: 0;
}
.navbtn{
	line-height: 50px;
}
.registerForm{
	width: 28%;
	margin: 50px auto;
}
.form-control{
	height: 50px;
	padding: 6px 130px;
	border-radius:0 ;
	background: #f7f7f7;
}

.form-group{
	position: relative;
	margin-bottom: 30px;
}
label{
	position: absolute;
	left: 20px;
	top:8px;
	z-index: 1;
	font-weight: 500;
}
.sendBtn{
	width: 100px;
	height: 50px;
	border-radius:0 ;
	background: #4a88db;
	border-color: #4a88db;
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 1;
}
.submitBtn{
	width: 100%;
	height: 50px;
	border-radius:0 ;
	background: #4a88db;
	border-color: #4a88db;
}
footer{
	height: 100px;
	border-top: 1px solid #ccc;
	color: #969696;
}
.contact{
	margin: 30px 0 20px;
}
.contact a{
	color: #969696;
}
