label {
	font-family: 'Poppins Regular';
	font-size: 18px;
}
label.radio-inline {
	font-family: 'Poppins Regular';
	font-size: 18px;
	color: #80807E;
	padding: 0px 40px 50px 40px;
}
label.checked {
	color: #2e96d3;
}
input[type="radio"] {
	margin-top: 3px;
}
textarea {
	resize: none;
}

.btn-lg {
	margin: 50px 0px 150px 0px;
}

form {
	position: relative;
	padding-top: 40px;
	width: 80%;
	margin: 0 auto;
}
.loading-feedback {
	position: absolute;
	width: 100%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1000;
}
#form-processing img, #form-success div {
	margin: 0 auto;
	position: relative;
    top: 30%;
    transform: translateY(-30%);
}
#form-processing > img {
	width: 44px;
}
#form-success {
	font-size: 16px;
	color: #80807e;
}
#form-success .heading {
	font-family: 'Poppins Regular';
	font-size: 18px;
	color: #6ac460;
}
#form-success img {
	width: 204px;
	height: 167px;
	padding-left: 30px;
}

.form-group {
	margin: auto;
	padding-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 16px;
    color: #323532;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select.form-control {
	width: 200px;
}

#main-content-title {
	padding-top: 60px;
}

@media (max-width: 992px) {
	form {
		padding-top: 100px;
		width: 100%;
	}
	.btn-lg {
		margin: 50px 0px 100px 0px;
	}
	#main-content-title {
		padding-top: 100px;
	}
}