body{
    /*background-image: url(../../../assets/img/login/fondologin.jpg) !important;*/
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-color: #464646 !important;
    border: 0px !important;
    border: none !important;
    line-height: inherit;
}
@font-face {
    font-family: Poppins-Light;
    src: url(/assets/fonts/Poppins-Light.ttf);
}

.resetpass{
    background-image: url(../../../assets/img/login/fondologin.jpg) !important;
}
#login-carousel{
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
}
.copyright {
    color: #141515;
}
/* Inicio de encabezado del login */

.login-header {
    margin-top: 20px;
    margin-bottom: 10px;
}
.sm-content{
    margin-top: 15px !important;
    font-size: 12px;
}

.navegador-recomendado {
    margin-left: 30px;
    display: inline;
    background-color: rgba(85, 85, 85, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 8pt;
}
.navegador-recomendado-login {
    color: #141515 !important;
    display: inline;
    background-color: transparent;
    border-radius: 5px;
    padding: 0px 36px;
    color: #FFF;
    font-size: 14px;
    font-family: Poppins-Light;
    opacity: 0.7;
}
.lenguajes-disponibles-login {
    color: #141515 !important;
    display: inline;
    background-color:transparent;
    border-radius: 23px;
    color: #FFF;
    font-size: 12pt;
    padding: 0px 36px;
    float: right;
    position: relative;
    z-index:1005;
}
.lenguajes-disponibles {
    display: inline;
    background-color:#48667e;
    border-radius: 23px;
    color: #FFF;
    font-size: 12pt;
    padding: 12px 20px;
}

.card-login{
    border-radius: 0px;
    background-color:#FFF;
    padding:0;
    display:none;
}

.lenguajes-disponibles-login select>option {
    color: #4A4A4A;
}

.lenguajes-disponibles-login select {
    background-color: rgba(0, 0, 0, 0.0);
    width: auto;
    height: 25px;
    padding: 0 0 0 6px;
    outline: none;
    border: none;
    font-size: 15px;
    font-family: Poppins-Light;
    /* text-align: end; */
}

.lenguajes-disponibles select {
    background-color: rgba(0, 0, 0, 0.0);
    width: auto;
    height: 20px;
    padding: 0 0 0 25px;
    background-image: url('../../../assets/img/login/language-icon.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

.lenguajes-disponibles select option {
    background-color: rgba(85, 85, 85, 0.5);
}

.boton-soporte {
    display: inline;
    background-color: rgba(85, 85, 85, 0.5);
    border-radius: 20px;
    padding: 7px 15px 10px 10px;
    color: #FFF;
    font-size: 8pt;
}

.boton-soporte > img {
    height: 15px;
}
/* Fin de encabezado del login */

/* Logo de la empresa */
.custom-login-logo {
    text-align: center;
    padding-bottom: 60px;
}

/* Inicio del formulario del login */
.panel-body {
    padding: 60px 40px 20px 40px !important;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}

/* Logo decorativo del login */
.custom-login-icon {
    width: 120px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.custom-login-icon > img {
    height: 120px;
    width: 120px;
}
.alert-danger{
    color: #e40000;
    background-color: #fff;
    border-color: #e40000;
    border-left-width: 5px;
    padding: 15px 10px;
}

/* Contenedor de cada input */
.custom-login-input {
    border: solid 1.5px #CBCBCB ;
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}

.img-login{
    width: 25px;
    height: 25px !important;
    display: block;
}

.img-login-focus{
    width: 25px;
    height: 25px !important;
    display: none;
}
.img-login-full{
    width: 25px;
    height: 25px !important;
    display: none;
}
.img-login-error{
    width: 25px;
    height: 25px !important;
    display: none;
}

.custom-login-input > input {
    border: none !important;
    outline: none;
    height: 30px;
    font-size: 11pt;
    background-color: white;
    padding-left: 0px;
}

/* Cambia el color del autocomplete */
.custom-login-input > input:-webkit-autofill {
    box-shadow: 0 0 0 100px #ffffffba inset;
}

.custom-login-input > input:focus {
    background-color: white;
}

.custom-login-input > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 50px;
    padding: 0 0 0 0px;
}

.custom-login-input > div > img {
    height: 15px;
}

.custom-login-btn {
    background-color: #247BFE;
    border-radius: 0;
    width: 50% !important;
    padding-left: 3px;
    text-transform: capitalize;
    padding-bottom: 4px;
}

.custom-login-btn:hover {
    background-color: #0180FF;
    width: 100% !important;
}



.custom-login-link > a {
    color: #5E82b9;
}

.custom-login-link > a:hover {
    color: rgb(113, 164, 240);
}

.login-link {
    margin-top: 20px !important;
}

.login-link a {
    color: #777a80 !important;
    font-size: 10pt !important;
}

.login-link:hover > a {
    color: #5E82b9 !important;
}

/* Footer responsive */
@media screen and (min-height: 700px) {
    #footer {
         position: absolute;
         bottom: 0;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
     } 
 }
/*Carousel*/
/*slideshow-principal*/
.carousel-login{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
/*slideshow*/
.inner-login{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 998;
}

.inner-login>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-color: #464646 !important;
    border: 0px !important;
    border: none !important;
}


.indicadores{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 1003;
}

.indicador{
    border: white 2px solid;
    width: 14px;
    height: 14px;
    display: inline-flex;
    background-color: transparent;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    cursor: pointer;
}

.indicador-inferior{
    border: transparent 1px solid;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
}

.indicador-activo{
    background-color: white;
}


.body-login-content-carousel{
    z-index: 1001;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-login-content-form{
    z-index: 1001;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.body-login-carousel{
    z-index: 1000;
    position: absolute;
    top: 0;
    text-align: end;
    padding: 23px;
    width: 100%;
}

.txt-label-cf{
  font-family: Poppins-Light;
  color: #34495E !important;
  padding-left: 5px;
}

.title-msg{
    font-family: Poppins-Light;
    font-weight: bold;
    color: white;
}

.content-msg{
    margin-top: 10px !important;
    text-align: left;
    font: 21px Poppins-Light;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.8;
}

.card-login .col-sm-6{
    display: block;
}

.log-in{
    color: #26354C;
    font-family: Poppins-Light-Semibold;
}

.content_login{
    padding: 0 65px;
}
.txt-checkbox>input[type="checkbox"] {
    display: none;
}

.txt-checkbox>input[type="checkbox"]+label {
    background-image: url("/assets/img/icons/login/checkbox.svg");
    height: 16px !important;
    background-repeat: no-repeat;
    width: 16px !important;
    display: inline !important;
    padding: 0px 0 4px 18px !important;
    cursor: pointer;
}

.txt-checkbox>input[type="checkbox"]:checked+label {
    background-image: url("/assets/img/icons/login/checkbox2.svg");
    background-repeat: no-repeat;
    height: 16px !important;
    width: 16px !important;
    display: inline !important;
    padding: 0px 0 4px 18px !important;
    cursor: pointer;
}

#validCheck{
    cursor: pointer;
}

.aling-vertical{
    height: 88%;
}

.content-msg{
    line-height: 19px;
}

.g-recaptcha {
    margin-left: -10px;
    margin-top: 20px;
}

#captchaContainer {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#captchaCheckboxContainer {
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    background-color: #F7F7F7;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
}

#captchaCodeContainer {
    width: 100%;
    align-items: center;
}

#captchaCheckboxLabel {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    font-family: 'Poppins-Medium';
}

