<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact_form{
  width: 100%;
  padding-right:15px;
}

.contact_group{
  margin-top: 20px;
  right: 14px;
  background-color: #fff;
  border: solid #000 1px;
}

.image-contatti&gt;img{
  position: absolute;
  height: 50%;
  right: 2%;
}

.image-contatti-2&gt;img{
  position: absolute;
  height: 30%;
  right: 2%;
}

.contact_title{
  text-align: left;
    padding: 12px 12px 12px 50px;
    background-color: #0092CD;
    color: white;
    font-weight: bold;
    font-size: 20px;
    width:108%;
    margin-left: -50px;
}

.contact_pre_text{
  margin:10px 0px 30px 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}

.required{
  color:#f00;
}

.contact_field_name{
    margin-left:7px;
}

.contact_input_element{
  margin-bottom: 20px;

}

.contacts{
  background-color: #fff;
  border: solid #36ab69 2px;
  border-radius: 0.3em;
  width: 60%;
  height: 38px;
}

textarea{
  background-color: #fff;
  border: solid #36ab69 2px;
  border-radius: 0.3em;
  width: 90%;
  height: 200px;
  margin-bottom: 30px;
}

.captcha{
  border-radius: 0.34em;
  border: solid #aaa 1px;
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
  height: 100px;
  width: 220px;
}

.captcha&gt;img{
  width: 100%;
  height: 100%;
}

.checkbox{
  border-radius: 0.3em!important;
  width: 30px!important;
  height: 30px!important;
}

.terms{
  position: absolute;
top: 8px;
left: 55px;
width: 200px;
}

.terms&gt;a{
  color: #ae6777;
}

.terms&gt;a:hover{
  color: #ae6777;
  text-decoration: none;
}

.pre_confirm{
  width: 200px!important;
  margin-bottom: 20px!important;
}

.contactform_send{
  background-color: #36ab69!important;
  color: #fff;
  width: 110px!important;
  height: 50px!important;
  font-weight: bold;
  border-style:none;
  border-radius: 0.5em!important;
  margin: 0px 10% 30px 0px;
}

.campi_mancanti{
  margin-top: 35px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}

.recharge{
  position: relative;
    height: 20px;
    width: 20px;
    border: solid #aaa 1px;
    border-radius: 0.3em;
    top: -40px;
    left: 5px;
}

@media only screen and (min-width:769px) and (max-width:992px){
  .contact_title{
      width: 114%!important;
  }
}

@media only screen and (min-width:577px) and (max-width:768px){
  .contact_title{
    margin-left:-30px!important;
  }

  input.contacts{
    width: 100%!important;
    height: 50px;
    font-size: 22px;
  }

  textarea{
    width:100%!important;
  }

  .contactform_send {
    margin-left: 7px;
    margin-top: 30px;
    float: none;
    width: 100%!important;
  }

}

@media only screen and (max-width:576px){
  .contact_title{
    width: 114%!important;
    margin-left: -30px!important;
  }

  input.contacts{
    width: 100%!important;
    height: 50px;
    font-size: 22px;
  }

  textarea{
    width:100%!important;
  }

  .contactform_send {
    margin-left: 7px;
    margin-top: 30px;
    float: none;
    width: 100%!important;
  }

}

@media (max-width:320px){
  .captcha{
    width: 148px;
  }
}
</pre></body></html>