#prenota-spa {
  background-image: url("../images/background/tinozza.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 280px;
  position: relative;
}

#prenota-spa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(75, 46, 33, 0.6);
  z-index: 1;
}

#prenota-spa > * {
  position: relative;
  z-index: 2;
}

#prenota-spa .container {
  padding-top: 0;
  padding-bottom: 0;
}

#prenota-spa img {
  width: 160px;
}

#prenota-spa h1,
#prenota-spa h2 {
  color: #fff8f0;
  text-align: center;
}

#prenota-spa h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#prenota-spa h2 {
  font-family: "Parisienne", sans-serif;
  font-size: 32px;
}

#modulo-prenotazione-custom {
  padding: 40px 15px;
}

#spa-custom-form input:focus {
  border-color: #7D604B !important;
  box-shadow: 0 0 0 0.25rem rgba(125, 96, 75, 0.25) !important;
}