input {
	border-radius: 5px;
	font-size: 20px;
	width: 60%;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.dataentry {
	text-align: center;
	font-size: 20px;
	margin: 50 50 50 50;
}
.intestazione {
	margin-bottom: 40px;
}
.gdpr {
	margin-top: 40px;
	text-align: left;
}
.check {
	width: 40px;
}
.titoloPost{
	text-align: center;
}

.featured-img {
	width: 100%;
	margin-bottom: 10px;
}
.form-control.is-valid {
    border-color: green;
    box-shadow: inset 0 1px 1px lightgreen, 0 0 8px green;
}
.form-control.is-invalid {
    border-color: red;
    box-shadow: inset 0 1px 1px orangered, 0 0 8px red;
}