#head_lcn {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
  background-image: url("/static/applications/img/head-lavora.9a84f043b5f3.jpg");
}

.form_eridania textarea {
  min-height: 150px;
}
.form_eridania select {
  width: 100%;
  height: 51px;
}
.form_eridania textarea,
.form_eridania input[type=email],
.form_eridania input[type=text] {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}
.form_eridania input[type=submit] {
  background: white;
  color: #C20E2E;
  border: 1px solid;
  width: 200px;
  padding: 5px 10px;
  float: right;
  border-radius: 5px;
}
.form_eridania .custom-control.custom-radio {
  float: left;
  padding-right: 20px;
}

/* Stili per il campo file attachment */
.form_eridania input[type=file] {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: white;
}

.form_eridania .file-input-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.form_eridania .file-input-wrapper input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form_eridania .file-input-label {
  display: inline-block;
  padding: 10px 15px;
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form_eridania .file-input-label:hover {
  border-color: #C20E2E;
  background: #fff;
}

.form_eridania .file-input-label::before {
  content: "📎";
  font-size: 20px;
  margin-right: 10px;
}

.title_form ul {
  list-style: none;
  padding: 0;
}
.title_form ul li {
  background: #75B347;
  color: white;
  width: 300px;
  margin: 0px auto 35px;
  padding: 20px;
}