body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.bg-wapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg.image-1 {
  background-image: url('../images/bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg.image-2 {
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.launch-form {
  width: 170px;
  margin-bottom: 20px;
  text-align: center;
}

.button {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  text-transform: uppercase;
}

.input-field {
  border-radius: 6px;
  text-align: center;
}

.container-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 472px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-top.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 472px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-bottom.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filler {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

@media (max-width: 991px) {
  .container-top {
    width: 728px;
    height: 365px;
  }
  .container-bottom {
    width: 728px;
    height: 365px;
  }
}

@media (max-width: 767px) {
  .mb-logo {
    display: none;
  }
  .container-top {
    width: 480px;
    height: 240px;
  }
  .container-bottom {
    width: 480px;
    height: 240px;
  }
}

@media (max-width: 479px) {
  .mb-launch {
    width: 132px;
  }
  .container-top {
    width: 320px;
    height: 160px;
    padding-bottom: 60px;
  }
  .container-bottom {
    width: 320px;
    height: 160px;
    padding-top: 100px;
  }
}

