body {
    background: #f2f2f2;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.h1, h1 {
    font-size: 2rem;
    font-weight: 600;
}

.content {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.bg-image {
    height: 100%;
    width: 100%;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
}

.container {
    background: #fff;
    padding: 5%;
}

.container-border {
    position: relative;
    background: linear-gradient(to right, lightgreen, lightblue);
    padding: 8px;
}

.card-border {
    position: relative;
    background: linear-gradient(to right, lightgreen, lightblue);
    padding: 8px;
    margin-bottom: 24px;
}

.card-header {
    padding:1rem 1.25rem;
    margin-bottom:0;
    background-color:#fff;
    border-bottom:0 solid transparent;
   }

.card-title {
    font-weight: 600;
    color: #939ba2;
}

hr {
    margin: 0.5rem 0 !important;
}

.table>:not(:last-child)>:last-child>*,
.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr {
 border-color:#dee2e6
}

input.form-control.d-inline.text-center {
    width: 150px;
}