.logo {
  height: 80px;
  padding: 0px;
  margin: 20px 0px 0 0;
}

.brand {
  height: 350px;
  transform: translateY(-50px);
}

.status {
  font-size: 12px;
}

.vt-10 {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  z-index: 99;
}

#statuse {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('/assets/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}


@media (max-width: 991px) {
  .logo {
    height: 60px;
    padding: 0px;
    margin: 20px 0px 0 0;
  }

  .brand {
    height: 200px;
    transform: translateY(-5px);
  }

  .status {
    font-size: 12px;
  }
}