.sostituzione1 form {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.sostituzione1 label {
    display: block;
    margin: 10px 0; 
}

.sostituzione1 select, .sostituzione1 input[type="date"], .sostituzione1 input[type="submit"], .sostituzione1 input[type="text"] {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.sostituzione1 select {
    height: 100px;
}


.sostituzione1 input[type="submit"] {
    background-color: #a4de40;
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 10px 0; /* Aggiunge spazio tra il label della data e il bottone */
}

.sostituzione1 select option {
    padding: 5px;
   
}
 .immagine-sostituzione{
    text-align: center;
    width: 33%;
    margin: auto;
    border: 3px solid red;
    padding: 5px;
    
 }
.sep{

    
    width: 100%;
    height: 1px;
    background-color: black ;
    margin-bottom: 4px;

}

.sost {
  
}