/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2023 | 07:17:39 */
form#myform.form-int {
    border: 0;
    padding: 35px 35px 35px;
	display: grid;
}
form#myform.form-int div.blocco {
	margin-bottom: 25px;
}
form#myform.form-int button {
        background-color: #1F2D50;
	    text-transform:uppercase;
	    padding: 20px 50px;
}
form#myform.form-int div#search {
    max-width: 100%;
}