.auth-loading {
  width: 100vw;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  .ant-spin-dot {
    font-size: 18px;
  }
  .ant-spin-text {
    font-size: 20px;
  }
}
