.search-container{
	border: solid 2px #e2e2e2;
    border-radius: 2px;
    padding: 15px;
	background-image: url("../../imgs/background_img.jpg");
	background-size: 500px;
    height: 280px;
	position: relative;
}

.esw-form-area{
	background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 5px;
	margin-top: 20px;
	width: 100%;
  	margin: 0 auto;
	/*position: absolute;*/
}

#esw-question{
	margin-top: 10px;
}

#esw-search-button{
	width: 100%;
    color: white;
    background-color: #ff4d55;
	margin-top: 5px;
}

#esw_logo{
	width: 40%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: white;
	border-radius: 0 5px 0 0;
}