.header-logo {
    max-height: 60px;
    max-width:300px;
    margin-bottom: 20px;
}
.indysoft-label {
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 0;
    color: #5a607f;
}

.indysoft-error-label {
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 0;
    color: #a30000;
}

.indysoft-input {
    width: 100%;
    height: 48px;
    margin: 4px 0 24px 0;
    padding: 12px 16px;
    border-radius: 4px;
    border: solid 1px #d9e1ec;
    background-color: #fff;

    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.indysoft-button {
    width: 100%;
    height: 48px;
    margin: 20px 6px 20px 0;
    border-radius: 4px;
    background-color: var(--button-color);

    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.indysoft-button:hover {
    opacity: 0.90;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.indysoft-registration-div {
    text-align: right;
    margin-top: 20px;
}

.indysoft-registration-img {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/pinpad.png);
}

.indysoft-registration-link {
    margin: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.57;
    color: #9ea0a5;
}

.login-pf body {
    background: var(--bg);
}

/*This styles used in login-message.ftl as kcAlertClass*/
.pf-c-alert.pf-m-inline {
    border-width: 0;
    --pf-c-alert--grid-template-columns: max-content 1fr max-content;
}
.pf-c-alert.pf-m-inline.pf-m-success::before {
    background-color: #fff;
}
.pf-c-alert.pf-m-inline.pf-m-danger::before {
    background-color: #fff;
}
.pf-c-alert.pf-m-inline.pf-m-warning::before {
    background-color: #fff;
}

.pf-m-info {
    color: #212C57;
}

.alert-success {
    background-color: #fff;
}

.alert-warning {
    background-color: #fff;
}

.alert-error {
    background-color: #fff;
}

div.kc-logo-text {
    background-image: url(../img/indysoft-logo-text.png);
    background-position: center;
}

#kc-header-wrapper {
    padding: 0 10px 20px;
}

.card-pf {
    box-shadow: 0 1px 4px 0 rgba(21, 34, 50, 0.08);
    padding: 60px 60px 60px 60px;
    width: 540px;
    border-radius: 4px;
    border-color: transparent;
    background-color: #fff;
}

@media (max-width: 767px) {
    div.kc-logo-text {
        width: 150px;
    }
    .card-pf {
        width: 94%;
        padding: 20px 40px 30px 40px !important;
        margin-right: 3% !important;
        margin-left: 3% !important;
    }
}

.pf-c-form-control[aria-valid="true"] {
    border-bottom-color: var(--pf-global--success-color--100);
    border-bottom-width: var(--pf-global--BorderWidth--md);

    --pf-c-form-control--PaddingRight: var(--pf-c-form-control--success--PaddingRight);
    --pf-c-form-control--BorderBottomColor: var(--pf-c-form-control--success--BorderBottomColor);
    padding-bottom: var(--pf-c-form-control--success--PaddingBottom);
    background: var(--pf-c-form-control--success--Background);
}

.small-text {
    margin-top: 0.5rem;
    display: block;
    font-size: 1rem;
}

#lb-choose-session .attemptedUsername {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

#lb-choose-session .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
    color: #171738;
}

#lb-choose-session .highlight {
    font-weight: 650;
}

#lb-choose-session .sessions-container {
    margin: -7px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lb-choose-session .session-button {
    background-color: #E8F1F6;
    color: #0279AC;
    border: 1px solid #0279AC;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    width: 420px;
    height: 44px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lb-choose-session .session-number {
    display: inline-block;
    width: 78px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 23px;
}

#lb-choose-session .session-info {
    font-size: 16px;
    font-weight: 400;
}

#lb-choose-session .first-session {
    background-color: #0079aa;
    color: white;
    border: none;
    margin-top: 17px;
}

#lb-choose-session .new-session {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;

}

#lb-choose-session .new-session-button {
    background-color: var(--button-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 420px;
    height: 44px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 18px;
}

#lb-choose-session .separator {
    text-align: center;
    color: black;
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}

#lb-choose-session .separator::before,
#lb-choose-session .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #999;
}

#lb-choose-session .separator:not(:empty)::before {
    margin-right: 5em;
}

#lb-choose-session .separator:not(:empty)::after {
    margin-left: 5em;
}

.language-dropdown-section {
    margin-right: auto;
}

#userLangControl {
    border-radius: 4px;
    border: solid 1px #d9e1ec;
}

.margin-left-5 {
    margin-left: 5px;
}