@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body{
	background-color: #f5f5f5;
}
h1, h2 , h3, h4, h5, p{
font-family: 'Open Sans';
color:#1f3a5b;	
}
h1{
	color:#1f3a5b;
	font-weight: 400;
}
h2{
	color:#1f3a5b;
	font-weight: 400;
	line-height: 41px;
	padding-right: 20px;
}
h3{
	color:#1f3a5b;
	font-weight: 400;
}
h4{
	color:#1f3a5b;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 6px;
	margin-top: 3px;
}
h5{
	color:#1f3a5b;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 6px;
	margin-top: 3px;
}
h2 .red{
	color:#f13f58;
}
.error{
	margin-top: 5px;
	font-size: 11px;
	color: #F13F58;
}
p{
	font-size: 14px;	
}
.logo{
	padding-top: 40px;
}
.form-control{
	height: 40px;
	padding: 9px 12px;
	font-size: 13px;
	border:1px solid #fff;
	color:#c4c4c4;
	box-shadow:none;
	border-radius: 2px;
}

.form-control:focus{
	color:#4f4f4f;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid rgba(196,196,196,0.4);
	background-color: #f7f7f7;
}

.submit{
	width: 169px;
}

.btn-primary{
	background-color: #1f3a5b;
	border-color: #1f3a5b;
}	
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
	background-color: #23446c;
	border-color: #23446c;
}

.footer{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-family: 'Open Sans';
	color:#70737a;
}
.footer .footer-content{
	display: block;
	width: 100%;
	background-color: #fff;
	height: 40px;
}
.footer .footer-content p{
	padding-top: 10px;
	color:#70737a;
	font-size: 12px;
}
.footer .footer-content p .line{
	opacity: 0.2;
	padding-left: 3px;
	padding-right: 3px;
}
.footer a{
	color:#70737a;
}
.partner{
	vertical-align: bottom;
	padding-left: 5px;
}
.number, .email{
	font-size: 18px;
	color:#70737a;
	position: relative;
	top: 6px;
	padding-right: 15px;
 }