/**
 * Staging environment visual indicator.
 * Soft light orange so staging is easy to distinguish from production.
 */
html,
body {
    background-color: #fff0e6 !important;
}

/* Override Vuexy login full-screen background image */
html body.bg-full-screen-image {
    background: #fff0e6 !important;
    background-image: none !important;
}

.content-wrapper,
.content-wrapper-error,
.app-content.content,
.wrapper {
    background-color: #fff0e6 !important;
}

.main-header.navbar-white {
    background-color: #ffe8d6 !important;
}

.main-footer {
    background-color: #ffe8d6 !important;
}
