.select2-container--default .select2-selection--single {
  border-color: #fff;
  height: 60px;
  /* padding: 7.5px 0; */
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
}

.select2-dropdown {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}

img.img-flag {
    width: 30%;
}