@font-face {
  font-family: 'Campton';
  src: url('/fonts/Campton-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Campton';
  src: url('/fonts/Campton-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

html {
  margin: 0;
}

#header {
  font-family: 'Campton';
  font-size: 32px;
  width: 100vw;
  background: linear-gradient(-180deg, #5492cb 10%, #2a3a74 100%);
  color: #fff;
  padding: 64px 0 32px 32px;
  margin-bottom: 24px;
}

.spaced {
  margin: 32px 0;
}

#email {
  font-weight: bold;
}

.icon {
  width: 24px;
  display: inline-block;
}

#content {
  width: 80vw;
  max-width: 400px;
  margin: 0 auto;
}

a,
a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

#errorMsg {
  margin-bottom: 16px;
  color: #d70101;
  opacity: 0;
}

.disabled {
  background: rgb(84, 146, 203, 0.5) !important;
  cursor: not-allowed !important;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px;
  border: 1px solid rgb(215, 215, 215);
  width: 100%;
  margin-bottom: 16px;
}

#passRequirements {
  margin-bottom: 16px;
  color: #666;
}

#passRequirements p {
  margin-bottom: 0;
}

textarea,
select,
input,
button {
  outline: none;
}

input:focus {
  border-color: #777777;
}

.button {
  background-color: #5492cb;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
  font-family: 'Campton';
  font-size: 24px;
  cursor: pointer;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #000a31;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f5f7fa;
}

.helloInput {
  width: 300px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a3a74;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  position: absolute;
  z-index: 9;
  top: 0;
  align-items: center;
  justify-content: center;
  font-size: 24pt;
  font-weight: bold;
  display: none;
  font-family: 'Campton';
  left: 0;
}

#wrapper_download {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
}

#wrapper_download div {
  margin-bottom: 8px;
}

#wrapper_download .logo {
  width: 192px;
}

#wrapper_download .qr-code {
  width: 320px;
  border: 24px solid #FFF;
}

#wrapper_download .download-icons {
  margin-top: 32px;
}

#wrapper_download .download-icons img {
  height: 56px;
}

#wrapper_download h1 {
  font-family: 'Campton';
  font-size: 32px;
  margin-top: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#wrapper_download p {
  font-family: 'Campton';
  font-size: 20px;
  margin-top: 16px;
  color: #fff;
  text-align: center;
}

#wrapper_download #spacer {
  height: 32px;
}

/* Voucher */
#wrapper-voucher {
  height: max(100vh, 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #000a31;
}

#wrapper-404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgb(247, 247, 254);
  text-align: center;
}

#wrapper-404 p {
  font-family: 'Campton';
  font-size: 16pt;
}

#wrapper-404 h1 {
  color: #00205b;
  font-family: 'Campton';
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 22pt;
}

#wrapper-404 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 221px;
  margin-top: 2%;
  margin-bottom: 4%;
}

#wrapper-404 .logo {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 150px;
  margin: 0;
}

#wrapper-404 .content {
  background: rgb(247, 247, 254);
  padding: 32px;
  margin: 0 128px;
  border-radius: 8px;
}

#wrapper-voucher .logo {
  margin: 128px 128px 32px 128px;
}

#wrapper-voucher .logo img {
  height: 48px;
}

#wrapper-voucher .content {
  background: #fff;
  padding: 32px;
  margin: 0 128px;
  border-radius: 8px;
}

#wrapper-voucher .content .form {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#wrapper-voucher h1 {
  color: #00205b;
  font-family: 'Campton';
  font-weight: bold;
  margin: 0 0 32px 0;
  font-size: 24pt;
}

#wrapper-voucher h1.error {
  color: #e41e1c;
}

#wrapper-voucher p {
  font-family: 'Campton';
  font-size: 16pt;
}

#wrapper-voucher input {
  width: 50%;
  min-width: 300px;
  font-size: 16pt;
  border-radius: 8px;
}

#wrapper-voucher input:focus {
  border-color: #00205b;
}

#wrapper-voucher label {
  display: block;
  font-size: 16pt;
}

#wrapper-voucher #submitBtn {
  outline: none;
  min-width: 300px;
  background: #00205b;
  color: #fff;
  width: 50%;
  font-size: 16px;
  font-family: 'Campton';
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 24px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.download-voucher {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.download-voucher img {
  height: 40px;
}

a, a:active, a:visited {
  color: #000A31;
  text-decoration: underline;
}

a:hover {
  color: #000A31;
}

@media only screen and (max-width: 992px) {
  #wrapper-voucher .content {
    margin: 0;
  }

  #wrapper-voucher .logo {
    margin: 32px 0 32px 0;
  }

  #wrapper-voucher {
    display: block;
    padding: 16px;
  }

  #wrapper-voucher p {
    font-size: 14pt;
  }

  #wrapper-voucher #qrcode {
    width: 100%;
  }

  #wrapper-voucher input,
  #wrapper-voucher #submitBtn {
    width: 100%;
  }

  #wrapper-voucher .content .form {
    display: block;
  }

  #wrapper-404 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin-top: 10%;
    margin-bottom: 14%;
  }

  #wrapper-404 p {
    font-size: 14pt;
    margin-top: 16%;
  }

  #wrapper-404 h1 {
    color: #00205b;
    font-family: 'Campton';
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 19pt;
  }
}

#indique {
  width: 600px;
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Campton', sans-serif;
}

#indique .logo {
  height: 40px;
  object-fit: contain;
}

#indique .content {
  background-color: #f3f6ff;
  margin-top: 46px;
  border-radius: 16px 16px 0 0;
  padding: 32px;
  font-size: 14px;
  text-align: center;
}

#indique .content h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000a31;
}

#indique .content p {
  margin: 32px 0;
}

#indique .content span.blue-bg {
  background-color: #00fbe2;
  padding: 8px;
  font-weight: bold;
  color: #000a31;
  font-size: 16px;
}

#indique .content .subscription {
  height: 82px;
}

#indique .content .box {
  background: #fafcff;
  border: 1px solid #b9c1ce;
  border-radius: 8px;
  display: flex;
  text-align: left;
  padding: 0 16px;
  align-items: center;
  margin: 24px 0;
}

#indique .content .box h2 {
  font-size: 14px;
  color: #000a31;
  font-weight: bold;
  margin-bottom: 0;
}

#indique .content .box p {
  margin: 16px 0;
  color: #666;
}

#indique .content .box img {
  margin-right: 16px;
  min-width: 48px;
  height: 48px;
  object-fit: contain;
}

#indique-footer {
  padding: 32px;
  background: #000a31;
  position: relative;
  top: -21px;
  border-radius: 16px 16px 0 0;
}

#indique-footer p {
  color: #FFF;
  font-size: 20px;
  margin-top: 16px;
}

span.no-wrap {
  white-space: nowrap;
}

#indique .download-icons img {
  height: 46px;
}