
#form_container
{
	padding:15px 15px;
	margin-top:15px;
	background: #f2f2f2;
	color: black;
	margin-bottom:20px;
}
#gmap
{
	padding:15px 25px;
	margin-top:15px;
	/*background: #093164;	*/
	color:#fff;
	margin-bottom:20px;
	
}


body
{
/* 	background-image: url("images/stduio-2035349_1280.jpg"); */
	background-size: cover;
	background-repeat:no-repeat;

}
.upload-btn-wrapper 
{
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] 
{
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.max
{
	text-align: right;
    font-size: 11px;
    color: gray;
}

#message
{
	resize:none;
}