.logo-nav{
    height:40px;
    width:auto;
    max-width:500px;
}
.resaltar-alerta{
    color: white;
    background-color: #F94444;
}

.body-login{
    background: url('../fondoinventario.png') no-repeat fixed center;
    background-size: contain;
}

.imagen_notificacion:hover .imagen_contenedor {
    -webkit-transform:scale(1.1);transform:scale(1.1);
}
.imagen_contenedor, .imagen_contenedor:hover{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.imagen_notificacion {
    overflow:hidden;
}
.modal-box{
    border: 1px solid lightgrey;
    margin: 10px;
    border-radius: .3rem;
}
