body {
  display: flex;
  height: 100vh;
  margin: 0;
}
div#loading-app {
  background: #f2f4f8 url('/tenant/logo.svg') no-repeat;
  width: 50%;
  height: 50%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
