@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  background-color: #8CB9BD;
}
body .wraper {
  padding: 50px 0px;
}
body .wraper .form-map {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body .wraper .form-map .form {
  margin: 20px 0px;
}
body .wraper .form-map .form p {
  font-weight: 600;
  margin-top: 15px;
}
body .wraper .form-map .img {
  text-align: center;
  margin-top: 20px;
}
body .wraper .form-map .img img {
  width: 50%;
}
body .wraper .form-map .img p {
  margin-top: 20px;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
}
body .wraper .form-result {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body .wraper .form-result #map-min {
  background-color: #FFE6E6;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
}
body .wraper .form-result #map-min li {
  list-style: none;
}
body .wraper .form-result #map-min p {
  font-weight: bold;
}
body .wraper .form-result #list-cs {
  background-color: #BED7DC;
  border-radius: 15px;
  padding: 10px;
}
body .wraper .form-result #list-cs li {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  list-style: none;
}/*# sourceMappingURL=app.css.map */