.logo {
  width: 100vw;
  height: 200px;
}

.logo .logoLGM {
  width: 200px;
  flex-basis: auto;
  margin-left: 25px;
}

.logo .logoMoka {
  width: 200px;
  margin-right: 25px;
}

.thank-you-bg {
  width: 100vw; height: 100vh;
  background: url("../images/bg-thankyou.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#thank_you h2 {
  font-size: 5em;
  line-height: 1.2em;
}

.thank-you-svg {
  max-height: 70%;
  position: fixed;
  bottom: 3%;
  left: 5%;
}

.thank-you-svg .st0 {
  fill: #5d57d9;
}
.thank-you-svg .st1 {
  fill: #8bbf13;
}
.thank-you-svg .st2 {
  fill: #2c2334;
}
.thank-you-svg .st3 {
  fill: #604e75;
}
.thank-you-svg .st4 {
  fill: #ebdbe7;
}
.thank-you-svg .st5 {
  fill: #cc715e;
}
.thank-you-svg .st6 {
  fill: #f79463;
}
.thank-you-svg .st7 {
  fill: #fbd5a2;
}

/*----------------------------------------*/

/* Format mobile */
@media (max-width: 600px) {

  .logo .logoLGM {
    height: 150px;
    flex-basis: initial;
    min-height: initial;
  }

  #thank_you h2 {
    font-size: 2em;
    line-height: 1.2em;
    z-index: 99999;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: rgba(255,255,255,.8);
  }
}
