body {
	font-family: 'Lato',sans-serif !important;
	font-size: 18px !important;	
	margin: 0 auto !important;
}
#order-form {
	text-align: center;
}
.container {
	margin: 0 auto !important;
	width: 100%;
	max-width: 680px;
	text-align: left;
}
.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: #6600cc !important;
}
label#cert-style {
	margin-top: 1.5em
}
.form-group {
	margin: 1.5em 0 0 0 !important
}
.form-check {
	padding-left: 24px;
}
.form-check-label {
	padding: 4px
}
textarea {
	/*! max-width: 620px; */
}
.order-button {
	margin-top: 3.5em;
	text-align: center;
}
.to-order-button {
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	text-align: center;
}
.button {
	color: #fff !important;
	background: #6600cc !important;
	padding: 8px 14px !important;
	border: 1px solid #6600cc !important;
	border-radius: 8px !important;
	font-weight: bold !important;
}
.button:hover {
	color: #6600cc !important;
	background: #fff !important;
	padding: 8px 14px !important;
	border: 1px solid #6600cc !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;
}