.number-of-records {
    width: 30% !important;
}

@media (min-width: 1700px) {
    .number-of-records {
        width: 30% !important;
    }
}

@media (max-width: 1700px) {
    .number-of-records {
        width: 40% !important;
    }
}

@media (max-width: 1350px) {
    .number-of-records {
        width: 50% !important;
    }
}

@media (max-width: 1100px) {
    .number-of-records {
        width: 60% !important;
    }
}

@media (max-width: 900px) {
    .number-of-records {
        width: 80% !important;
    }
}

@media (max-width: 767px) {
    .number-of-records {
        width: 100% !important;
    }
}


.search-bar {
    float: right;
    width: 30% !important;
}

@media (max-width: 1100px) {
    .search-bar {
        width: 50% !important;
    }
}

@media (max-width: 800px) {
    .search-bar {
        width: 100% !important;
    }
}

.input-error .input-group-text {
    border-color: #ea5455 !important;
}