body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
     color-scheme:light;
    color:#1894BB

    
}

a{color:#1894BB}

.pf-v5-c-login__container {
    grid-template-columns: 34rem;
    grid-template-areas: "header"
                         "main"
}
.text-note{
    width:100%; display:flex; justify-content:center;  
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.terms{
    display: flex;
    gap:1rem;
    align-items: center;
}

.pf-v5-c-form-control{
    background-color: transparent;
}
.pf-v5-c-form-control:after {
    border:none
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
  }

.login-pf body {
    background: url("../img/background.jpg") no-repeat center center fixed;
    background-size: cover;
    background-color: white;
    height: 100%;
}

.pf-m-primary{
    border-radius: 8px;
}

/* this is  a replacement for the main header with albatros logo */
.pf-v5-c-login__main-header{
    color:#000;
    font-size: 24px !important;
    padding-block-end: 40px ;
    padding-block-start: 0;
}

.main-header{
    position: relative;;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header a{
    padding-top: 0.5rem;
   position: absolute;
   left:0; 
}

#kc-login{
    background-color: #1894BB ;
    padding: 12px 0;
    border-radius: 8px;
}
.pf-v5-c-form-control__utilities{display: none;}

.emailForgetTitle{
    display: flex;
    padding-bottom:20px; 
    font-size: 16px;
    justify-content: center;
    padding-top:30px
}

div.kc-logo-text {
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    height: 30px;
    text-align: center;
    width: 150px;
    padding-bottom: 4rem;
    margin: 0 auto;

}
.disclaimer{
    color:black;
    font-size: 13px;
    text-align: center;

}
.requiredFieldsHelper{
    color:black; 
    font-size: 14px; 


}
:where(.pf-v5-theme-dark) .pf-v5-c-input-group>*+* {
    --pf-v5-c-input-group__item--m-box--BorderLeftColor: none;
    border-inline-start: none;
}

.globalErrorMessageModal{
    position: relative;
    width:100%;
    border: 3px solid #F89B9C;
    background-color: #FFEFEF;
    padding:1rem;
    border-radius: 10px;
}

.globalWarningMessageModal{
    position: relative;
    width:100%;
    border: 3px solid #98E1F0;
    background-color: #F8FDFF;
    color: black;;
    padding:1rem;
    border-radius: 10px;
}

.warning-icon{
    position: absolute;
    top: -15px;
    width: 20px;
    height: 20px;

}

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

.pf-v5-c-button {
    background-color: #1894BB !important;
    color:white !important;
    padding:10px
}
input{
    color: black !important; 
    background-color: white !important;
  }
  input::after{
    border-bottom: none;
  }

.back-button{
    position:absolute; 
    top:40px; 
    left:20px;
    color:#1894BB !important
}

.register-wrapper{
    display: flex; flex-direction: column; align-items: center; 
}

.register-link{
    margin-top: 10px;
    padding:10px;
    border:1px solid #1894BB;
    border-radius: 8px;
    color:#1894BB
}

/* new user / register wrapper */
.pf-v5-c-login__main-footer-band{
    border:none;
 
}

.pf-v5-c-form__label-text{
    color:black
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}
input[type="text"], input[type="password"] {
    width: 100%;
    padding: 10px;
    background-color: white !important;
    box-sizing: border-box;
    border: 2px solid #E2E2E2;
    border-radius: 8px;

}

input#password[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="checkbox"] {
    margin-top: 3px;

}


input[type="password"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* input label */
.pf-v5-c-form__label{
    margin-bottom: 8px !important;
}

.pf-v5-c-helper-text__item {
    justify-content: flex-end;
}
#input-error-username{
     justify-content: flex-start !important;
}

.pf-v5-c-helper-text__item-text a{
    color: #1894BB  !important;
}

.pf-v5-c-check__label {
    color: #1894BB ;
}


/* password eye holder */
.pf-m-control {
    background-color: white !important;
    border: 2px solid #E2E2E2;
    border-bottom: none !important;
    border-left: none;
    border-bottom: none;
    color:black !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.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);
}

@media (min-width: 768px) {
    div.pf-v5-c-login__main-header {
        grid-template-columns: 70% 30%;
      
    }
}