.body-login{
    background-color: #fff;
    display: flex;     
    align-items: center;
    justify-content: center;
}
.body-false{
    /*background-color: #77f59b !important;FF4B2B    FF416C
        background: linear-gradient(to right, #6ad31e, #209d25);*/
    background: #FF416C;
    background: -webkit-linear-gradient(to right,  #293a99, #5366cd);
    background: linear-gradient(to right,  #293a99, #5366cd);
    background-repeat: no-repeat;
    height:100vh; 
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -50%;
}
.contetilogin{
    text-align: center;
    position: inherit;/*se agrego para adaptar la imagen del saludo*/
    top: 30%;/*se agrego para adaptar la imagen del saludo*/
}
.titleloginnew{
    font-size: 2.2em;
    font-weight: bold;
    color: #1a1515 !important;
}
.parrafologin{
    font-size: 1.2em;
    padding: 10px;
    color: #fff;
}
.imgloginindex{
    width: 50%;
    margin: 0 auto;
    margin-top: 1em;
}
.contenedor-login{
    display: block;
    height: 520px;  
    width: 850px;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.conte-img{
    display: flex;     
    align-items: center;
    justify-content: center;
    height:500px; 
}
.img-login-cs{
    width: 300px;
    margin-bottom: 20px;
}
.inputlog{
    position: relative;
    padding-left: 40px;
    border: 0px; 
    box-shadow: none;
    padding-top: 25px;
    padding-bottom: 25px;
border-bottom: 2px solid #cdcdcd;
border-radius: 0;

}
  .imglog{
    position: absolute;
    left: 25px;
    top: 13px;
    width: 24px;
    padding: 2px;
  }
.conte-formulario{
    display: grid;     
    align-items: center;
}
.conte-img-2{
    width: 300px; 
    margin: 0 auto;
}
.form-login-general{
    margin: 0 auto;
}
.form-login{
    width: 350px;
    align-content: center;
    justify-content: center;
}
.btn-login{
    text-align: center;
}
.btn-ready{
    background-color: #56c207;
    font-size: 1.5em;
}
.btn-ready:hover{
    background-color: #239d28;
}
.btn-ready:active{
    background-color: #239d28 !important;
}
.titlecelu{
    display: none;
}
.saludos{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);  
    width: calc(1000px / 4);
    height: 330px;
    background: url(../images/lista.webp);
    animation: animate 1s steps(4) infinite;
}
@keyframes animate{
   from{
       background-position: 0;
   }
   to{
       background-position: -1000px;
   }
}
@media only screen and (max-width: 768px) {
   
    .body-false{
    display: none;
    }
    .body-login{
        background-image: linear-gradient(180deg, #9f90f4 0, #6c6cd8 50%, #274bbd 100%);
    }
    .titlecelu{
        display: block;
        font-size: 1.6em;
        text-align: center;
    }
    .img-login-cs{
        width: 220px !important;
        text-align: center;
        margin: 0 auto
    }
    .contenedor-login{ 
        width: 350px;    
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    }
    .img-login-cs{
        width: 300px;
        margin-bottom: 20px;
    }
    .conte-img{
        display: none;
    }
    .conte-formulario{
        display: grid;     
        align-items: center;
        justify-content: center;
        height:500px; 
    }

}


/*table lista sucursales*/
.table-edit{
    width: 950px;
    margin: 0 auto;
}
.conte-img-sucursal{
    width: auto;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 5px;
   padding-top: 2em;
   padding-bottom: 2em;
   margin-top: 1em;
}
.conte-img-sucursal:hover{
    background-color: #e1e1e1;
    text-decoration: none;
    transition: .3s;
}
.conte-img-sucursal:focus{
    text-decoration: none;
    background-color: #e1e1e1;
}

.img-lista{
    max-width: 150px;
    width: 70px;
}
.txt-span{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.txt-empresa{
    color: #5b098f;
font-size: 2em;
}
.txtsucursa{
    font-size: 1em !important;
    color: #3a3a3a !important;
}
.rowcontein{
    margin: 0 auto;
    text-align: center;
}
.title-lista-usuario{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}
.txt-razonperfil{
    font-size: 1.7em;
    color: #362929;
}
.txt-perfilra{
    font-size: 1.2em;
    color: #e91e63;
}
