/* Footer */
.login-pf-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.kc-login-footer-spacer {
    flex: 1;
}

.kc-login-footer {
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 2.0;
    color: #363636;
    background: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Background */
.login-pf body {
    background: none !important;
    background-color: rgb(0, 47, 82) !important;
}

/* Logo */
div.kc-logo-text {
    background-image: url(../img/logo.svg) !important;
    background-position: center !important;
}

/* Password requirements */
table#kc-password-reqs {
}

td#kc-password-reqs-name {
    color: #72767b;
}
td#kc-password-reqs-value {
    padding-left: 10px;
    text-align: right;
}
td#kc-password-reqs-chars {
    padding-left: 10px;
}

/* Password failure reasons */
div#kc-password-failure-reasons-heading {
}

ul#kc-password-failure-reasons-entries {
    font-weight: normal;
    list-style: disc;
    padding-left: 15px;
}
