h1, .h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px !important;
    }
}

.subtitle {
    /* hide "* Required fields" */
    display: none;
}

/* somehow, placeholders are rendered in italics. removing here */
.form-control::placeholder {
    font-style: normal;
}

.login-pf body {
    /* footer blue plus simulating dim (darker) */
    background: #002c52 !important;
    background-size: cover;
    height: 100%;
}

.login-pf-page {
    padding-top: 0px;
}

body {
    padding-top: 0px;
}

.form-group {
    margin-bottom: 1rem !important;
}

label {
    font-weight: normal;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    width: 100%;
}

footer a {
    color: white;
}

/* after clicking link, it is focused. need this to maintain readability on dark background: */
footer a:focus {
    color: white;
}

#kc-info-wrapper {
    background-color: unset;
}

/* override bootstrap's smooth behaviour to work around this bug: 
  login/resources/css/bootstrap.css */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.btn-inline:focus-visible {
    outline: var(--kst-focusvisible-outline);

}

select:focus-visible{
    outline: var(--kst-focusvisible-outline) !important;
}

