.register-form {
  margin-top: 20px !important;

  .has-register {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: -16px;

    .ant-btn-link {
      padding: 0;
    }
  }

  .register-link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 24px;

    .ant-btn-link {
      justify-self: end;
      padding: 0;
    }
  }
  .register-agreement-content {
    color: var(--zaui-brand, #006aff);
  }
}
