@media print {

     @page{size: auto}
}

.user-panel {
    height: 3rem;
}

.centro-texto {
    text-align: center;
}

.azul {
    color: blue;
    text-emphasis-color: blue;
}

.errorindice {
    background-color: red;
}

.texto-may {
    text-transform: uppercase;
}


.texto-grande-negro {
    font-size: 70px;   
    font-weight: bold;
}

.texto-mediano-negro {
    font-size: 50px;   
    font-weight: bold;
}

.texto-chico-negro {
    font-size: 30px;   
   font-weight: bold;
}


.sin-formato {
    font-family: Arial;
    padding: 0;
    margin: 0;
}

.contenedor-etiqueta {
    max-width: 1200px;
    margin: 0 auto;
}


.contenedor-etiqueta h1 {
        line-height:0;
}

.etiqueta h1 {
        line-height:1;
}

h1 .pie-etiqueta{
    line-height:0;
}

.negrita {
    font-weight: bold;
}


.media-etiqueta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    align-items: center;
    line-height:0;
}

.division {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: space-between;
   line-height:0;
}

.empresa h1 {
    line-height:0;
    padding: 0;
    margin: 0;
}

.pie-etiqueta {
    line-height:0;
    padding: 0;
    margin-top: -25px;
}

.login-page,
register-page {
    background: linear-gradient(rgb(255, 255, 255), rgb(0, 1, 88));
}

.login-page #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/inventario.jpg);
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    opacity: 0.3;
}

.backwhite {
    background: white;
}

.alerta
{   
  border: 3px solid red !important;
}