html{
    background-image: url("https://images.pexels.com/photos/3122779/pexels-photo-3122779.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");  
}

body{
    color: #262626;
}
a{
    color: #495057 !important;
}
.enlace{
    color: whitesmoke !important;
    text-decoration: none;
}
.enlace:hover{
    color: rgb(198, 190, 214) !important;
}
.minSize{
    min-height: 600px;
}
.salir{
    text-decoration: none;
    color: white;
}
header{
    background-color: rgb(200, 200, 200);
   
}
header .titulo{
    font-size: 35px;
    font-weight: bold;
    color: #262626;
    text-shadow: 2px 2px 5px #6b6b6b;
}
.logbg{
    background-image: url("https://images.pexels.com/photos/3122779/pexels-photo-3122779.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.title-contenido{
    color: white;
}
.conectarlog{
    color: rgb(169, 156, 201);   
}
.conectarlog:hover{
    color: rgb(117, 62, 255);
}
.formBgcolor{
   color: white;
   background: rgba(10, 10, 10, 0.856);       
} 
.producto_contenido{
    display: block;
    
    margin: 20px;
    padding: 0px;
    float: left;
}
.pieFormulario { 
   
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    color: #262626;
    background-color: rgb(200, 200, 200);
    /*min-height: 120px;*/
}
span{
    color: #C8C8C8;
}
