.bindPhoneFormContainer {
  .registerAndResetPwdGroup {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    a {
      position: relative;
      font-size: 12px;
      font-family: Roboto-Regular, Roboto;
      font-weight: 400;
      line-height: 14px;
      color: #1679ff;
      margin-left: 13px;

      &:last-of-type:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -7px;
        border: none;
        width: 1px;
        height: 8px;
        background: #9b9b9b;
      }
    }
  }

  .agreementInfoGroup {
    :global {
      .ant-form-item-explain,
      .ant-form-item-extra {
        font-size: 12px;
        position: absolute;
        bottom: -80px;
        left: 0;
        right: 0;
        text-align: center;
      }

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