/**
 * Hjerta Invest Custom Style
 * (Proprietor 42)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Hjerta Invest */
:root {
    /*Theme Hex: #ff524b*/
    --theme-hue: 2;
    --theme-saturation: 100%;
    --theme-lightness: 65%;
    --theme-alpha: 1;
    /*Accent Hex: #ff524b*/
    --accent-hue: 2;
    --accent-saturation: 100%;
    --accent-lightness: 65%;
    --accent-alpha: 1;
}

.ProprietorMainContainer {
    background-image: none !important;
    background-color: #fff !important;
}

#FM-login-hero {
    background-position-x: right;
}

/* csslint ignore:end */