.body_login{
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.tarjeta_login{
    margin-top: 10%;
    filter: drop-shadow(5px 5px 10px black);
}

.titulo{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

/* estilo de formulario personal */

.label{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    
}
.boton-cancelar{
    margin-right: 10px;
}
.tarjeta-formulario{
    filter: drop-shadow(3px 3px 6px black);
}

/* estilo carnet */

.titulo_carnet{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 25px;
    margin-top: 5%;

}
.contenedorQR{
   /* justify-content: center; */
    margin-left: 80px;
}
.image{
    width: 220px;
    height: 200px;
    margin-left: 110px;
    
}
.boton_foto{
     margin-left: 180px;
}

/*.tarjeta_foto{*/
/*    border: 1px solid #000;*/
/*    border-radius: 25%;*/
/*}*/

/* estilo de asistencia */
.video{
    margin-left: 10px;
    filter: drop-shadow(3px 3px 6px black);
}

.imagen_logo{
    width: 120%;
   
}

.imagen_footer{
   margin-left: 10px;
}

.carnet{
    width: 520px;
}

@media (max-width:700px){
    .imagen_logo{
        width:200px; 
        height:100px;
    }
}

.pie{
    display:flex;
}