html, body {
	background-color: #f2f2f2;
	font: normal 16px/20px 'Oxygen', sans-serif;
}

section {
	margin-bottom: 45px;
}

h2 {
	font: normal 32px/40px 'Oxygen', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.validate_thanks h2 {
	color: #000;
}

h3 {
	font: normal 22px/28px 'Oxygen', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

main {
	margin-top: 45px;
	margin-bottom: 45px;
}

.validate_text {
	padding: 45px;
	background-color: #b2b2b2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.validate_text p {
	font: normal 16px/20px 'Oxygen', sans-serif;
	color: #fff;
}

.validate_form {
	padding: 45px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.validate_button {
	padding: 25px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.validate_thanks {
	padding: 25px;
	background-color: #fff;
	border-radius: 15px;
}

span.color {
	font-weight: bold;
	color: #c44e45;
}

form .form-group {
	height: auto;
	min-height: 30px;
	margin-bottom: 15px;
}

.line {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

label {
	line-height: 30px;
}

input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 0;
	background-color: #fff;
}

input:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 127, 127, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 127, 127, 0.6);
}

input[type=checkbox] {

	float: left;
	width: auto;
	height: auto;
	margin-left:-30px;
	margin-top: 10px;
}

input[type=radio] {
	float: left;
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-right: 15px;
}

.checkbox {
	float: left;
}

.checkbox label {
	display: inline-block;
	width: 98%;
	padding-left: 30px;
}

.checkbox_epmedia img, .checkbox_imv img {
	margin-left: 30px;
	width: auto;
	height: 60px;
}
.form-group.has-error .form-control {
	border-color:red;
}
.form-group {
	clear:both;
}
.checkbox_imv img {
	height: 35px;
	margin-top: 10px;
}

p.text-muted {
	padding-top: 15px;
	font-size: 14px;
}

button, a.btn {
	color: black;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	text-decoration: none;
}
a.btn:hover {
	color: black;
	background-color: #e5e5e5;
	transition-duration: 0.4s;
}

.btn_submit, .btn.btn_submit {
	color: black;
	background-color: #b2b2b2;
}

button:hover {
	font-weight: bold;
	transition-duration: 0.4s;
	background-color: #e5e5e5;
}

@media (max-width: 768px) {
	main {
		margin-top: 0;
		margin-bottom: 0;
	}
	.validate_text {
		padding: 30px;
		border-radius: 0;
	}
	.validate_form {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.checkbox_imv_image, .checkbox_epmedia_image {
		width: auto;
	}
}