.agreementInfoGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  // margin-top: -10px;
  .goLoginGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
    margin-top: 18px;
    a {
      font-size: 12px;
      color: #1679ff !important;
    }
  }
  :global {
    .ant-form-item-explain,
    .ant-form-item-extra {
      width: 390px;
      font-size: 12px;
      position: absolute;
      left: 0;
      // transform: translateX(50%);
      // right: 0;
      text-align: center;
    }

    .ant-form-item-explain.ant-form-item-explain-error {
      font-size: 12px;
      position: absolute;
      left: 0;
      bottom: -20px;
      // right: 0;
      text-align: center;
    }
  }
}
