.form-control{
    border-radius: 1px;
    border-color: #6c757d;
}

.pag_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    bottom: 300px;
}

/*
.pagination{
    transition: all .2s ease-in-out;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    margin: 0 2px;
    display: -ms-flexbox;
    display: flex;
    !*-ms-flex-flow: row wrap;*!
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .pagination{
        margin: 0 2px;
        width: 33px;
        height: 33px;
    }
}
*/

