/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/*--------- STYLE FORM PRENOTAZIONE ---------*/
.blocco-form {
    background: rgba(0,50,71,0.75);
    padding: 20px;
    border-radius:20px
}
.blocco-form p {
    font-size: 23px;
    font-weight: 800;
}

.blocco-form .col-50-row {
    display: flex;
    gap:5px;
    justify-content: space-between;
    margin-top: 1em;
}
.submit-form { margin-top: 1em;width: 100%;}
.date-input {margin-top: 10px;}
