:root {
    --main: #002F6C;
    --main-alt: #002F6C;
    --forgot-password-color: #977A58;
    --background: #e6eff4;
    --background-image: url("/identity/images/choreograph/background.png");
    --text-color: #333133;
    --text-inverted-color: #333133;
    --label-color: ##3F3F3F;
    --copyright-color: #002F6C;
    --title-font: 'Source sans pro', sans-serif;
    --anchor-color: #213368;
    --anchor-color-hover: #19437a;
    --button-color: #002F6C;
    --button-text-color: #ffffff;
    --button-height: 55px;
    --button-padding: 8px;
    --button-font-size: 19px;
    --button-line-height: 20px;
    --button-font-weight: 600;
    --button-border-radius: 4px;
    --button-height-large: 55px;
    --button-padding-large: 18px;
    --button-font-size-large: 19px;
    --button-line-height-large: 20px;
    --button-font-weight-large: 600;
    --button-text-transform: none;
    --language-select-margin-top: 8px;
    --language-select-display: block;
    --logo-width: 354px;
    /* https://codepen.io/sosuke/pen/Pjoqqp */
    --image-color-filter: invert(42%) sepia(12%) saturate(1594%) hue-rotate(60deg) brightness(94%) contrast(93%);
}
