.sigin-bg {
	background-image: url('../img/login.jpg');
}

.login-bg {
	width: 30%;
	background: #fff;
    padding: 40px 40px 10px;
    border-radius: 4px;
    box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07);
    margin: 0 auto;
    margin-top: 150px;
}

#datatable thead th {
    font-size: 11px !important;
    padding: 10px !important;
}

#datatable td {
    font-size: 13px !important;
    padding: 6px !important;
}

#datatable thead tr th{
    background: #5c55bf;
    color: #fff;
}

#datatable_length {
    float: left;
}

.fw-bold {
    font-size: 16px;
}

.page-header {
    margin-bottom: 10px !important;
}

.card-body {
    padding: 10px !important;
}