



.form-layout-right .nut-form-item-label {
  text-align: right;
  font-size: 14px;
  padding-right: 24px;
  white-space: nowrap;
}

.form-layout-left .nut-form-item-label {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding-left: 12px;
  white-space: nowrap;

  .required {
    display: block;
    line-height: 1.5;
    position: absolute;
    left: 0.1em;
  }
}

.form-layout-top .nut-form-item {
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}

.form-layout-top .nut-form-item-label {
  padding-bottom: 4px;
  display: block;
  font-size: 14px;
  padding-right: 24px;
}

.form-layout-top .nut-form-item-body {
  margin-left: 0;
  width: 100%;
}
