.form-group {
	margin-bottom: 20px !important;
}
input{
	height: 35px !important;
}
.btn {
  padding: 9px 9px !important;
  font-size: 12px !important;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: -5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
.overflow-hidden{
	overflow: hidden !important;
}