html, body {
  overflow: visible;
}

body {
  background-color: #EEE;
}

#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 1rem;
  width: 100%;
  overflow: visible;
}

#keyboard {
  position: fixed;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.5);
  width: 100%;
  left: 0;
}

.btn-group-m1 > button {
  margin-right: 4px;
  margin-bottom: 4px;
}

.box-content {
  border: 0.2rem;
  padding: 0.5rem;
}

.vue-touch-keyboard .keyboard .key:not(:last-child) {
  margin-right: 0 !important;
}

.vue-touch-keyboard .keyboard .key {
  max-width: 5rem;
  height: 2.2rem;
}

.vue-touch-keyboard .keyboard .key.backspace,
.vue-touch-keyboard .keyboard .key.space,
.vue-touch-keyboard .keyboard .key.featured {
  max-width: 10rem;
}

.vue-touch-keyboard .keyboard .line:not(:last-child) {
  margin-bottom: 0;
}

.btn-h-6 {
  height: 6rem;
}

.btn-h-5 {
  height: 5rem;
}

.btn-h-4 {
  height: 4rem;
}

.btn-h-3 {
  height: 3rem;
}

h4 {
  font-size: 1.2rem;
}

.step h2 {
  font-size: 1.5rem;
}

.control.backspace {
  max-width: 100px;
}

select.form-control {
  min-width: 4rem;
}

.loading-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.form-box {
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  #SystemTitle {
    font-size: 4vw;
  }
  h2 {
    font-size: 6vw;
  }
  h3 {
    font-size: 5vw;
  }
  .btn-sm-100 {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  input[type=text] {
    font-size: 20px !important;
  }
  input[type=number] {
    font-size: 20px !important;
  }
  input[type=email] {
    font-size: 20px !important;
  }
  select {
    font-size: 20px !important;
  }
  .form-control {
    font-size: 20px !important;
  }
}
.btn-3d {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -9px 6px 3px inset;
}

.btn-return {
  color: #0b58a2;
  background-color: white;
  border-color: white;
  margin-bottom: 0.2rem;
}

.now-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: 700;
}

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