body {
    --pf-c-button--m-primary--Color: white;
    --pf-c-button--m-primary--BackgroundColor: #005587;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

/*custom style*/
.footer {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px;
    left: 0px;
    bottom: 0;
    width: 100%;
    position: fixed;
    text-align: right;
    height: 2.5em;
    line-height: 2.5em;
}
.ctHeader {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px;    
    left: 0px;
    top: 0px;
    width: 100%;
    height: 44.8px;
}
.ctHeaderLogo {
    height: 20px;
    margin-right: 10px;
    float: right;
    margin-top: -30px;
}
.ctHeaderText {
    background-color: #005587;
    color: #fff;
    font-size: 20px !important;
    line-height: 2.1em;
    padding: 0 10px;
    width: 145px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

#kc-header{
    display: none;
}

.pf-v5-c-login__container {
    grid-template-columns: 34rem;
    grid-template-areas: "header"
                         "main"
}

.login-pf body {
    /*background: url("../img/keycloak-bg.png") no-repeat center center fixed;*/
    background: url(../img/Grid_1_turquoise_left.1f3fe5a7.png) -41px bottom no-repeat, url(../img/Grid_1_turquoise_right.5548bda0.png) calc(100% + 271px) top no-repeat !important;;
    background-size: contain !important;
	background-attachment: fixed !important;
	background-color: #ebebeb !important;
    height: 100%;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

#kc-recovery-codes-list {
    columns: 2;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    color: var(--pf-v5-global--Color--light-100) !important;
    text-align: center;
}

hr {
    margin-top: var(--pf-v5-global--spacer--sm);
    margin-bottom: var(--pf-v5-global--spacer--md);
}