body {
  font-family: Arial, Helvetica, sans-serif;
}

.lang-switch {
  margin-left: 0px;
  background-color: rgb(56, 59, 208);
  align-self: flex-start;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 0px) {
  .lang-switch {
    margin-left: 0px;
  }
}
@media screen and (min-width: 480px) {
  .lang-switch {
    margin-left: 0px;
  }
}
@media screen and (min-width: 840px) {
  .lang-switch {
    margin-left: 24px;
  }
}

.arrow {
  position: absolute;
  top: 0.5rem;
  right: -1.25rem;
}

.mt-5 {
  margin-top: 18px;
}

.logo {
  width: 80px;
  height: auto;
}

.layout {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex: 1;
  flex-direction: row;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.background {
  background-size: cover;
}
@media screen and (min-width: 0px) {
  .background {
    background-image: url("./assets/background-480w.png");
  }
}
@media screen and (min-width: 480px) {
  .background {
    background-image: url("./assets/background-480w.png");
  }
}
@media screen and (min-width: 840px) {
  .background {
    background-image: url("./assets/background-800w.png");
  }
}

.form {
  background-color: rgb(56, 59, 208);
}

.text,
.title,
.link {
  color: #fff;
}

.title {
  margin-top: 45px;
  word-wrap: break-word;
}

.intro {
  margin-top: 25px;
  margin-bottom: 24px;
  font-size: 16px;
}

.store-image {
  max-height: 60px;
}

h1 {
  font-size: 40px;
}

p {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  .form {
    min-height: 60vh;
  }
  .background {
    height: 40vh;
  }
}
.step {
  color: #fff;
  margin-top: 18px;
  display: block;
  margin-bottom: 14px;
}

.code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 2px 18px;
  border-radius: 8px;
  font-size: 30px;
  color: rgb(90, 148, 83);
  text-align: center;
  text-decoration: none;
  max-width: 100%;
  transition: all 200ms ease-in;
  -webkit-box-shadow: 4px 4px 0px -1px #0a3873;
  box-shadow: 4px 4px 0px -1px #0a3873;
}
.code__text {
  word-wrap: break-word;
}
.code__image {
  width: 32px;
  height: 32px;
}
.code:hover {
  cursor: pointer;
  background-color: #e2e2e2;
  color: rgb(90, 148, 83);
  transform: scale(0.98);
}
.code__explainer {
  margin-top: 42px;
  color: #fff;
}
.code__actions {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.code__btn {
  background: white;
  border-radius: 8px;
  border-color: none;
  border-width: 0;
  margin-right: 6px;
  -webkit-box-shadow: 4px 4px 0px -1px #0a3873;
  box-shadow: 4px 4px 0px -1px #0a3873;
}
.code__btn:hover {
  cursor: pointer;
  background-color: #e2e2e2;
  color: rgb(90, 148, 83);
  transform: scale(0.98);
}

.link {
  color: #fff;
  display: block;
}

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