/**
 * THIS FILE HAS BEEN GENERATED - DO NOT MANUALLY CHANGE IT
 * if you want to do custom css changes, do xyz (@todo developer: Write here, where the additional CSS file should be placed so that it gets included)
 */

:root {
    /* outer part */
    --main-bg-color: #ffffff; /* outside > background */
    --typo-outer-main-color: #35505a; /* outside > text */

    /* inner part */
    --inner-bg-color: #f4f5f6; /* inside > background */
    --typo-main-color: #35505a; /* inside > text */
    --typo-light-color: #8b9ea4; /* inside > light text */
    --typo-placeholder-color: #8b9ea4; /* inside > light text */
    --typo-link-color: #0074d6; /* inside > link text */

    /* main branding*/
    --main-ui-action-color: #00aff0; /* inside > button */
    --branding-main-color: #7fba00; /* inside > bottom border */
}
.logo { /* remove this when no custom logo is set */
    background-image: url(../logos/signup.png);
}
.logo { /* remove this when no custom height is set */
    height: 30px;
}

/* ie 11 essentials - remove everything below this line part when IE 11 does not need to be supported anymore */
html, body {
    background-color: #ffffff; /* outside > background */
}
body {
    color: #35505a; /* outside > text */
}
.btn-primary, btn-primary:hover, btn-primary.active, btn-primary:focus {
    background-color: #7fba00; /* inside > button */
}
main.main-content-body:after {
    background-color: #00aff0; /* inside > bottom border */
}
