

.btn-iscription {
    background-color: #6176a2; 
    color: white;
    border: none;
    padding: 10px 20px;
}

.btn-iscription:hover {
    background-color: #485777; /* colore più scuro al passaggio del mouse */
    color: white;
}

