@media (min-width: 320px) {
	form {
		width: 95%;
		padding: 35px;
	}
}

@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%;
	}
}


.input-group .disabled {
	background-color: rgb(84,84,84);
}
.button-group {
	padding-top: 20px;
	padding-bottom: 20px;
}

h3.title {
	width: 100%;
	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%;
}

.break-line {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: var(--secondary);
	font-family: 'Poppins-Bold', sans-serif;
}