*{
	--body-background-color: white;
	--default-border-color: #CE0201;
    --error-background-color: #FFC4C4;
    --form-header-background-color: #CE0201;
    --form-header-background-color-invert: #ffffff;
    --form-subheader-color: #CE0201;
    --footer-background-color: white;
    --header-background-color: white;
    --html-default-color: black;
    --menu-background-color: white;
    --menu-color: #CE0201;
    --menu-header-background-color: #0DA8E0;
    --menu-header-color: white;
    --newuser-button-background-color: #3BB230;
    --newuser-button-color: white;
    --link-color: #CE0201;
    --list-striped-background-color: #CE0201;
    --required-color: red;
    --reseller-button-background-color: #CE0201;
    --reseller-button-color: white;
    --forgotpassword-button-background-color: #CE0201;
    --forgotpassword-button-color: white;
    --mdl-blue: #CE0201;
    --mdl-green: #15781B;
}

.active a{
    background-color: var(--form-header-background-color) !important;
    color:  var(--form-header-background-color-invert) !important;
}

.enterative-header__logo{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 133px !important;
    width: 100%;
}