.search {
	margin: 10px;
	display: flex;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 18px;
}

.search .searchInput {
	width: 100%;
	border: 0;
	height: 30px;
	padding: 0 15px;
	outline: 0;
	background-color: #f5f5f5;
	color: #363636;
}

.search .btn {
	background: #f5f5f5;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
	border: 0;
	cursor: pointer;
	outline: 0;
	color: grey;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
.searchInput::placeholder {
	color: #d1d0d0;
	opacity: 1;
	/* Firefox */
}

/* Internet Explorer 10-11 */
.searchInput:-ms-input-placeholder {
	color: #d1d0d0;
}

/* Microsoft Edge */
.searchInput::-ms-input-placeholder {
	color: #d1d0d0;
}