.page {
  position: relative;
  width: 21cm;
  height: 33cm;
  padding: 25px;
}

.logo-border {
  border-style: solid;
  border-color: #5c8c5f;
  width: 100%;
  height: 100%;
}

.logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 20px;
}

.title-pdf {
  padding-top: 40px;
}

.firma {
  position: absolute;
  bottom: 100px;
  right: 150px;
}
.firma p {
  text-align: center;
}

.data {
  position: absolute;
  bottom: 100px;
  left: 100px;
  white-space: nowrap;
}
.data p {
  text-align: center;
}

.titolo {
  padding-top: 90px;
  padding-bottom: 30px;
  font-family: Arial;
}

.testo {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 11pt;
  font-family: Arial;
}

.testo span {
  text-transform: capitalize;
  font-weight: bold;
}

.no-cap {
  text-transform: none !important;
}

.iscrizione h1 {
  font-size: 30pt;
  font-weight: bold;
}
.iscrizione h3 {
  font-size: 27pt;
  font-style: italic;
}

form select {
  text-transform: capitalize;
}

.underscore {
  height: 20pt;
  width: 150pt;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

label span,
legend span {
  color: #dc3545;
}

.form-check-input ~ span {
  color: #212529;
}
.was-validated .form-check-input:invalid ~ span {
  color: #dc3545;
}
.was-validated .form-check-input:valid ~ span {
  color: #28a745;
}

@media only screen and (max-width: 768px) {
  .mobilepad {
    padding-left: 25px;
  }
}

.legend-validate-no {
  color: #dc3545;
}
.legend-validate-yes {
  color: #28a745;
}

a {
  color: #f1582e;
}

button {
   background-color: #f1582e;
   color: white;
}
