
.user-panel {
    height: 3rem;
}

.centro-texto {
    text-align: center;
}

.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;
}

.negrita {
    font-weight: bold;
}

.etiqueta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.media-etiqueta {
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
}

.division {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
}

.login-page,
register-page {
    background: linear-gradient(rgba(0,0,0,1), rgba(0,30,50,1));
}

.login-page #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/fondo.png);
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}

.colorAdvertenciaVerde{
    background: green;
    color: green;
}

.colorAdvertenciaRojo{
    background: red;
    color: red;
}