body {
  background: #fff;
  font-family: "Oxygen","Segoe UI","Segoe","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

.isFirstInSlot {
  font-weight: 700;
}

form fieldset {
  border: none;
  padding: 0;
}

form .columns {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.formLabel {
  font-size: 2rem;
  line-height: 1.5;
}

.background input, .background textarea, .background select {
  background-color: #f5f5f5;
}

.border input, textarea, select {
  border: 2px solid #bdbdbd;
  border-radius: 30px;
  font-size: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
