/*
Theme Name:     Divi-child
Theme URI:      
Description:    Divi child theme.
Author:         Me
Author URI:     
Template:       Divi
Version:        0.1.0
*/


.fas-andi-form-contatti {
  background-color: #355685;
  padding: 30px;
  border-radius: 20px;
  max-width: 500px;
  margin: auto;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.fas-andi-form-contatti input[type="text"],
.fas-andi-form-contatti input[type="tel"],
.fas-andi-form-contatti input[type="email"],
.fas-andi-form-contatti textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  background-color: #f1f6fa;
  color: #355685;
  font-size: 14px;
}

.fas-andi-form-contatti textarea {
  min-height: 120px;
  resize: vertical;
}

.fas-andi-form-contatti label {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fas-andi-form-contatti input[type="checkbox"] {
  margin-right: 10px;
}

.fas-andi-form-contatti .wpcf7-submit {
  background-color: #92a9d1;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fas-andi-form-contatti .wpcf7-submit:hover {
  background-color: #7a95c4;
}
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
    color: white !important;
}

p.et_contact_error i {
    background-color: #f26979 !important;
    border: 1px solid red !important;
}