@import
url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
.login-pf body {
    background-image: url("../img/fondo-esquina.svg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
    background-color: #FF4C00;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

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

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-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
    max-width: 420px;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */ #kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial, a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
} .zocial:before {
    border-right: 0;
    margin-right: 0;
} .zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
} .zocial:hover {
    background: #ededed !important;
}

.zocial.facebook, .zocial.github, .zocial.google, .zocial.microsoft,
.zocial.stackoverflow, .zocial.linkedin, .zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider
button */ .zocial.microsoft:before {
    content: "\f15d";
} .zocial.stackoverflow:before {
    color: inherit;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    .login-pf body {
        /* background: white; */
        /* padding: 5px; */
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }
}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 30px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    padding: 20px 100px 30px 100px;
    max-width: 550px;
    width: 100%;
    border-top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (min-width: 768px) {
    .login-pf-page .card-pf {
        padding: 20px 40px 30px 40px;
        max-width: 420px;
    }
}

/*tablet*/ @media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 420px;
    }
} @media (max-width: 767px) {
    .login-pf-page .card-pf {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
    }
    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
} #kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
} .login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.form-control {
    border-radius: 25px;
    background-color: #FFFFFF !important;
    box-shadow: none;
    height: 48px !important;
    border: 1px solid #BDB9B7;
    color: #787472;
    font-size: 16px !important;
    padding: 0 16px !important;
    
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #787472;
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
    opacity: 1;
}
.form-control:hover {
    box-shadow: none;
    background-color: #FFFFFF !important;
    border: 1px solid #BDB9B7 !important;
}

.form-control:focus {
    box-shadow: none;
    background-color: #FFFFFF !important;
    border: 1px solid #BDB9B7 !important;
}
.form-control:invalid,
.form-control[aria-invalid="true"] {
    border-color: #ea2424 !important;
}

.form-group #kc-login {
    min-height: 36px;
    line-height: 36px;
    background-image: none;
    background-color: #FF4C00;
    color: white;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
    font-weight: 00;
    border-radius: 25px;
    border: none;
    padding: 5px;
    font-weight: 600;
}

.form-group #kc-login.btn-blue{
    background-color: #ffffff;
    color: #0033A1;
    border: 1.5px solid #0033A1;
    border-radius: 25px;


}
.form-group label.control-label {
    color: #1F1C1C;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
}

.login-pf-page-header {
    display: none !important;
}

.login-pf-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.alert {
    padding: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border-color: transparent;
    background-color: #E3FCE4;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    display: grid;
    grid-template-columns: 32px auto;
    padding: 20px 10px;
}

/* Se agrega clase para el mensaje de los ultimos 4 digitos del rut */ .info
{
    padding: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border-color: transparent;
    background-color: #cce5ff;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    overflow: hidden;
    display: grid;
    font-size: 13px;
    text-align: center;
    font-family: Arial;
}

.alert > .pficon {
    position: relative;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background-color: #FCE3E3;
}

.alert > .pficon.pficon-error-circle-o:before {
    color: #EB2323;
}
.alert > .pficon.pficon-ok:before {
    color: #0ECC15;
}

.alert.alert-error {
    border-color: transparent;
    background-color: #FCE3E3;
}

.alert.alert-warning {
    border-color: transparent;
    background-color: #fef6e1;
}

.alert.alert-warning .pficon {
    background-color: #fef6e1 !important;
}

.alert.alert-success .pficon {
    background-color: #E3FCE4;
}

.kc-feedback-text {
    color: #16191c;
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    box-sizing: border-box;
    padding-left: 10px;
}

.login-pf-header {
    margin-bottom: 5px !important;
}

.login-pf-header h1 {
    padding-top: 70px;
    background: url("../img/logo-2026.svg") no-repeat center top;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left !important;
}

.btn.btn-primary {
    min-height: 36px;
    line-height: 36px;
    background-image: none;
    background-color: #FF4C00;
    color: white;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 25px;
    border: none;
    padding: 0;
}



#kc-page-title {
    display: flex;
    justify-content: center;
    color: #1F1C1C;
    
    text-align: center;

    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    max-width: 420px;

}

.login-pf-header{
    max-width: 420px;
}
.card-pf{
    max-width: 420px;
}


#kc-form-login > div.form-group.login-pf-settings > div:nth-child(2) > span > a {
    color: #FF4C00;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
}

#kc-form-options{
    color: #FF4C00 !important;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
}

#kc-form-options a{
    color: #FF4C00 !important;
    font-size: 12px;
    font-family: 'Figtree', sans-serif;
}

#span1 > a{
    color: #FF4C00 !important;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
}


input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #FFFFFF !important;
    color: fieldtext !important;
}

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #787472;
    box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    background-color: #FFFFFF !important;
    transition: background-color 9999s ease-in-out 0s;
    font-weight: 400;
    font-size: 16px !important;
    
}

.secondary-text{
    color: #787472;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.primary-text{
    color: #1f1c1c;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 10px;
}

.form-group > input.form-control::placeholder {
    font-style: normal;
}

.btn-simple {
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #00226b;
    display: flex;
    font-size: 14px;
    outline: none;
    padding: 3px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
}

.lh-alert {
    align-items: flex-start;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    max-width: 795px;
    margin: 20px 0;
    padding: 14px 16px;
    width: 100%
}

.lh-alert__icon {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: auto 0;
    font-size: 16px;
}

.lh-alert__icon svg {
    color: inherit;
    fill: currentColor;
    height: 20px;
    width: 20px;
    font-size: 16px;
}

.lh-alert__content {
    display: flex;
    flex-direction: column;
    font-family: Figtree,sans-serif;
    gap: 6px
}

.lh-alert__title {
    font-family: Figtree,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: left
}

.lh-alert__message {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left
}

.lh-alert--info {
    background: #e3ebfc;
    color: var(--var-lh-text-color-blue)
}

.lh-alert--error {
    background: #fce3e3;
    color: #801313
}

.lh-alert--error svg {
    color: #eb2323
}

.lh-alert--success {
    background: #e3fce4;
    color: #09800d
}

.lh-alert--success svg {
    color: #0ecc15
}

.lh-alert--warning {
    background: #fcfbe3;
    color: #474747
}

.lh-alert--warning svg {
    color: #ffb900
}

@media (max-width: 600px) {
    .lh-alert {
        gap:10px;
        padding: 12px 14px
    }

    .lh-alert__title {
        font-size: 15px
    }

    .lh-alert__message {
        font-family: Figtree;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}


.button-back a {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #00226b;
    display: flex;
    font-size: 14px;
    outline: none;
    padding: 3px
}

.button-back a i {
    align-items: center;
    display: flex;
    height: 16px;
    justify-content: center;
    margin-right: 5px;
    margin-top: 0;
    width: 16px
}

.button-back a span {
    font-family: Sora,sans-serif;
    font-size: 14px;
    font-weight: 600
}

.button-back a:hover {
    color: #00226b;
    cursor: pointer
}

@media (max-width: 1200px) {
    .button-back {
        padding:10px 0
    }

    .button-back a i {
        font-size: 16px;
        height: 21px;
        width: 21px
    }
}
