.filament-sidebar {
    background-color: #28455e !important;
}
.filament-sidebar-item {
    color:aliceblue !important;
}
body > div > aside > nav > ul > li:nth-child(3) > button > div > p {
    color:aliceblue !important;
}
label.filament-forms-field-wrapper-label {
    color:aliceblue !important;
}
.filament-main-topbar {
    background-color: rgb(243 244 246) !important;
}

.filament-login-page {
    background-image: radial-gradient(circle at top,#28455e,#fff 50%) !important;
    background-repeat: no-repeat;
    position: relative;
}