.card {
    margin-top: 100px;
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8); /* Imposta un colore di sfondo leggermente trasparente */
    border-radius: 15px; /* Aggiungi bordi più arrotondati */
}

.card-title {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #4e73df;
    border: none;
}

.btn-primary:hover {
    background-color: #2e59d9;
}

.container {
    padding: 0 15px;
}

.card-body {
    padding: 5.25rem;
}

/* Regole CSS per lo sfondo video */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    position: inherit;
}

.video-background-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo-login {
    max-width: 200px; /* Imposta la larghezza massima del logo */
    height: auto; /* Per mantenere l'aspetto proporzionato */
    margin-bottom: 20px; /* Aggiungi un margine inferiore per separare il logo dal resto del contenuto */
}
