html,
body,
#map {
  height: 100%;
  margin: 0;
  padding: 0;
}

#login-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 9999;
}

#login-container .input-field {
  padding: 5px 3px;
}

#filters {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-family: sans-serif;
}

#map {
  width: 100vw;
  height: 100vh;
}
