/* Login css start */
.btn-primary-login {
    color: white;
    background-color: rgb(21, 75, 133) !important;
}

.logo-login{
margin-top: 30px;
margin-bottom: 30px;
}

.page-content-login{
    background-color: rgb(21, 75, 133) !important;
}
/* Login css end */


.nav-dashboard{
    background-color: rgb(21, 75, 133) !important;
}

.sidebar-dashboard{
    background-color: rgb(21, 75, 133) !important;

}

.icon-color-view {
    color: green !important;
}

.icon-color-edit {
    color: rgb(245, 131, 52) !important;
}


.icon-color-delete {
    color: red !important;
}
