body {
    background: url('../img/cosmovitral-4.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.863); /* Blanco con 50% de transparencia */
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
}



.login-container {
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 10px;
}

.login-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
