:root {
    --pf-c-button--m-primary--BackgroundColor: rgb(243, 119, 26);
    --pf-global--BoxShadow--lg: rgb(243, 119, 26);
    --pf-global--primary-color--100: rgb(243, 119, 26);
}

.login-pf body {
    background-color: rgb(255, 255, 255);
    background-image: none;
    color: #fff;
    font-family: sans-serif;
    text-shadow: 0px 0px 10px #000;
    margin: 0px;
}

div.kc-logo-text {
    background-image: url('../img/logo_hot_fll.png');
    background-size: contain;
    background-position: center;
}

* {
    text-shadow: none;
}

.card-pf {
    background: rgb(245, 245, 245);
    color: black;
    box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.1);
}

@font-face {
    font-family: 'Uniform';
    src: url("../Uniform-Regular.otf") format('opentype');
}

* {
    font-family: Uniform, sans-serif;
}
