.searchFormWrapper
{
	margin-top:175px;
}

.searchFormWrapper > .logoWrapper{
	height:35px;
}

.searchFormWrapper > .logoWrapper > .logo
{
	/*border:1px solid #000;*/
	color: #74b4e9;
	/*font-size:64px;*/
	position:absolute;
	left:50%;
	width:200px;
	margin-left:-40px;
	height:25px;

	background-repeat: no-repeat;
   

}

.searchFormWrapper form input.form-control
{
	border-radius: 23px;
}

.footer 
{
	position: fixed;
	bottom: 0;
	left:0;
	right:0;
	width: 100%;
	/*border:1px solid #ccc;*/
	  /* Set the fixed height of the footer here */
	/*height: 60px;*/
	/*background-color: #f5f5f5;*/
}

body
{
	/*background-color:#b5d4f7;
	background-repeat: no-repeat;
   
    background-position:center;
    background-blend-mode: overlay;
   

    background-image:url(bg.jpg);*/
}

@media (max-width: 768px) {
    .searchFormWrapper
	{
		margin-top:150px;
	}


}