body {
    --pf-global--FontFamily--sans-serif: Roboto, Open Sans, Arial, sans-serif;
    font-family: Roboto, Open Sans, Arial, sans-serif;
}

.btn {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 0 20px;
    border-width: 0;
    outline: none !important;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    transition: background-color .3s;
    font-weight: bold;
    min-height: 40px;
    background-image: none;
    font-size: 14px;
    width: fit-content;
}

.btn:active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.btn-primary, .btn-default, .btn-secondary {
    line-height: 40px;
    background-image: none;
}

.btn > * {
    position: relative;
}

.btn span {
    display: block;
    padding: 12px 24px;
}

.btn:active:before {
    width: 120%;
    padding-top: 120%;

    transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn-primary {
    background-color: #0070E5;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0057b2;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
    background-color: #1989ff;
}

.btn-primary[disabled] {
    background-color: #bababa !important;
    color: #fff !important;
}

.btn-default, .btn-secondary {
    background-color: transparent;
    color: #0070E5;
}

.btn-default {
    box-shadow: none;
}

.btn-default:active {
    box-shadow: none;
}

.btn-default:hover {
    color: #0057b2;
    background-color: rgba(0, 111, 230, 0.04)
}

.btn-default:focus, .btn-default:active, .btn-default:focus:active {
    background-color: rgba(0, 111, 230, 0.04);
    color: #1989ff;
}

.btn-default[disabled] {
    color: #bababa !important;
    background-color: transparent !important;
}

.btn-text {
    padding: 0 4px;
}

.btn-icon {
    color: #0070E5 !important;
    margin-left: 1px;
    padding: 6px;
}

.btn-icon::after {
    border: none;
}

.btn-text:focus, .btn-text:active, .btn-text:focus:active, .btn-icon:focus, .btn-icon:active, .btn-icon:focus:active {
    color: #1989ff;
}

.btn-icon:hover {
    color: #0057b2;
}

.btn-min-width {
    min-width: 150px;
}

label {
    font-weight: 600;
    color: #878787;
}

.pf-c-form__label-text {
    font-weight: 600;
    color: #878787;
}

.password-input-group {
    display: flex;
}

a {
    color: #0070E5;
    text-decoration: none;
    transition: color 0.2s;
}

a .icon {
    fill: #0070E5;
}

a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    color: #0057b2;
}

a:hover .icon {
    fill: #0057b2 !important;
}

.pf-c-form__label {
    font-size: 12px;
    font-weight: 400;
}

.small-text, .small-text a {
    font-size: 12px;
    line-height: 1;
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-align-center {
    text-align: center;
}

.section-align-right {
    text-align: right;
}

.login-pf-header {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .login-pf-header {
        padding-top: 40px;
    }
}

.description-text {
    color: #444444;
    font-weight: normal;
}

.description-text a {
    margin: 0 !important;
}

.footer-links {
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    line-height: 2;
}

.footer-links a {
    display: inline;
    color: #878787;
    padding: 2px;
    margin: 0 2px;
    white-space: nowrap;
}

.idp-links {
    margin-top: 40px;
    margin-bottom: -20px;
    text-decoration: underline;
}

.footer-links a:hover, .footer-links a:focus, .footer-links a:active {
    color: #878787;
}

.pf-c-form-control[disabled], .pf-c-form-control[disabled]:focus, .pf-c-form-control[disabled]:hover {
    color: #bababa;
    border: 1px solid #bababa;
}

.flex-two-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 24px;
}

.flex-two-column > div {
    flex-grow: 2;
}

.flex-two-column .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: -6px;
}

.pf-c-form-control[readonly] {
    border-color: #e0e0e0 !important;
}

.pf-c-alert {
    border: 0 !important;
    display: flex;
    align-items: center;
    padding: 4px;
}

.pf-c-alert .kc-feedback-text {
    color: #444444 !important;
}

.pf-c-alert:before {
    top: 0;
    bottom: 0;
}

.pf-c-alert .icon {
    width: 40px;
    height: 40px;
}

.pf-c-alert.alert-warning:before {
    background-color: #fbbd00 !important;
}

.pf-c-alert.alert-warning {
    background-color: rgba(252, 182, 20, 0.15);
}

.pf-c-alert.alert-warning .icon {
    fill: #fbbd00;
}

.pf-c-alert.alert-error:before {
    background-color: #e3003a !important;
}

.pf-c-alert.alert-error {
    background-color: rgba(226, 0, 58, 0.15);
}

.pf-c-alert.alert-error .icon {
    fill: #e3003a;
}

.pf-c-alert.alert-success:before {
    background-color: #76b72a !important;
}

.pf-c-alert.alert-success {
    background-color: rgba(118, 183, 42, 0.15);
}

.pf-c-alert.alert-success .icon {
    fill: #76b72a;
}

.pf-c-alert.alert-info:before {
    background-color: #14387f !important;
}

.pf-c-alert.alert-info {
    background-color: rgba(20, 56, 127, 0.15);
}

.pf-c-alert.alert-info .icon {
    fill: #14387f;
}

.language-switch {
    text-align: right;
    margin-top: 12px;
}

.language-switch .language-link {
    font-weight: 600;
}

#kc-content-wrapper > #kc-error-message {
    text-align: center;
}
