#map { height: 180px; width:100%; }

.popupPanel {
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width:400px;
  height:60%;
  z-index:1;
  background-color:white;
  border-radius: 25px;
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  align-content: center;
  justify-items: center;
}

.errorInput {
  color:red;
}
