.select2-container--default .select2-selection--single {
	height: 50px;
	border-color: #E6E6E6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 15px;
	color: #797979;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-dropdown {
	border-color: #E6E6E6;
}