html,
body {
  margin-top: 20px;
  background-color: rgba(70, 20, 95, 1);
}

h2 {
  font-size: 25px;
}

#sub-btn,
#verify-btn {
  background-color: rgba(70, 20, 95, 1);
  border-color: rgba(70, 20, 95, 1);
}

#sub-btn:focus,
#verify-btn:focus {
  outline: none;
  box-shadow: none;
}

#form {
  margin: 25px auto 0;
  margin-bottom: 25px;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#form input {
  /*text-align: center;
  line-height: 50px;
  font-size: 20px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 40px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;*/
}
#form input:focus {
  outline: none;
}
#form input::selection {
  background: transparent;
}

#sub-btn {
  display: none;
}

#form {
  display: none;
}

#popupBox {
  display: none;
  background-color: #a89680;
  border-radius: 5px;
  position: absolute;
  width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 6px 8px 8px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  margin: auto;
  border: 1.2px solid rgba(167, 150, 128, 1);
  color: white;
  width: auto;
  height: auto;
  margin: 0 30px 0 15px;
}

#popupBox h4 {
  font-size: 1.2rem;
  padding-top: 10px;
}

#popupBox .button {
  color: rgb(70, 20, 95);
  font-size: 16px;
  background: none;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

#pop-up-message {
  height: 20px;
  text-align: left;
  margin-bottom: 5px;
  color: white;
}

.mobile-verify {
  /**border: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  background: repeating-linear-gradient(
      90deg,
      dimgrey 0,
      dimgrey 1ch,
      transparent 10%,
      transparent 16.67%
    )
    0 100%/100% 2px no-repeat;
  color: dimgrey;
  letter-spacing: 24px;
  padding: 0 !important;
  padding-left: 2px !important;*/
  padding: 0px;
  padding-left: 4px;
  letter-spacing: 21px;
  border: 0;
  background-image: linear-gradient(
    to left,
    dimgrey 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 33px 1px;
  background-repeat: repeat-x;
  background-position-x: 19px;
  width: 190px;
  min-width: 190px;
  margin-bottom: 0px;
  font-size: 20px;
}

@media screen and (max-height: 680px) {
  h5 {
    font-size: 1.1rem !important;
  }
  .card-title {
    margin-bottom: 0 !important;
  }

  .card-text {
    font-size: 0.9rem !important;
    line-height: 1.2rem;
    margin-bottom: 0 !important;
  }

  label {
    margin-bottom: 0.25rem !important;
  }

  .footer {
    margin-bottom: 0 !important;
  }

  body {
    line-height: 1.25rem !important;
  }
}

@media screen and (max-width: 370px) {
  #form input {
    width: 35px;
  }
}
