.form-container-with-background {
	background-image: url("./photos/doctor.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
    height: 500px;
}
.btn-search {
	background: #50526e;
	color: #fff;
}
.input-group-addon {
	margin-right:0 !important;
	text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}