#captcha-input-wrapper {
    margin-top: 0px;
    width: 100%;
    display: flex;
}

#refreshCaptchaButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media screen and (min-width: 100px){
    .card-login{
        width: 90%;
        height: 800px;
    }
    .card-login .col-sm-6{
        padding: 0;width: 100%;height: 65%;
    }

    .top-sm{
        top:50px;
    }
    .padding-content{
        padding: 0 5px;
    }
    .padding-content-n1{
        padding: 0 2px;
    }
    .sm-content>.col-xs-6{
        width: 100%;
    }
    .body-login-carousel {
        z-index: 1000;
        position: absolute;
        top: 0;
        text-align: start;
        padding: 23px;
        width: 100%;
      }
    .content_login{
        padding: 0;
        margin: 0;
    }
    
    .title-msg{
        font-size: 10px;
    }
    .content-msg{
        font-size: 8px;
    }

    .txt-label-cf{
        font-size: 10px;
    }

    .log-in{
        font-size: 12px;
    }
 }

@media screen and (min-width: 220px){
    .card-login{
        width: 90%;
        height: 720px;
    }
    .sm-content>.col-xs-6{
        width: 50%;
    }
    .padding-content{
        padding: 0 25px;
    }
    .padding-content-n1{
        padding: 0 15px;
    }
    .body-login-carousel {
        z-index: 1000;
        position: absolute;
        top: 0;
        text-align: start;
        padding: 23px;
        width: 100%;
      }
    .content_login{
        padding: 0;
        margin: 0;
    }
    .title-msg{
        font-size: 12px;
    }
    .content-msg{
        font-size: 10px;
    }

    .log-in{
        font-size: 12px;
    }
 }

@media screen and (min-width: 320px){
    .card-login{
        /*width: 1156px; *.6 .8
        height: 654px; *.341 .55*/ 
        width: 90%;
        height: 720px;
    }
    .padding-content{
        padding: 0 40px;
    }
    .padding-content-n1{
        padding: 0 25px;
    }
    .body-login-carousel {
        z-index: 1000;
        position: absolute;
        top: 0;
        text-align: start;
        padding: 23px;
        width: 100%;
      }
    .content_login{
        padding: 0;
        margin: 0;
    }
    .txt-label-cf{
        font-size: 12px;
    }
    .title-msg{
        font-size: 12px;
    }
    .content-msg{
        font-size: 10px;
    }

    .log-in{
        font-size: 12px;
    }
 }
