*{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

html{
    font-size: 130%;
    
  }

body {
    background-image: url(./imgcarteles/fondouser.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
   
}


.login-content{
    background-color: rgba(0, 0, 0, 0.201);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
   margin: auto;
    width: 100%;
    height: 900px;
    padding: auto ;
   

    position: relative;
    text-align: center;
    z-index: 1000;
    
}

.alert-danger{
    position: relative;
  
}

.logouser{
    position: relative;
    display: inline-block;
    text-align: center;
}

.titleuser{
    color: white;
}

.form-label{
    color: white;
}




