.login-pf body {
    background-color: white;
    background-size: 100% auto;
    background-image: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}

.pf-c-form__label-text {
    font-weight: normal;
}

.form-group {
    margin-bottom: 5px;
}

.hl-loc-blue-13 {
    background-color: #004868;
    height: 13px;
    margin: 20px 10px 0 0;
}

#kc-container.login-pf-page {
    display: flex;
    flex-direction: column;
}

#kc-container .card-pf {
    flex: 1 0 auto;
}

#kc-footer {
    margin-top: auto;   /* replaces margin-top: 10px behavior */
}

/* breakpoint requirement from AAA-126 */
@media (max-width: 834px) {
    #kc-footer {
        display: none !important;
    }
}

/* breakpoint requirement from AAA-126 */
@media (max-width: 834px) {
    .nls-login-checkbox-group {
        margin-top: -15px !important;
    }
}