.bindOrgInfoForm {
  .agreementGroup {
    //margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;

    :global {
      .ant-form-item-explain,
      .ant-form-item-extra {
        font-size: 12px;
        left: 0;
        right: 0;
        text-align: center;
      }
      .ant-form-item-explain.ant-form-item-explain-error {
        font-size: 12px;
        left: 0;
        right: 0;
        text-align: center;
      }
    }
  }

  .errorInfoGroup {
    margin-top: 6px;
    color: #ff4d4f;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
