

@font-face{
    font-family: 'ubunturegular';
    src:url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
        url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**Pantalla login**/

a:focus {
    outline: none;
}

input:focus {
    outline: none;
}

input.btn.btn-primary.btn-block.btn-lg:focus {
    outline: none;
}

.login-pf {
    background: white;
}

/**Logo Rilo**/
div.kc-logo-text {
    background-image: url(../img/abacus.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 300px;
    margin: 5% 0% 0% 10%;
}

/**Header- Estatico para todas las pantallas**/
#kc-header{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    position: absolute;
    background: var(--gray-light) 0% 0% no-repeat padding-box;
    border: 2px solid var(--white);
    background: #EFEFEF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 0px 0px 150px 0px;   
}

/**Body**/
.card-pf{

    left: 0px;
    top: 32%;    
    position: absolute;
    font: 100%/100% ubunturegular;
    text-align:center;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: none;
    box-shadow: none;
}

/**Body**/
.login-pf-page .card-pf{
    padding: 0%;
}

/**login**/
#login-header span {
    margin-top: 25px; 
    font-size: 30px;
    color: #024873;
}

/**login**/
#login-header h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #363D4A;
}

/**General**/
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0px;
}

/**Login**/
.form-group{    
    text-align: left;
}

/**Login**/
.form-group label{
    text-align: center;
    margin-bottom: 5px;
}

/**Login**/
.checkbox{
    text-align: left;
    color: #213243;
}

/**Login**/
.options-footer .form-group {
    width: 100%;
}

/**Login**/
.options-footer{
    display: inline-flex;
    width: 100%;
    margin-top: 2em;
}

/**Login**/
.button-login {
    width: 128px;
    background-color: #19BFAD;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #19BFAD;
    font-family: ubunturegular;
    height: 40px;
    box-shadow: 0px 3px 6px #00000036;
    text-align: center;
    border-radius: 12px;
    margin-left: auto;
}

/**Login**/
.login-pf-page .btn-primary{
    margin-top: 0px;
}

/**Login**/
.login-pf-page{
    padding-top: 0px;
}

/**Login**/
#kc-form-buttons{
    width: 100%;
}

/**Login**/
.login-pf-settings{
  width: 100%;
}

/**Login**/
#footer-text{
    margin-top: 0px;    
    font: 100%/100% ubunturegular;
    font-size: 10px;
    color: #213243;
}

/**Login**/
#kc-content{
    text-align: -webkit-center;
}

/**Template**/
h1#kc-page-title{
    font-weight: bold;
}

/**Login**/
#kc-form-wrapper{
    
    max-width: 300px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
  
  .container{
    padding-top:50px;
    margin: auto;
  }

/**Alertas**/
.pficon-error-circle-o:before{
    content: url(../img/clear.svg);
}

.pficon-ok:before{
    content: url(../img/done.svg);
}

.pficon-warning-triangle-o:before{
    content: url(../img/warning.svg);
}

.alert-success{
    background-color: #19BFAD;
    border-color: #14A292;
    border-radius: 6px;
    color: #FFFFFF;
    box-shadow: 0px 3px 15px #19BFAD80;
    max-width: 300px;
    text-align: initial;
}

.alert-warning{
    background-color: #F28963;
    border-color: #D07959;
    border-radius: 6px;
    color: #FFFFFF;
    box-shadow: 0px 3px 15px #F2896380;
    max-width: 300px;
    text-align: initial;
}

.alert-error{
    border: 1px solid #D34D4D;
    max-width: 300px;
    background-color: #F25E5E;
    border-radius: 6px;
    color: white;
    font-family: ubunturegular;
    font-size: 12px;
    box-shadow: 0px 3px 15px #F25E5E;
    text-align: initial;
}


/**Pagina de recuperar contraseña**/

.reset-password{
    text-align: center;
    position: inherit;
    width: 100%;
    font: 13px ubunturegular;
    color: #14A292;
}

#kc-reset-password-form{
    max-width: 300px;
}

/**Template**/
#kc-header-wrapper{
    position: relative;
    top: 10%;
    text-align: -webkit-center;

}

/**Login**/
.form-group input {
    border-radius: 5px;
    font: 13px ubunturegular;
}

/**Pagina de error**/

.instruction{
    color: #363D4A;
    font-size: 18px;
    line-height: 1em;
}

#backToApplication{
    width: 128px;
    background-color: #19BFAD;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #19BFAD;
    font-family: ubunturegular;
    height: 33px;
    box-shadow: 0px 3px 6px #00000036;
    text-align: center;
    border-radius: 12px;
    margin-left: auto;
    background-image: none;
    opacity: 100%;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
}

#title-error{
    color: #19226D;
    font-size: 30px;
}

/**Remember Password*/
.form-group label{
    font: 13px ubunturegular;
    color: #363D4A;
}

/**Template**/
#kc-page-title{
    font-weight: bold;
    font: 20px ubunturegular;
}

/**Recordar Contraseña**/
#second-Message{
    font: 14px ubunturegular;
    max-width: 300px;
    text-align: left;
    padding-bottom: 1em;
    padding-top: 1em;
    color: #213243
}

/**Login**/
#kc-form-buttons{
    display: inline-flex;
    padding: 0px;
}

