body {
  margin: 0;
}

.loader-container {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: #edf5e0;
}

.loader {
  position: relative;
  margin: auto;
  width: 83px;
  height: 90px;
  background-image: url('/layout/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}