@media screen and (min-width: 480px){
    .card-login{
        /*width: 1156px; *.6 .8
        height: 654px; *.341 .55*/ 
        width: 90%;
        height: 720px;
    }
    .padding-content{
        padding: 0 55px;
    }
    .padding-content-n1{
        padding: 0 35px;
    }
    .content_login{
        padding: 0 15px;
        margin: 0;
    }
    .title-msg{
        font-size: 12px;
    }
    .content-msg{
        font-size: 10px;
    }

    .txt-label-cf{
        font-size: 12px;
    }

    .log-in{
        font-size: 12px;
    }
 }
@media screen and (min-width: 600px){
    .card-login{
        /*width: 1156px; *.6 .8
        height: 654px; *.341 .55*/ 
        width: 570px;
        height: 710px;
    }
    .content_login{
        padding: 0 30px;
        margin: 0;
    }
    .title-msg{
        font-size: 12px;
    }
    .content-msg{
        font-size: 10px;
    }

    .log-in{
        font-size: 12px;
    }
 }


@media screen and (min-width: 768px){
    .card-login{
        /*width: 1156px; *.6 .8
        height: 654px; *.341 .55*/ 
        width: 615px;
        height: 720px;
    }
    .content_login{
        padding: 0 45px;
        margin: 0;
    }
    .title-msg{
        font-size: 12px;
    }
    .content-msg{
        font-size: 10px;
    }

    .log-in{
        font-size: 12px;
    }

 }

 @media screen and (min-width: 992px){
    .card-login{
        width: 794px;
        height: 550px;
    }

    .card-login .col-sm-6{
        padding: 0;width: 50%;height: 100%;
    }

    .top-sm{
        top:25px;
    }

    .body-login-carousel {
        z-index: 1000;
        position: absolute;
        top: 0;
        text-align: end;
        padding: 23px;
        width: 100%;
      }

    .content_login{
        padding: 0 60px;
        margin: 0;
    }

    .lenguajes-disponibles-login select,.navegador-recomendado-login{
        font-size: 12px;
    }

    .title-msg{
        font-size: 13px;
    }

    .content-msg{
        font-size: 11px;
    }

    .log-in{
        font-size: 16px;
    }
 }


 @media screen and (min-width: 1200px){
    .card-login{
        width: 790px;
        height: 550px;
    }
    .lenguajes-disponibles-login select,.navegador-recomendado-login{
        font-size: 14px;
    }

    .title-msg{
        font-size: 13px;
    }
    .content-msg{
        font-size: 10px;
    }
    .content_login{
        padding: 0 70px;
        margin: 0;
    }
    .log-in{
        font-size: 18px;
    }

    .txt-rm-fp{
        font-size: 12px;
    }
 }

 @media screen and (min-width: 1400px){
    .card-login{
        width: 950px;
        height: 550px;
    }
    .content_login{
        padding: 0 80px;
        margin: 0;
    }

    .title-msg{
        font-size: 13px;
    }

    .content-msg{
        font-size: 11px;
    }

    .log-in{
        font-size: 22px;
    }
 }

 @media screen and (min-width: 1900px){
    .card-login{
        width: 950px;
        height: 550px;
    }
    .title-msg{
        font-size: 20px;
    }
    .content_login{
        padding: 0 70px;
        margin: 0;
    }
    .content-msg{
        font-size: 16px;
    }

    .log-in{
        font-size: 30px;
    }
 }

 @media screen and (min-width: 3000px){
    .card-login{
        width: 2400px;
        height: 1623px;
    }

    .content_login{
        padding: 0 200px;
        margin: 0;
    }

    .title-msg{
        font-size: 40px;
    }
    .content-msg{
        font-size: 20px;
    }

    .log-in{
        font-size: 46px;
    }
 }

 @media only screen and (max-device-height: 620px){
    .card-login {
        width: 730px;
        height: 400px;
    }
    .content_login {
        padding: 0 55px;
        margin: 0;
      }
 }

 @media only screen and (max-device-height: 700px){
    .card-login {
        width: 730px;
        height: 80%;
    }
    .content_login {
        padding: 0 55px;
        margin: 0;
      }
 }

 @media only screen and (max-device-height: 500px){
    .card-login {
        width: 700px;
        height: 640px;
    }
    .content_login {
        padding: 0 30px;
        margin: 0;
      }
 }

 @media only screen and (max-device-height: 300px){
    .card-login {
        width: 290px;
        height: 650px;
    }
    .content_login {
        padding: 0 30px;
        margin: 0;
      }
 }