.status { 
	font-size: 15px;
	color: green;
	padding: 15px;
}
.status #success {
	color: green;
}
.status #error {
	color: red;
}
.g-recaptcha {
	margin-bottom: 2%;
}
#footer_design {
    background-color: rgba(0,0,0,.03);
}