@charset "UTF-8";

label.error{
   position: absolute;
   left: 0;
   top: 40px;
   margin-left: 0;
   font-size: 10px;
   color: #FF0015;
}

.select2 {
  width: 100% !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-selection__arrow {
  height: 37px !important;
}
