@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
.box{
  background: #FFF; 
  border:4px solid #520a76;
  border-left:40px solid #520a76;
  margin-top:30px;
}

p{
  text-align:left;
 }

.titolo{
  color: #b6008d;
  text-transform: uppercase;
  text-align:center;
  font-weight:700;
  font-size:1.3em;
 }  
.testo{
  margin: 0 5%;
  text-align:left;
  font-weight:700;
  text-align:center;
  margin-bottom:10px;

 } 
 
 .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
}

#submit {
  background-color: #B6008D;
  color: white;
  font-size: 1em;
  padding: 10px 20px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight:700;
  border: 0;
}
#submit:hover{
  cursor:pointer;
  background:#520a76;
}


@media screen and (max-width: 833px) {
	body{
	 /* max-width:500px;*/
	}		
  }

@media screen and (max-width: 520px) {
	body{
	  /*max-width:300px;*/
	}	
  }

#submit_chiudi_questionario {
  background-color: #B6008D !important;
  color: white;
  font-size: 1em;
  padding: 10px 20px !important;
  margin: 10px 0 20px !important;
  text-transform: uppercase;
  font-weight:700 !important;
  border: 0 !important;
}

#submit_chiudi_questionario:hover{
  cursor:pointer;
  background:#520a76;
}



