:root {
    --dsa-red: #EC1F27;
}

html.login-pf {
    background: unset;
}

html.login-pf body {
    background: url("../img/dsa-bg.png") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

#kc-header {
    color: black;
}

.card-pf {
    background-color: rgba(250, 250, 250, 0.8);
    border-color: var(--dsa-red);
}

.pf-c-button.pf-m-primary {
    background-color: var(--dsa-red);
}
