.registerByBusinessForm {
  .agreementInfoGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .goLoginGroup {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      font-size: 12px;
      margin-top: 8px;
      a {
        font-size: 12px;
      }
    }
    :global {
      .ant-form-item-explain,
      .ant-form-item-extra {
        font-size: 12px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
      }

      .ant-form-item-explain.ant-form-item-explain-error {
        font-size: 12px;
        position: absolute;
        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%);
  }
}
