.login-register-box .logo-container {
    background-color: #ffffff;
	height: 72px;
}

img.logo.mat-card-image {
    padding-top: 10px;
}

/*.page-content {
    background: #eeeeee;
}

.mat-card {
    background: #ffffff !important;
}

.mat-sidenav {
    background: #ffffff !important;
}

.topbar {
    background: #eeeeee !important;
}

.mat-menu-panel {
    background: #ffffff !important;
}

.mat-paginator, mat-table {
    background: #ffffff !important;
}

.dark .page-content {
    background: #303030 !important;
}

.dark .mat-card {
    background: #424242 !important;
}

.dark .mat-sidenav {
    background: #424242 !important;
}

.dark .topbar {
    background: #424242 !important;
}

.mat-paginator, mat-table {
    background: #424242 !important;
}
*/