
@media (min-width: 768px) {

	form {
		width: 80%;
		padding: 90px;
		padding-top: 80px;
		padding-bottom: 50px;
	}
}

@media (min-width: 992px) {
	
	form {
		width: 40% !important;
		padding: 50px !important;
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	.copyright-form {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	form {
		width: 40% !important;
		padding: 50px !important;
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}

	.copyright-form {
		width: 40%;
	}
}

.button-group {
	padding-top: 0px;
	padding-bottom: 20px;
}

h3.title {
	text-align: center;	
	padding-bottom: 10px;
}

.recaptcha-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-group{
	display: flex;
	justify-content: center;
	width: 100%;
}

.button-group button {
	width: 100%;
}