html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;

    background-color: #2B6356 !important;
    background-image: url("../img/background.png") !important;
    background-repeat: repeat !important;
    background-size: 100% !important;
    background-position: top center !important;
}

.login-pf-page {
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    padding: 40px 20px;

    box-sizing: border-box;
}

.login-pf-page .card-pf {
    position: relative !important;

    margin: 0 auto !important;

    width: 100%;
    max-width: 500px;

    top: auto;
    left: auto;
    transform: none;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;

    padding: 40px 10px 20px;

    white-space: normal;

    text-align: center;

    color: white !important;
}

.pf-c-button.pf-m-primary {
    background-color: #2B6356 !important;
    color: white !important;

    font-weight: 600 !important;

    border: 1px solid rgb(155, 170, 179);
    border-radius: 0.5rem;

    cursor: pointer;

    padding: 1rem 2rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1em;
}

.pf-c-button.btn-default.btn-lg {
    background-color: white !important;
    color: black !important;

    border: 1px solid rgb(155, 170, 179);
    border-radius: 0.5rem;

    padding: 1rem 2rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1em;
}