.box {
  width: 800px;
  max-width: calc(100% - 60px);
  margin: 30px auto;
  background: rgba(255,255,255,0.7);
}

.field-container {
  border-bottom: rgba(0,0,0,1) 1px dotted;
  padding-bottom: 20px;
}

.field-container span.label {
  position: relative;
  height: auto;
  width: 100%;
  background: none;
  box-shadow: none;
  border-radius: 0;
  color: #000000;
  padding: 0;
  height: 30px;
}

.field-container span.prefix {
  left: 20px;
}

.field-container.label input,
.field-container.label select {
  padding-left: 20px;
}

.field-container input.phone-prefix {
  padding-left: 40px;
}

h1 {
  background: none;
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
  box-shadow: none;
  height: auto;
  text-align: center;
  color: #000000;
  font-size: 20px;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  padding-bottom: 10px;
  background: #e9148d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 4px;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin: 10px 0 5px 0;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin: 5px 0 10px 0;
}

h5 {
  font-size: 12px;
  font-weight: 400;
  margin: -10px 0 10px 0;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  color: #e9148d;
}

a {
  color: #e9148d;
  font-weight: 600;
}

ul {
  margin: 10px 0 10px 30px;
}

li {
  list-style: disc;
  padding: 2px 0;
}

.button {
  margin: 30px auto;
  border-radius: 4px;
  width: max-content;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  height: auto;
  white-space: normal;
}

input,
select {
  color: #e9148d;
  font-weight: 600;
}

input[type="checkbox"] {
  margin: 0 15px 0 0 !important;
}

input:disabled,
select:disabled {
  background-color: rgba(189,189,189,1) !important;
  color: #4e4e4e !important;
  pointer-events: none;  
}

.hidden-field {
  display: none;
}

.date-row {
  border-bottom: rgba(0,0,0,1) 1px dotted;
  margin-bottom: 10px;
}

.date-row .field-container {
  width: 25%;
  margin-right: 10px;
  border-bottom: none;
  margin-bottom: 0;
}

.field-container.autofill input,
.field-container.autofill select {
  color: #e9148d !important;
}