.hero-image {
    background-image: url("../Imagenes/fondoLogIn.jpg");
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.fondo {
    background-image: url("../Imagenes/1.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-text {
    background-color: rgba(31, 54, 70, 0.85);
    padding: 80px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: 5%;
    transform: translate(-50%, -50%);
    color: white;
}

input,
a {
    background-color: rgb(235, 235, 235);
    border-color: rgb(116, 116, 116);
    color: rgb(0, 0, 0);
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 3%;
}

label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    float: left;
    clear: left;
    text-align: right;
    margin-top: 2px;
}

.sign {
    font-family: 'Lato', sans-serif;
    background-color: rgb(28, 47, 65);
    color: white;
    border-color: white;
}

.sign:hover {
    background-color: white;
    color: black;
    border-color: black;
}