.spectrum--large .spectrum-FieldLabel,
.spectrum--large .spectrum-Form-itemLabel {

  padding-top: 5px;

  padding-bottom: 6px;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.spectrum--large [dir="ltr"] .spectrum-FieldLabel-requiredIcon {
  margin-left: 2px;
  margin-right: 0;
}
.spectrum--large [dir="rtl"] .spectrum-FieldLabel-requiredIcon {
  margin-right: 2px;
  margin-left: 0;
}
.spectrum--large .spectrum-FieldLabel-requiredIcon {
  margin-top: 5px;
  margin-bottom: 0;
}
.spectrum--large [dir="ltr"] .spectrum-FieldLabel--left {
  padding-left: 0;
  padding-right: 10px;
}
.spectrum--large [dir="rtl"] .spectrum-FieldLabel--left {
  padding-right: 0;
  padding-left: 10px;
}
.spectrum--large .spectrum-FieldLabel--left {
  padding-top: 10px;
  padding-bottom: 0;
}
.spectrum--large [dir="ltr"] .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-left: 2px;
    margin-right: 0;
}
.spectrum--large [dir="rtl"] .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-right: 2px;
    margin-left: 0;
}
.spectrum--large .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-top: 0px;
    margin-bottom: 0;
  }
.spectrum--large [dir="ltr"] .spectrum-FieldLabel--right {
  padding-left: 0;
  padding-right: 10px;
}
.spectrum--large [dir="rtl"] .spectrum-FieldLabel--right {
  padding-right: 0;
  padding-left: 10px;
}
.spectrum--large .spectrum-FieldLabel--right {
  padding-top: 10px;
  padding-bottom: 0;
}
.spectrum--large .spectrum-Form {
  border-spacing: 0 30px;
  margin: -25px 0;
}
.spectrum--large .spectrum-Form--labelsAbove .spectrum-Form-item + .spectrum-Form-item {
      margin-top: 10px;
    }
.spectrum-FieldLabel,
.spectrum-Form-itemLabel {
  display: block;

  box-sizing: border-box;

  padding-top: 4px;

  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;

  vertical-align: top;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
}
[dir="ltr"] .spectrum-FieldLabel-requiredIcon {
  margin-left: 2px;
  margin-right: 0;
}
[dir="rtl"] .spectrum-FieldLabel-requiredIcon {
  margin-right: 2px;
  margin-left: 0;
}
.spectrum-FieldLabel-requiredIcon {
  margin-top: 4px;
  margin-bottom: 0;
}
[dir="ltr"] .spectrum-FieldLabel--left {
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] .spectrum-FieldLabel--left {
  padding-right: 0;
  padding-left: 8px;
}
.spectrum-FieldLabel--left {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 0;
}
[dir="ltr"] .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-left: 2px;
    margin-right: 0;
}
[dir="rtl"] .spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-right: 2px;
    margin-left: 0;
}
.spectrum-FieldLabel--left .spectrum-FieldLabel-requiredIcon {
    margin-top: 0px;
    margin-bottom: 0;
  }
[dir="ltr"] .spectrum-FieldLabel--right {
  text-align: right;
}
[dir="rtl"] .spectrum-FieldLabel--right {
  text-align: left;
}
[dir="ltr"] .spectrum-FieldLabel--right {
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] .spectrum-FieldLabel--right {
  padding-right: 0;
  padding-left: 8px;
}
.spectrum-FieldLabel--right {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 0;
}
.spectrum-Form {
  display: table;
  border-collapse: separate;
  border-spacing: 0 24px;
  margin: -20px 0;
}
.spectrum-Form-item {
  display: table-row;
}
.spectrum-Form-itemLabel {
  display: table-cell;
}
.spectrum-Form-itemField {
  display: table-cell;
}
.spectrum-Form--labelsAbove {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}
.spectrum-Form--labelsAbove .spectrum-Form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
.spectrum-Form--labelsAbove .spectrum-Form-item + .spectrum-Form-item {
      margin-top: 8px;
    }
.spectrum--dark .spectrum-FieldLabel,
.spectrum--dark .spectrum-Form-itemLabel {
  color: rgb(185, 185, 185);
}
.spectrum--dark .spectrum-FieldLabel.is-disabled,
.spectrum--dark .spectrum-Form-itemLabel.is-disabled {
    color: rgb(110, 110, 110);
  }
.spectrum--dark .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--dark .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(110, 110, 110);
    }
.spectrum--dark .spectrum-FieldLabel-requiredIcon {
  color: rgb(144, 144, 144);
}
.spectrum--darkest .spectrum-FieldLabel,
.spectrum--darkest .spectrum-Form-itemLabel {
  color: rgb(162, 162, 162);
}
.spectrum--darkest .spectrum-FieldLabel.is-disabled,
.spectrum--darkest .spectrum-Form-itemLabel.is-disabled {
    color: rgb(92, 92, 92);
  }
.spectrum--darkest .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--darkest .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(92, 92, 92);
    }
.spectrum--darkest .spectrum-FieldLabel-requiredIcon {
  color: rgb(124, 124, 124);
}
.spectrum--light .spectrum-FieldLabel,
.spectrum--light .spectrum-Form-itemLabel {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-FieldLabel.is-disabled,
.spectrum--light .spectrum-Form-itemLabel.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--light .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-FieldLabel-requiredIcon {
  color: rgb(142, 142, 142);
}
.spectrum--lightest .spectrum-FieldLabel,
.spectrum--lightest .spectrum-Form-itemLabel {
  color: rgb(116, 116, 116);
}
.spectrum--lightest .spectrum-FieldLabel.is-disabled,
.spectrum--lightest .spectrum-Form-itemLabel.is-disabled {
    color: rgb(188, 188, 188);
  }
.spectrum--lightest .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--lightest .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
      color: rgb(188, 188, 188);
    }
.spectrum--lightest .spectrum-FieldLabel-requiredIcon {
  color: rgb(149, 149, 149);
}
