.social-media-icon-cf{
    position: absolute;
    left: 4%;
    top: 28%;
}

.social-media-icon-sl{
    position: absolute;
    right: 4%;
    top: 35%;
}

/* For mobile phones: */
.container-form{
	max-width: 95% !important;
}
/* For tablets: */
@media only screen and (min-width: 500px) {
	.container-form{
		max-width: 90% !important;
	}
}
/* For desktop 1: */
@media only screen and (min-width: 768px) {
	.container-form{
		max-width: 80% !important;
	}
}
/* For desktop 2: */
@media only screen and (min-width: 968px) {
	.container-form{
		max-width: 70% !important;
	}
}
/* For desktop 3: */
@media only screen and (min-width: 1168px) {
	.container-form{
		max-width: 60% !important;
	}
}
/* For desktop 4: */
@media only screen and (min-width: 1268px) {
	.container-form{
		max-width: 50% !important;
	}
}

/* For mobile phones: */
.success-message{
	max-width: 95% !important;
}
/* For tablets: */
@media only screen and (min-width: 500px) {
	.success-message{
		max-width: 90% !important;
	}
}
/* For desktop 1: */
@media only screen and (min-width: 768px) {
	.success-message{
		max-width: 80% !important;
	}
}
/* For desktop 2: */
@media only screen and (min-width: 968px) {
	.success-message{
		max-width: 70% !important;
	}
}
/* For desktop 3: */
@media only screen and (min-width: 1168px) {
	.success-message{
		max-width: 60% !important;
	}
}
/* For desktop 4: */
@media only screen and (min-width: 1268px) {
	.success-message{
		max-width: 50% !important;
	}
}

.checkbox-grande {
	transform: scale(1.5); /* Aumenta el tamaño 1.5 veces */
	-webkit-transform: scale(1.5); /* Compatibilidad con navegadores antiguos */
	margin: 0 12px 0 0 !important; /* Espacio entre el checkbox y la etiqueta */
}