#login-body .v-main, .maintenance-body{
        background-image: url("logo/login_background_image.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-color: white;
}
.history-element .history-element-header{
        background-color: var(--theme-secondary);
}
.history-element .history-element-header:after{
        border-right-color: var(--theme-secondary);
}
header.v-app-bar.v-app-bar--fixed {
    background-color: #FFF !important;
    border-bottom: 1px solid var(--theme-secondary);
}
