body {
	font-family: 'Lato',sans-serif !important;
	font-size: 18px !important;	
	margin: 0 auto !important;
}
.container {
	margin: 0 auto !important;
	width: 100%;
	max-width: 680px;
	text-align: center;
}
.col-md-6 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100%;
	max-width: 720px;
}
#captcha.form-control {
	max-width: 300px !important;
}
label {
	color: #7803bb !important;
}
textarea {
	/*! max-width: 620px; */
}
.button {
	color: #fff !important;
	background: #932df8 !important;
	padding: 8px 14px !important;
	border: 1px solid #932df8 !important;
	border-radius: 8px !important;
	font-weight: bold !important;
}
.button:hover {
	color: #932df8 !important;
	background: #fff !important;
	padding: 8px 14px !important;
	border: 1px solid #932df8 !important;
	border-radius: 8px !important;
	font-weight: bold !important;
	
}
a {
	transition: 1s ease;
}
#error_message {
	width: auto !important;
	height: auto !important;
}
#success_message h3 {
	margin: 0 auto !important;
	text-align: center !important;
	color: #932df8 !important;
}
#error_message h3 {
	margin: 0 auto !important;
	text-align: center !important;
	color: #f82d2d !important;
}