body {
	font-family: 'Lato',sans-serif !important;
	font-size: 18px !important;	
}
.container {
	margin-top: 15px !important;
	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: #000 !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;
}
#success_message, #error_message {
	position: relative;
	height: 120vh;
}
#success_message h3  {
	position: absolute;
	bottom: 0;
}
#success_message_womb, #error_message_womb {
	/* position: relative; */
	height: 120vh;
}