body {
    /* Usamos flexbox de Bootstrap para centrar todo */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5; /* Un fondo sutil por si la imagen falla */

    /* Imagen de fondo */
    background-image: url("../images/bg2.14792d982ce5.jpg"); /* <-- CAMBIA ESTO */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-signin-container {
    background-color: rgba(255, 255, 255, 0.9); /* Fondo blanco semi-transparente */
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Sombra más pronunciada */
    max-width: 450px;
    width: 100%;
}