/**Recordar Contraseña**/
#volver-login  {
    width: 128px;
    background-color: #EFEFEF;
    color: #213243;
    padding: 12px;
    display: inline-block;
    border: 1px solid #D9D9D9;
    font-family: ubunturegular;
    height: 40px;
    box-shadow: 0px 3px 6px #00000036;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    opacity: 100%;
    font-size: 14px;
}
#volver-login:hover{
    background-color: #D9D9D9;
}

/**Botones en general, login**/
#kc-form-buttons input{
    width: 128px;
    background-color: #19BFAD;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #19BFAD;
    font-family: ubunturegular;
    height: 40px;
    box-shadow: 0px 3px 6px #00000036;
    text-align: center;
    border-radius: 12px;
    margin-left: auto;
    background-image: none;
    opacity: 100%;
    font-size: 14px;
}
#kc-form-buttons input:hover{
    background-color: #14A292;
}
.btn-primary{
    background-image: none;
}

/**General**/
.form-horizontal .form-group{
    margin-right: 0px;
}
.form-horizontal .form-group{
    margin-left: 0px;
}

/**Cambiar contraseña**/
#kc-passwd-update-form{
    max-width: 300px;
}
#kc-passwd-update-form.form-group#kc-form-buttons{
    max-width: 300px;
}

.password-change {
    padding: 0px;
}

/**Template**/
#kc-page-title{
    text-align: -webkit-center;
}

/**login**/
#login-header{
    max-width: 300px;
    text-align: initial;
}

/**login**/
#login-header{
    text-align: inherit;
}

/**login**/
#login-header h2 {

    font-weight: bold;
}

/**Vista completa**/
@media (min-width: 737px) {

    #kc-header{
        width: 49%;
        height: 100%;        
    }	 
     
    #kc-header-wrapper{
        height: auto;
    }
    .card-pf{

        top: 0px;
        left: 50%; 
        height: 100%;		
        width: 50%;
        text-align: left;
        margin-top: 0px;
    }

    div.kc-logo-text {
        margin: 25% 10% 10% 0%;;
        background-image: url(../img/LOGO_abacus.png);
        background-size:104% 50%;
        height: 300px;
        width: 370px;
        /*background-color: red;*/
    }


    .login-pf-header{
        margin-top: 20%;
    }

    .reset-password span{
        float: right;
        width: inherit;
        position: inherit;
    }

    .reset-password{
        position: inherit;
        text-align: right;
    }

    .login-pf-page .login-pf-page-header{
        margin-bottom: 0px;
    }
    
    #login-header h2 {

        padding-top: 1em;
        padding-bottom: 1em;
        font-weight: bold;
    }

    
    #kc-page-title{
        text-align: -webkit-center;
    }
    
    #login-header{
        max-width: 300px;
        text-align: initial;
    }
    
}

@media (min-width: 768px){}
.form-horizontal .control-label {
    margin-bottom: 5px;
}

.progress-bar.low{
    background-color: red;  
    width: 25%;  
}

.progress-bar.medium{
    background-color: orange;   
    width: 50%;   
}

.upper-styles{
    width: 100%;
    background-image: url(../img/done-green.svg);
    background-repeat: no-repeat;
    padding-left: 23px;
    BACKGROUND-COLOR: white;
    height: 40px;
    float: left;
    height: 100%;
    font-size: 11px;
    line-height: 20px;
    color: #19BFAD;
}

.no-upper-styles{
    width: 100%;
    background-image: url(../img/clear-red.svg);
    background-repeat: no-repeat;
    padding-left: 23px;
    BACKGROUND-COLOR:white;
    height: 40px;
    float: left;
    height: 100%;
    font-size: 11px;
    line-height: 20px;
    color: #D5423C;
}

input#kc-login:disabled {
    background-color:#EFEFEF;
    color: #213243;
    border-color: #D9D9D9;
}

.progress-bar.highest{
    background-color: purple;  
    width: 100%;    
}

.mayusculas{
    background-image: url(../img/done.svg);
}


/*
.eye{
    width:1.25em;
    height:0.75em;
    position:relative;
    display:inline-block;
    --background:#aaa;
    --color:currentColor;
    height: 30px;
    width: 30px;
  }
  .eye div{
    overflow:hidden;
    height:50%;
    position:relative;
    margin-bottom:-1px;
  }
  .eye div:before{
    content:'';
    background:currentColor;
    position:absolute;
    left:0;
    right:0;
    height:300%;
    border-radius:100%;
  }
  .eye div:last-child:before{
    bottom:0;
  }
  .eye:before{
    content:url(../img/visibility.svg);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:0.35em;
    height:0.35em;
    background:var(--color);
    border:0.1em solid var(--background);
    border-radius:100%;
    z-index:1;
  }
  .eye:after{
    content:'';
    position:absolute;
    top:-0.15em;
    left:calc(33.333% - 0.15em);
    transform:rotate(45deg) scaleX(0);
    transform-origin:left center;
    width:90%;
    height:0.1em;
    background:var(--color);
    border-top:0.1em solid var(--background);
    z-index:2;
    transition:transform 0.25s;
  }
  .eye.slash:after{
    transform:rotate(45deg) scaleX(1);
  }
 .test-eye{

    display: flex;
 }

 .eye.slash {
    content: url(../img/visibility_off.svg);
}*/