#illy_landing
{
	font-family: 'Source Sans Pro',sans-serif;
	background: black;
}
#illy_landing .container-fluid
{
	background-image: url(../img/sfondo.png);
	background-repeat: no-repeat; 
	min-height: 684px;	
}

#illy_landing .logo
{
	background-color: #fff;
	float: left;
	position: relative;
	width: 140px;

}
#illy_landing .logo img
{
	display: block;
	/*margin: 10px auto*/
}
#illy_landing .logo span
{
	background-color: #e4000f;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
#illy_landing .logo span b
{
	text-decoration: underline;
}
@media screen and (max-width:767px)
{
	#illy_landing .logo
	{
		float: none;
	}
	#illy_landing .logo img
	{
		margin: 0 auto 10px;
		padding-top: 10px;
	}
}
#illy_landing .form
{
	background-color: #fff;
	box-sizing: border-box;
	/*float: right;*/
	padding: 35px;
	padding-top: 25px;
	/*position: relative;
	width: 456px;*/
}

#illy_landing .form form
{
	margin-bottom: 0;
}
#illy_landing .form h1
{
	color: #333;
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}
#illy_landing .form h1 span
{
	color: #e4000f;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
}
#illy_landing .form h1 i
{
	color: #e4000f;
	font-size: 20px;
	font-weight: 400;
}
#illy_landing .form p
{
	font-weight: 400;
}
#email{margin-bottom: 25px !important;}
#illy_landing .form .insert
{
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	height: 50px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	width: 100%;
}
#illy_landing .form label
{
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 10px 5px;
}
#illy_landing .form .privacy
{
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}
#illy_landing .form .privacy input
{
	left: 0;
	margin: 0;
	position: absolute;
	top: 3px;
}
#illy_landing .form .bottone
{
	background-color: #e4000f;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}


.title-lp{
	color: #f9e32a;
	font-weight: bold;
}
.text-lp{
	color: white;
	font-weight: 600;
}.media{margin-top: 60px;background-color: #714125;border-radius: 9px;}
.media-object{border-radius: 9px;}

@media(max-width:1199px){
	 .media{padding-left: 0px !important;}

}

@media(min-width: 991px){
	.second-row{
		padding-top: 80px; }
}
@media(max-width:991px){
	.media-left{
		display: block;
	}
	.media:first-child{margin-top: 60px;}
	.media{text-align: center;}
	.media-object{margin: auto;
    height: 90px;
    }
	.title-lp{margin-top: 10px;}
	div.form{margin-top: 75px;}
}

@media(max-width:767px){

	#illy_landing .logo,
	#illy_landing .logo img{width: 120px;

	float: none;}
	#illy_landing .logo span{ font-size: 13px;}
	.media:first-child{margin-top: 100px;}
}