html , body{ 
  background: url(samba.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo{
text-align:center;
padding:50px 0;
}
.container{
text-align:center;
}
.container form{
padding:20px;
background:#fff;
}
.container h1{
padding-top:0;
margin-top:30px;
text-align:center;
font-size:22px;
}
.box .input-group{
margin-bottom:10px;
}
.prodotto{
text-align:left;
}
.prodotto input{
margin-right:3px;
}
#languages{

}
.language{
float:right;
margin:3px;
}
.language img{
width:25px;
}
.product-list{
max-height:150px;
overflow:auto;
margin-bottom:20px;
}
#privacy-container{
max-height:150px;
overflow:auto;
margin-bottom:20px;
text-align:left;
padding:20px;
}
.privacy{
font-weight:800;
}
#submit-subscription{
background:#de0019;
color:#fff;
font-weight:800;
text-decoration:underline;
}
.error{
border:1px solid #f00;
background:#f00;
color:#fff;
}