.body-login{
    background-color: #fff;
    display: flex;     
    align-items: center;
    justify-content: center;
}
.body-false{
    /*background-color: #77f59b !important;*/
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    height:100vh; 
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -50%;
}
.contetilogin{
    text-align: center;
}
.titleloginnew{
    font-size: 2.2em;
    font-weight: bold;
    color: #362929 !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;
}
.conte-formulario{
    display: grid;     
    align-items: center;

}
.conte-img-2{
    width: 200px; 
    margin: 0 auto;
}
.form-login-general{
    margin: 0 auto;
}
.form-login{
    width: 250px;
    align-content: center;
    justify-content: center;
}
.btn-login{
    text-align: center;
}
.btn-ready{
    background-color: #34cf6f;
}
.btn-ready:hover{
    background-color: seagreen;
}
.btn-ready:active{
    background-color: seagreen !important;
}

@media only screen and (max-width: 768px) {
   
    .body-false{
        background-color: #fff !important;
    }
    .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;
}