.bg_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-image: url("../loading/bg_loading.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.preloader {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  z-index: 3;
}

.logo_loading {
  background-image: url("../loading/game_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 440px;
  height: 458px;
  position: relative;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  margin-top: -150px;
  margin-bottom: -150px;
}

.container {
  width: 580px;
  height: 96px !important;
  box-sizing: border-box;
  }

.status-loader {
  position: absolute;
  width: 89.5%;
  height: 35%;
  overflow: hidden;
  top: 27px;
  left: 30px;
}

.status-frame {
  background-image: url("../loading/front_frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  height: 96px;
  width: 100%;
  position: relative;
}

.status-loader-after {
  content: "";
  position: absolute;
  transition: width 0.5s linear;
  height: 100%;
  background: none;
  background-image: url("../loading/bar_full.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.status-frame-background {
  background-image: url("../loading/back_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  height: 96px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

#landscape {
  width: 1000px;
}

.portrait_logo {
  height: 650px;
  width: 1000px;
  background-position: center;
}

.header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  margin: 20px;
  z-index: 4;
}