.splash {
  width: 100%;
  display: block;
  height: 100%;
  overflow: auto;
}
.splash .splash-bg {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: block;
  min-height: 100vh;
  background-position: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/splash/bg.jpg);
  position: relative;
}
.splash .splash-bg .splash_inner {
  box-sizing: border-box;
  min-height: 100vh;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}
.splash .splash-bg .splash_inner .qq43 {
  /* position: relative; */
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  text-shadow: 0px 1px 3px #666;
}
.splash .splash-bg .splash_inner .qq43 .shadow {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.splash .splash-bg .splash_inner .logo {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0px 1px 3px #666;
}
.splash .splash-bg .splash_inner .logo span {
  text-align: center;
}
.splash .splash-bg .splash_inner .logo span h1 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.splash .splash-bg .splash_inner .new-Main {
  padding: 15px;
  border-radius: 5px;
  /* height: max-content; */
  background-color: rgba(0, 0, 0, 0.5);
}
.splash .splash-bg .splash_inner form[name=signup] {
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
}
.splash .splash-bg .splash_inner form[name=signup] h1 {
  font-size: 27px;
}
.splash .splash-bg .splash_inner .signin {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.splash .splash-bg .logo-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.splash .splash-1a, .splash .splash-1b {
  background-image: url(../img/splash/splash-bg-1.jpg);
}
.splash .splash-2a, .splash .splash-2b {
  background-image: url(../img/splash/splash-bg-2.jpg);
}
.splash .splash-3a, .splash .splash-3b {
  background-image: url(../img/splash/splash-bg-3.jpg);
}
.splash .splash-4a, .splash .splash-4b {
  background-image: url(../img/splash/splash-bg-4.jpg);
}
.splash .splash-5a, .splash .splash-5b {
  background-image: url(../img/splash/splash-bg-5.jpg);
}
.splash .splash-1a .style-b, .splash .splash-2a .style-b, .splash .splash-3a .style-b, .splash .splash-4a .style-b, .splash .splash-5a .style-b {
  display: none;
}
.splash .splash-1b .style-a, .splash .splash-2b .style-a, .splash .splash-3b .style-a, .splash .splash-4b .style-a, .splash .splash-5b .style-a {
  display: none;
}
.splash .splash-1b .style-b, .splash .splash-2b .style-b, .splash .splash-3b .style-b, .splash .splash-4b .style-b, .splash .splash-5b .style-b {
  font-size: 14pt;
  font-weight: bold;
}
.splash .splash-1b .new-Main, .splash .splash-2b .new-Main, .splash .splash-3b .new-Main, .splash .splash-4b .new-Main, .splash .splash-5b .new-Main {
  background-color: transparent !important;
}
.splash .splash-1b .qq43, .splash .splash-2b .qq43, .splash .splash-3b .qq43, .splash .splash-4b .qq43, .splash .splash-5b .qq43 {
  display: none;
}
.splash .splash-1b .splash_inner .new-Main, .splash .splash-2b .splash_inner .new-Main, .splash .splash-3b .splash_inner .new-Main, .splash .splash-4b .splash_inner .new-Main, .splash .splash-5b .splash_inner .new-Main {
  text-align: left;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.splash .splash-1b .splash_inner .new-Main h1, .splash .splash-2b .splash_inner .new-Main h1, .splash .splash-3b .splash_inner .new-Main h1, .splash .splash-4b .splash_inner .new-Main h1, .splash .splash-5b .splash_inner .new-Main h1 {
  color: #fff;
  font-size: 60pt;
  line-height: normal !important;
  text-align: left;
  font-weight: bolder;
}

.page {
  padding-top: 0px !important;
}

.pad-bottom {
  padding-bottom: 20px;
}

@media (orientation: portrait), (max-width: 991px) {
  .splash .splash-bg {
    min-height: 0;
  }
  .splash .splash-bg .splash_inner {
    min-height: 0;
    padding-bottom: 0;
  }
  .splash .splash-bg .logo-bar {
    position: relative;
  }
}
@media (max-width: 435px) {
  .logo {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .logo h1 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .splash-bg {
    background-position: 30% top !important;
    background-size: auto 100% !important;
  }
  .splash-1b .splash_inner .new-Main h1, .splash-2b .splash_inner .new-Main h1, .splash-3b .splash_inner .new-Main h1, .splash-4b .splash_inner .new-Main h1, .splash-5b .splash_inner .new-Main h1 {
    font-size: 30pt !important;
  }
}
@media (max-width: 390px) {
  .splash .splash-bg .splash_inner {
    max-width: 100% !important;
  }
  .splash .splash-bg .splash_inner .register-form {
    padding: 0 30px 10px 30px !important;
  }
  .splash-3b .splash_inner .new-Main h1,
  .splash-4b .splash_inner .new-Main h1,
  .splash-5b .splash_inner .new-Main h1 {
    font-size: 18pt !important;
  }
  .new-Main .style-b .card .card-body {
    padding: 0.2rem !important;
  }
  .new-Main h1 span {
    line-height: 1.5 !important;
  }
  ul {
    font-size: 12pt !important;
    font-weight: lighter !important;
    padding-inline-start: 24px;
  }
}

/*# sourceMappingURL=splash.css.map */
