body {
	font-family: 'Lato', sans-serif;
}

.navbar-header {
	padding: 30px 0;
}

.about {
	min-height: 320px;
	background-color: #0ea5dc;
	color: #fff;	
	padding: 80px 40px;
	-webkit-box-shadow: inset 0 3px 6px 0 #0B84B0;
	box-shadow: inset 0 3px 6px 0 #0B84B0;
}
	.about h1 {
		font-size: 48px;
		font-weight: bold;
	}
	.about p {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 300;
		margin-bottom: 15px;
		color: #b7e6f8;
	}

.register-form {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

.main {
	background-color: #f7f7f7;
}
	.main .img-bg img {		
		position: absolute;
		z-index: 9999;
		background-color: #fff;	
		top: 0;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
		border-radius: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		padding: 20px;		
	}

.register-form {
	padding: 100px 50px;
}

.info {
	padding: 140px 100px 300px 100px;
}

.btn-block {
	width: 45%;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 800;
}

.contact {
	padding-top: 15px;
}
	.contact p {
		font-size: 17px;
		font-weight: 600;
	}

.section {
	width: auto;
	min-height: 30px;
	margin-bottom: 35px;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #000;
}
	p img {
		float: left;
		margin: 0 20px 0 0;
	}

.form-control {
	height: 55px;
}

.footer {
	background-color: #0877a4;
	color: #fff;
	min-height: 320px;
	padding: 40px 0px 0px;
}
	.footer h3 {
		margin: 0;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 1em;
		text-transform: uppercase;
	}
	.footer img {
		margin-bottom: 30px;
	}
	.footer p {
		color: #b7e6f8;
		font-size: 13px;
		margin: 20px 0;
	}
	.footer .subheading {
		text-transform: inherit; 
		font-weight: 500;
		margin-top: 1em;
	}
	.footer .fa {
		font-size: 16px;
		color: #b7e6f8;
		margin-right: 5px;
	}	
	.footer li a {
		font-size: 18px;
		line-height: 2em;
		font-weight: 300;
		margin-bottom: 15px;
		color: #b7e6f8;
	}

.has-feedback label~.form-control-feedback {
	top: 60px;
	right: 20px;
}

.has-error .form-control {
	font-size: 17px;
	background-color: #fce9e8;
	color: #a94442;
	font-weight: bold;
}

.tooltip {
	background-color: #ed7372;
	padding: 10px 15px;
	width: 170px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

@media screen and (max-width: 991px) {
	.info {
		padding: 30px 25px;
	}
}

@media screen and (max-width: 767px) {
	.logo-hubgets img {
		margin-left: 20px;
	}
	.footer h3 {
		margin: 20px 0;
	}
	.section {
		min-height: 60px;
	}
}

@media screen and (max-width: 425px) {
	.register-form, .info {
	 	padding: 50px 15px;
	}
	.about {
		padding: 10px 5px 50px 5px;
	}
	.btn-block {
		margin-top: 50px;
	}
}