/*body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}*/

/*body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}*/

body {
  margin: 40px 0;
}

.title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
}

.field {
  margin-top: 15px;
}

.field > label,
legend {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 4px;
}

.field > label.required:after,
legend.required:after {
  content: "*";
  color: #CC0000;
  font-size: 0.8em;
  position: absolute;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.field-radio-option input {
  display: inline-block;
  height: auto;
  min-height: auto;
}

.field-radio-option label {
  margin-left: 4px;
  margin-bottom: 0;
}

.field-checkbox-option input {
  display: inline-block;
  height: auto;
  min-height: auto;
}

.field-checkbox-option label {
  margin-left: 4px;
  margin-bottom: 0;
}

.field-rating .btn {
  margin-right: 4px;
}

.actions {
  margin-top: 40px;
}