:root {
    --vs-base: 98,98,98;
    --vs-primary: 6,106,187;
    --vs-success: 117,166,51;
    --vs-danger:152,1,76;
    --vs-warning: 250,205,51;
    --vs-dark: 30,30,30;
    --vh: 4.44px;
    --vs-light: 245,245,245;
    --pf-global--FontFamily--sans-serif: 'Apercu', 'Ubuntu', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue','Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --tw-bg-opacity: 0.75; 
    --tw-text-opacity: 1;
}

.login-pf {
    background: rgb(248, 248, 248);
}
.login-pf-page .login-pf-settings {
    align-items: center;
}
.login-pf body {
    border: none;
    background: #f8f8f8;
    background-image: url(../img/aiir-bg-blue.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    color: #626262;
    font-weight: 400;
    overflow-x: hidden;
    max-width: 100%;
}
body, html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .01rem;
    font-family: var(--pf-global--FontFamily--sans-serif) !important;
}

.text-monochrome-black {
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.text-monochrome-body {
    color: rgb(78 75 102/var(--tw-text-opacity));
}

.mb-2 {
    margin-bottom: 10px;
}
.header-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.body-xs {
    font-size: .875rem;
    line-height: 1.25rem;
}

.link-xs {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.text-bpm-grey-1200 {
    color: rgb(0 8 36/var(--tw-text-opacity));
}

.login-pf-page .card-pf p {
    color:black
}

.user-container {
    width: 160px;
    height: 160px;
    background-color: rgba(255,255,255,0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    padding: 40px;
    border-radius: 50%;
}

.background-container {
    display: none;
}

.pf-c-input-group {
    background-color: transparent;
}
.pf-c-form-control:not(textarea) {
    height: auto;
    margin-top: .625rem !important;
    margin-bottom: .625rem !important; 
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    outline-color: #ffc700;
    border-radius: .375rem;
    border-width: 1px !important;
    --tw-border-opacity: 1;
    border-color: rgb(130 134 147/var(--tw-border-opacity));
}
.pf-c-form-control[aria-invalid=true] {
    background-image: none;
}
.pf-c-button[data-password-toggle] {
    display: none;
}

a.active, a:hover, a.focus {
    outline: 0 !important;
}

#kc-header {
    display: none;
}

.login-pf-page {
    display: flex;
    justify-items: center;
    padding: 0;
    height: 100%;
}
#kc-info-wrapper {
    background: none;
}

.vx-card {
    border-radius: 1rem;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.vx-card > * {
    width: 50%;
    max-width: 50%;
    flex: 1;
}
.vx-card > .image {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    background-image: url(../img/aiir-user-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.vx-card > .image > IMG {
    width: 100%;
}
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}

.card-pf {
    margin: 0 !important;
    padding: 3.5rem;
    align-self: center;
    box-shadow: none;
    border: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.card-pf .alert {
    margin-bottom: 30px;
}

#kc-locale-dropdown a,
#kc-locale ul li a {
    color: #626262 !important;
}
a#kc-current-locale-link::after {
    content: "\25bc";
    margin-left: 4px;
}
#kc-page-title {
    text-align: left;
    font-size: 18.48px;
}
#kc-page-title p {
    margin-top: 1rem!important;
    font-size: initial;
}
#kc-info {
    padding-bottom: 0;
    margin: 20px 0 0 0;
}

.pf-c-form__helper-text.pf-m-error {
    --pf-c-form__helper-text--Color: rgba(var(--vs-danger), 1) !important;
    margin-top: 0.5rem;
    display: inline-block;
}
.pf-c-alert.pf-m-success.pf-m-inline,
.pf-c-alert.pf-m-warning.pf-m-inline,
.pf-c-alert.pf-m-danger.pf-m-inline {
    margin-bottom: 2rem;
}

.pf-c-button.pf-m-primary {
    background-color: rgba(var(--vs-primary), 1) !important;
    border-color: rgba(10, 87, 175, 1) !important;
    background-image: none;
    font-size: 1em;
    font-weight: 400;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: .65rem 2rem;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.pf-c-button.pf-m-primary:hover,
.pf-c-button.pf-m-primary:active,
.pf-c-button.pf-m-primary:active:hover,
.pf-c-button.pf-m-primary:active:focus {
    background-color: rgba(var(--vs-primary), 1) !important;
    border-color: rgba(10, 87, 175, 1) !important;
    background-image: none;
    outline: 0;
    box-shadow: 0 8px 25px -8px rgba(var(--vs-primary), 1);
}

#kc-form-buttons {
    text-align: right;
}
#kc-form-login #kc-form-buttons .pf-c-button.pf-m-primary,
#kc-reset-password-form #kc-form-buttons .pf-c-button.pf-m-primary,
#kc-register-form #kc-form-buttons .pf-c-button.pf-m-primary {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

[dir=ltr] .vs-input--input:not(.icon-after-input)+.vs-placeholder-label {
    font-size: .85rem;
}
[dir=ltr] .vs-input--input:not(.icon-after-input):not(.hasValue)+.vs-placeholder-label {
    -webkit-transform: translate(-3px, -90%)!important;
    transform: translate(-3px, -90%)!important;
}
[dir=ltr] .vs-input--input.hasIcon:not(.icon-after-input):not(.hasValue)+.vs-placeholder-label,
[dir=ltr] .vs-input--input.hasIcon:not(.icon-after-input):not(.hasValue):focus+.vs-placeholder-label,
[dir=ltr] .vs-input--input.hasIcon.hasValue:not(.icon-after-input)+.vs-placeholder-label,
[dir=ltr] .vs-input--input.hasValue+.vs-placeholder-label,
[dir=ltr] .vs-input--input:focus+.vs-placeholder-label {
    padding-left: .7rem!important
}

#kc-form-login .form-group {
    margin-bottom: 15px;
}
#termsAccepted, #termsAccepted + label {
    font-size: 1em;
    cursor: pointer;
}
.form-group div:has(#termsAccepted) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.form-group div:has(#termsAccepted) label {
    margin-left: 0.5rem;
}

@media (min-width: 1200px) {
    .vx-card {
        width: 60% !important;
    }
}
@media (min-width: 992px) {
    .vx-card {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .login-pf-page {
        padding: 0 1rem;
    }
    .vx-card {
        min-width: 50%;
        flex-direction: column;
    }
    .vx-card > .image {
        background: transparent;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .vx-card > .card-pf{
        border-top-right-radius: 0;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .vx-card > * {
        width: 100%;
        max-width: 100%;
    }
    .background-container {
        display: block;
    }
}
@media (max-width: 400px) {
    .vx-card {
        width: 100%;
    }
}

@media (prefers-color-scheme: light) {
    body,
    .login-pf {
        background: #fff;
    }
    .card-pf {
        background-color: rgb(255 255 255/var(--tw-bg-opacity));;
    }
    #kc-locale-dropdown a {
        color: #626262;
    }
}