.login-pf body {
    background-image: url('../img/riista-bg.jpg');
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center top;
}

#registerLink {
    margin-top: 10px;
    float: right;
}

#kc-login {
    background-color: #1a5f19;
    font-size: 12pt;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}

#kc-logout {
    background-color: #1a5f19;
}

a {
    color: #1a5f19;
}
.card-pf {
    border: none;
}

.pf-c-button.pf-m-control:focus {
    --pf-c-button--m-control--after--BorderBottomColor: #1a5f19;
}
.pf-c-button.pf-m-control:hover {
    --pf-c-button--m-control--after--BorderBottomColor: #1a5f19;
}

#omariista-links a {
    text-decoration: underline;
}

#kc-page-title {
    font-weight: bold;
    font-size: 17pt;
    text-align: left;
}

button {
    i {
        color: #1a5f19;
    }
}

label {
    font-size: 11pt;
}

#username {
    border: 1px solid #ddd;
    border-radius: 6px;
}

#password-input-group {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-right: 2px;
}
#show-password-button {
    color: #1a5f19;
    --pf-c-button--after--BorderColor: white !important;
}
#password {
    border: none;
}

#omariista-register-text {
    text-align: center;
}
#omariista-register-button {
    display: block;
    color: black;
    text-align: center;
    font-size: 10pt;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.login-pf-settings-mgs {
    color: black;
    font-size: 9pt;
}

input[type="checkbox"] {
    background-color: #1a5f19;
}

input[type="checkbox"]:checked {
    background-color: #1a5f19;
}
#omariista-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#forgotPasswordLink {
    margin-top: 0px;
    display: block;
}

#kc-locale-dropdown {
    color: black;
}
#kc-locale-link {
    color: white;
}
#kc-locale-dropdown a {
    color: white;
}

#r-locale-links {
    color: white;
    display: inline-block;
    padding-right: 0px;
    margin-left: 55px;
    width: 15px;
    font-weight: bold;
}

.r-login-title {
    text-align: center;
    margin-left: -50px;
}

@media only screen and (max-width: 600px) {
    #r-locale-links {
        display: block;
        margin-left: 155px;
    }
    .r-login-sub-title {
        width: 150px;
        overflow-wrap: break-word;
        white-space: normal;
        vertical-align: bottom;
    }
    .r-login-title {
        text-align: unset;
        margin-left: 0px;
    }
}

#r-locale-links a {
    display: inline-block;
}

.r-login.title {
    display: inline-block;
    margin-left: 5px;
}

.r-login-logo {
    display: inline-block;
}
.r-login-main-title {
    display: inline-block;
    font-size: 18px;
}

.r-login-vertical-separator {
    display: inline-block;
    border-left: 1px solid #fff;
    height: 20px;
    vertical-align: text-bottom;
    margin-left: 5px;
    margin-right: 5px;
}
.r-login-sub-title {
    display: inline-block;
    font-weight: bold;
}
#kc-header {
    text-align: left;
}