:global {
  .controlOption {
    .ant-select-item-option-content {
      white-space: normal;
      word-break: break-word;
    }
  }
}
.registerAccountContainer {
  padding: 17px 35px 34px;
  .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 {
        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%);
  }
}

@media screen and(max-width: 480px) {
  .registerAccountContainer  {
    padding: 17px 20px 34px;
  }
}