
.info{
	margin-top: 150px;	
}

.form{
	margin-top: 50px;
	transition: all 4s ease-in-out;	
}
.form-control{
	width: 80%;
	background:transparent;
	
	border:none;
	outline: none;
	border-bottom: 1px solid grey;
	color: #000;
	font-size: 18px;
	margin-bottom: 16px;
}
input{
	height: 45px;

}
form button{
	background: #ff5722;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;

}
.location{
	margin-top: 10px;
}
.location h2{
	color:#1D5EBD  ;
	text-align: center;
	text-transform: capitalize;
}




