	  /* Set the size of the div element that contains the map */
      #map {
        height: 630px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;

       }

      .textputih{
      	color: white;
      }

      .btn-berl{
      	color: white;
      	background: radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, transparent 80%),
 radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
      }

      .pac-container { 
        z-index: 100000 !important; 
      }