body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.login-container {
    z-index: 1; /* Coloca el formulario por encima del overlay */
}
.icon-home{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 3;
    border: none;
    padding: 10px;
    border-radius: 5px;
}