body {
	background-color: transparent !important;
	font-family: 'Lato',sans-serif !important;
	font-size: 16px !important;	
	color: #600876 !important;
}
.container {
	margin-right: 15px !important;
}
.col-md-6 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#captcha.form-control {
	max-width: 300px !important;
}
.button {
	background: #fff !important;
	padding: 8px 14px !important;
	border: 1px solid #ccc !important;
	border-radius: 8px !important;
	color: #600876 !important;
	font-weight: bold !important;
}
.button:hover {
	background: #ccc !important;
	padding: 8px 14px !important;
	border: 1px solid #ccc !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-weight: bold !important;
	
}
a {
	transition: 1s ease;
}