@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

.CS-bg {
	background: url('../img/CS-bg.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

img[src="assets/img/logo.svg"] {
	max-width: 300px;
}

img[src="assets/img/pack.png"] {
	max-width: 700px;
}

#reg_body_1.button {
	font-size: 2rem;
	max-width: 500px;
}

@media (max-width:991px) {
	#reg_body_1.button {
		font-size: 1.7rem;
		max-width: 400px;
	}
}

@media (max-width:375px) {
	#reg_body_1.button {
		font-size: 1.5rem;
		max-width: 280px;
	}
}