body{
	font-family: 'Lato', sans-serif;
	font-size:17px;
	line-height: 1.8;
	color:#949494;
}

a{
	color:#949494;
}
a:hover, a:focus{
	color:#43b0e0;
	text-decoration: none
}
h1{
	text-align:center;
	font-size:2.941em;
	color:#43b0e0;
	margin-top:95px;
	margin-bottom:65px;
}

@media (max-width:767px){
	h1{
		font-size:1.95em;
	}
}

h3{
	margin:0;
	border-bottom:1px solid #dbdbdb;
	font-size:17px;
	color:#505050;
	text-transform: uppercase;
	padding-bottom:20px;
	margin-bottom:14px;
}
.container{
	max-width:870px;
	margin:0 auto;
	width:100%;
}
.un-form-box{
	padding:30px 34px;
	box-shadow:rgba(0, 0, 0, 0.08) 0 0 10px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0 0 10px;
	border-radius:8px;
	-webkit-border-radius:8px;	
	margin-bottom:30px;
}

.un-form-fields{
	max-width:700px;
	width:100%;
	margin:0 auto;
}

.form-control{
	border-radius:0;
	-webkit-border-radius:0;
	border:none;
	border-bottom:1px solid #dbdbdb;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	font-size:17px;
	color:#505050;
}

.form-control:active:focus,
.form-control:focus{
	box-shadow:none;
	-webkit-box-shadow:none;
	outline:none;
	border-color:#dbdbdb;
}

.form-group{
	margin-bottom:10px;
}
.form-group:last-child{
	margin-bottom: 0
}

.control-label{
	font-size:15px;
	color:#d1d0d0;
	text-transform:uppercase;
	margin:0;
}

textarea.form-control{
	height:100px;
}

.checkbox{
	position: relative;
	padding-left:40px;
	margin-top:15px;
}
.checkbox input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.checkbox input + span:before,
.checkbox input + span:after{
	content:'';
	display:block;
	width:27px;
	height:27px;
	border:1px solid #d0cfcf;
	position:absolute;
	left:0;
	top:0;
	border-radius:4px;
	-webkit-border-radius:4px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}

.checkbox input + span:after{
	border:none;
	left:10px;
	top:3px;
	width:8px;
	height:16px;
	border-right:3px solid #d0cfcf;
	border-bottom:3px solid #d0cfcf;
	border-radius:0;
	-webkit-border-radius:0;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	opacity:0;
}

.checkbox:hover input + span:before{
	background: #d0cfcf
}

.checkbox:hover input + span:after{
	border-color:#fff;
	opacity:1;
}

.checkbox input:checked + span:before{
	background: #70addc;
	border-color:#70addc;
}

.checkbox input:checked + span:after{
	border-color:#fff;
	opacity:1;
}

.un-form-btns{
	text-align:center;
}

.un-form-btns .btn{
	width:100%;
	font-size:17px;
	color:#fff;
	max-width:221px;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background:#43b0e0;
	color:#fff;
	border:none;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
}

.un-copyright{
	text-align:center;
	padding-top:55px;
}