* {
  box-sizing: border-box;
}
body {
  background-image: linear-gradient(142deg, #001e4d, #5cc0de);
  font-family: "Lato", sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
.container {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  text-align: center;
  /* display:none; */
}
.code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.passnumber {
  color: #001e4d;
}
.passnumber-2 {
  color: #fff;
  font-weight: 700;
}
.code {
  caret-color: transparent;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  width: 75px;
  height: 80px;
  margin: 10px;
  text-align: center;
  font-weight: 300;
}
.info {
  display: block;
}
@media (max-width: 600px) {
  .code-container {
    flex-wrap: wrap;
  }
  .info {
    font-size: 12px;
    color: #001e4d;
  }

  .code {
    font-size: 24px;
    height: 50px;
    max-width: 50px;
    font-weight: bold;
  }
  .btn-1 {
    display: none;
  }
  .sub-heading {
    font-size: 0.65rem;
    /* color: red; */
  }
}
.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.code:valid {
  border-color: #9861c2;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
#sm {
  color: #001e4d;
  font-weight: bold;
  text-align: center;
  display: block;
}
.sub-heading {
  font-size: 0.85rem;
  /* color: red; */
}
.btn-1 {
  font-family: "Lato", sans-serif;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0px 0px 20px 0px;
  padding: 0.775rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7;
}
.btn-primary {
  color: #fff;
  background-color: #001e4d;
  border-color: #001e4d;
}
small {
  color: #001e4d;
  display: none;
}
strong {
  color: black;
  font-weight: bold;
}
.div-question {
  display: flex;
  justify-content: center;
  align-items: center;
}

#q-image {
  width: 95px;
  object-fit: cover;
}
