.select2-container.select2-container--default .select2-selection--single {
	border-radius: 5px;
	border: 1px solid #b8b8b8;
	height: 49px;
	line-height: 1;
	background: #fff;
	font-size: 13px;
}
input[type="text"] {
	height: 38px !important;
	border-radius: 5px;
	border: 1px solid #cacaca;
	background-color: #fff !important;
}