/*!
* Style v1.0.0 (Custom styles)
* @version 1.0.0
*/

/* Login page */
.login-banner {
    background: url('/assets/img/school5.jpg');
    background-size: cover;
    background-blend-mode: normal;
    backdrop-filter: blur(6px);
}

/* Table */
.table{
    width: 100%;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-width: 1px 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: left;
    font-size: 14px;
}
.table>:not(caption)>*>* {
    border-width: 0 1px;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    border-bottom-width: 1px;
}
.table th{
   background-color: ghostwhite;
}
.table td{
    font-size: 16px;
}