#info-container {
    text-align: center;
    margin-top: 1rem;
}

.login-pf-page .login-pf-header h1 {
    text-align: left;
    font-weight: bold;
}

#login-form-title {
    font-weight: bold;
}

.login-pf body {
    color: #191919;
    background-color: #fff;
    background-image: none !important;
}

input#kc-login {
    background-color: #FF3E00;
}

input#kc-login:hover, input#kc-login:active, input.pf-c-button.pf-m-primary.pf-m-block.btn-lg:hover {
    background-color: #FF3E00;
}

input.pf-c-button.pf-m-primary.pf-m-block.btn-lg {
    background-color: #FF3E00;
    font-size: 14px;
    color: #fff
}


div.card-pf {
    font-size: .875rem;
    border: 1px solid #FF3E00;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: none !important;
    max-width: 500px;
    align-self: center;
}

div#kc-info-wrapper {
    font-size: .875rem;
    color: black;
    background-color: inherit;
}

span {
    color: #191919;
}

span.pf-c-form__helper-text.pf-m-error.required.kc-feedback-text {
    color: #191919;
}

/*a, a:visited, a:link {*/
/*    color: #00101f !important;*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #e0ff0f !important;*/
/*}*/

/*a:active, a:focus, a:hover {*/
/*    color: #e0ff0f !important;*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #00101f !important;*/
/*}*/

label {
    color: rgb(0, 0, 0);
    cursor: pointer;
}

input.pf-c-form-control, select.pf-c-form-control {
    border-width: 0 0 1px 0;
    border-radius: 2px;
    border-color: rgb(217, 217, 217);
    color: #191919;
    outline: none;
    background: #fbfbfb no-repeat;
}

input.pf-c-form-control:focus, input.pf-c-form-control:hover, select.pf-c-form-control:focus, select.pf-c-form-control:hover {
    border-width: 0 0 1px 0;
    border-radius: 2px;
    border-bottom-color: #FF3E00;
    outline: none;
}

input.pf-c-form-control:focus[aria-invalid="true"] {
    border-width: 0 0 1px 0;
    border-radius: 2px;
    border-bottom-color: #FF3E00;
    outline: none;
}

input.pf-c-form-control[aria-invalid="true"], input.pf-c-form-control:hover[aria-invalid="true"] {
    border-width: 0 0 1px 0;
    border-radius: 2px;
    outline: none;
}

p.instruction {
    color: black !important;
}

#tooltip {
    height: 24px !important;
    width: 24px !important;
    margin: 5px;
    border-radius: 50%;
    filter: invert(100%);
}

#tooltip-text {
    color: black;
    background: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 16px;
    width: 400px;
    left: 150px;
    position: relative;
    text-transform: none;
    top: -40px;
    word-wrap: break-word;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    z-index: 2;
}

input[type="submit"]:disabled {
    color: white !important;
    background-color: rgb(217, 217, 217) !important;
}

@media only screen and (max-width: 767px) {
    #tooltip-text {
        width: 255px;
        left: 0;
        top: 0;
    }
}

.registerLabel::after {
    content: "*" !important;
    color: rgb(245, 101, 101);
    font-size: 1.25rem;
    margin-left: 1px;
    font-family: Bauer Bodoni !important;
}