div.kc-logo-text {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

#kc-logo-wrapper {
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    margin: 102px auto 0;
}

div.content {
    flex-grow: 1;
    overflow: auto;
    min-height: 2em;
}

div.card-pf {
    border: 1px solid #005192;
    box-shadow: 0 2px 15px 2px #eee;
    border-radius: 3px;
}

div.login-pf-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

login-pf body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.login-pf body,
.login-pf {
    background-image: none !important;
    background-size: unset;
    background-color: white;
}


.footer-wrapp {
    margin-top: 20px;
    height: 120px;
    border-top: 1px solid #005192;
    width: 100%;
    align-items: center;
    /*background-color: white;*/
    flex-shrink: 0;
}

.footer {
    width: 95%;
    margin: auto;
    padding: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.footer-item {
    max-width: 320px;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
}

.footer ul,
.footer p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    vertical-align: top;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: #005192;
}

.footer-bottom p {
    width: 100%;
    text-align: center;
}

@media  (max-height: 768px) {
    .footer-wrapp {
        display: none;
    }
    #kc-header-wrapper {
        padding: 0;
    }
    div.card-pf {
        border: none;
    }
}

div#kc-form-options:has(#logout-sessions) {
    display: none !important;
}