body{
    background-image:url(/img/fondoBlanco.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height:100vh;width:100vw; 
    background-attachment: fixed;
}
label {
    display: inline-block;
    width: 100px;
}