.form-responsive{
    display: flex;
    align-items:center;
    justify-content: center;
}

.form-responsive .form-group{
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
}

.form-responsive .form-group:last-child{
    margin-right: 0;
}

.form-responsive .form-group label{
    flex: 0 0 auto;
    margin-bottom: 0;
}

.form-responsive .form-group .btn-block+.btn-block{
    margin-left: 10px;
    margin-top: 0;
}

.page-link{
    color: #555;
}

.page-item.active .page-link{
    background-color: #ffc107;
    border-color: #ffc107;
}