/*body {
    /*background-image: url(../Tienda/img/James.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
.todo {
    height: 100vh;
    background-image: linear-gradient(
        to right bottom,
        rgba(36, 179, 0, 0.384),
        rgba(179, 192, 0, 0.411)
    ),
    
    url(../Tienda/img/James.jpg);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}
.si {
    height: 50px;
    width: 50px;
}
.izquierda {
    float: left;
    width: 40%;
}
.derecha {
    float: right;
    width: 30%;
}
.cajatxt {
    float: left;
    width: 80%;
}
.formulario {
    background-color: white;
    float: right;
    width: 30%;
    margin-right: 100px;
}
label {
    display: block;
    margin: 12px 0;
}
input {
    display: block;
}