html,
body {
    /*height: 100% !important;*/
    width: 100% !important;
}

.pagination {
    display:none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 15px;
}

.form-group{
    margin-bottom: 10px;
}

.text-header{
    color: #4a4a4a;
    text-align: end;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
