h1{
    text-align: center;
    color: #4CAF50;
}

label, p { 
    color: #4CAF50;
}

.form-container {
    border: 0px;
    padding: 10px 50px;
}

.col-centered{
    display: inline-block;
    float : none;
}

.footer-form{
    position:absolute;
    bottom:0px;
}
.text-form-top{
    margin-top: 11px;
    margin-bottom: 0;
}
.text-form-bottom{
    margin-top: 0;
}
.row-centered{
    text-align: center;
}
.col-centered{
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
#margin-atas{
    margin-top: 80px;
}

@media (min-width: 320px) and (max-width: 526px) {
      #margin-atas{
        margin-top: 15px;
    }
  
}

@media (min-width: 527px) and (max-width: 1023px) {
      #margin-atas{
        margin-top: 50px;
    }
    .col-md-6 {
        flex: 0 0 60%!important;
        max-width: 70%!important;
    }
  
}

@media (min-width: 1024px) and (max-width: 1252px) {
      #margin-atas{
        margin-top: 50px;
    }
    .col-md-6 {
        flex: 0 0 45%!important;
        max-width: 45%!important;
    }
  
}

 /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 60%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        width: 40%;
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 98%;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
