body {
  margin: 0;
  padding: 0;
}
.vera-splash-loader {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.vera-splash-loader img {
  width: 203px;
  height: 68px;
}
.vera-splash-loader-hide {
  visibility: hidden;
  transition: visibility 0.1s;
}
