form .form-group input[type=file] {
  opacity: 1;
  position: relative;
  z-index: 0; }

form .form-group select {
  color: #aaa; }

form .form-group input[type=checkbox] {
  height: 30px;
  margin: 0; }

input[type=checkbox][id$="DELETE"] {
  display: none; }

.select2 ~ label {
  display: grid !important;
  margin-top: -30px !important; }
