.text-red, .error {
    color: #f00 !important;
}
.text-orange {
    color: #EB8334 !important;
}
.select2-dropdown--below {
    top: -2.8rem; /*your input height*/
}