/*Variables*/
:root {
    /*General color variables*/
    --accent-color-decimal: 153, 210, 46;

    /*Loading spinner*/
    --spinner-default-color: #264758;

    /*footer*/
    --footer-background: #264758;
    --footer-link-color: #fff;
    --footer-copy-text-background: #264758;
    --footer-input-color: #fff;
    --footer-field-value-color: #fff;
    --footer-text-color: #fff;
    --footer-line-ripple-color: #fff;

    /*button*/
    --button-radius: 0;
    --button-large-radius: 0;

    /*other*/
    --layout-border-radius: 0;
    --top-bar-bg: #fff;
    --card-radius: 0;
    --card-panel-radius: 0;
}

.brand-logo img {
    max-width: 250px!important;
}

.footer-logo img {
    max-width: none!important;
}
