body{
  padding: 1px;
  margin: 1px;
  height: 100vh;
  width: 100vw;
}
.monitor{
  position: absolute;
  top: 60px;
  left: -700px;
  z-index: 4000;
}

.menale{
  position: relative;
  top: -50px;
}

.menalec{
  position: absolute;
  top: 80px;
  z-index: 500;
}

.map-template{
  width: 100%;
  height: 90vh;
  z-index: 1000;
}
.card-form {
  margin: 1px;
  padding: 5px;
  border: 0;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  min-height: 95vh;
  max-height: 95vh;
  @media screen and (max-width: 770px) {
    min-height: 90vh;
    max-height: 90vh;
  }
  @media screen and (max-width: 380px) {
    min-height: 80vh;
    max-height: 80vh;
  }
}

.card-form .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 10pt;
}
.card-form .card-body {
  font-size: 9pt;
  overflow-y: hidden;
  overflow-x: auto;
}

.baseintro{
  background-image: url(../img/intro.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.copyr{
  font-size: 1rem;
}
