@charset "UTF-8";
#map {
	width: 100%;
	height: 500px;


}
	.header{
		width: 100%;
		font-size: 1em;
		background: #1504B7;
		color: aliceblue;
		text-align: center;
	}
	.container{
		width: 100%;
		padding: 5px;;
		font-size: 1.5em;
	}
	.form-input{

		padding-bottom: 20px;
	}
