.card-detail>.card-body>.row>.col-md-8,
h3 {
	color: black;
}

.bg-login-image {
	background: url('http://localhost/sipas/assets/img/bg-login.svg');
	background-position: center;
	background-size: cover;
}

.bg-register-image {
	background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
	background-position: center;
	background-size: cover;
}

.bg-password-image {
	background: url('http://localhost/sipas/assets/img/bg-forgot.svg');
	background-position: center;
	background-size: cover;
}

.table {
	text-align: center;
}

#tbl-laporan>tbody>tr>td:nth-child(1),
#tbl-disposisi>tbody>tr>td:nth-child(1) {
	vertical-align: text-top;
}

.table>tbody>tr>* {
	vertical-align: middle;
}


#tbl-laporan>tbody>tr>td:nth-child(2),
#tbl-disposisi>tbody>tr>td:nth-child(2) {
	text-align: left;
}

/* custom */
.bg-primary {
	background-color: #4a42e9 !important;
}

.btn-primary {
	background-color: #6c63ff;
	border-color: #6c63ff;
}

.btn-primary:hover {
	background-color: #5a50ff;
	border-color: #2653d4;
}

.btn-danger {
	background-color: #f54272;
	border-color: #f54272;
}

.btn-danger:hover {
	background-color: #e03f6a;
	border-color: #e02f5e;
}

.btn-outline-danger {
	color: #f54272;
	border-color: #f54272;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e02f5e;
	border-color: #e02f5e;
}

.border-left-primary {
	border-left: 0.25rem solid #6c63ff !important;
}

.badge-primary {
	background-color: #6c63ff;
}
