@sh-form-prefix-cls: ~'@{sh-css-prefix}form';
@sh-title-prefix-cls: ~'@{sh-css-prefix}title';

.@{sh-form-prefix-cls} {
  background-color: @white;
  padding: 24px @padding-lg;
  .@{sh-title-prefix-cls} {
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .form_item_error {
    .ivu-form-item-label,
    .ivu-select-selected-value,
    .ivu-input,
    .ivu-input-number-input {
      color: #BF2012;
    }
  }
}
