@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300&display=swap');
html, body {
	min-height: 100vh;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
}
body {
	background-image: url(../img/sfondo.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
body.ko {
	background-image: url(../img/sfondo-ko.jpg);
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-height: 600px;*/
}
#ultimo {
	display: block;
}
* {
	box-sizing: border-box;
}
div#wrapper-form {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
form.form-inline-block{
	display: inline-block;
}
form input[type="text"] {
	border: none;
	border-bottom: 1px solid #000000;
	padding: 5px;
	width: 100%;
	margin: 15px 0px;
	background: none;
}
#modulo {
	width: 350px;
	background-color: #fafafa;
	padding: 50px 20px;
	border-radius: 20px;
}
input[type="submit"] {
	width: 100%;
	background: none;
	border: none;
	background-color: #17eac4;
	color: #000000;
	padding: 15px 0px;
	border-radius: 40px;
	margin: 20px 0px 0px;
	cursor: pointer;
}
input[type="submit"][disabled] {
	background-color: #999;
	cursor:not-allowed;
}

section {
	padding: 50px 0px;
	text-align: center;
}
.container {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}
h1 {
	font-size: 46px;
	letter-spacing: -1px;
	margin: 5px 0px;
}
h1 span {
	color: #17eac4;
	display: block;
}
h2 {
	font-size: 38px;
	letter-spacing: 0px;
	margin: 5px 0px;
}
a.btn, button.btn {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 100px;
	padding: 15px 40px;
	text-decoration: none;
	font-weight: 700;
	font-size: 28px;
	margin: 20px 10px;
	transition: all .3s ease-in;
	min-width: 300px;
	width: auto;
	display: inline-block;
	text-align: center;
	background: transparent;
	cursor: pointer;
}
a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus {
	background-color: #17eac4;
	border-color: #17eac4;
	color: #00233e;
}
a.btn.btnSi:hover, button.btn.btnSi:hover  {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #00233e;
}
.colore {
	background-color: #17eac4 !important;
	border-color: #17eac4 !important;
	color: #00233e !important;
}
.noM {
	margin-bottom: 0;
}
.noM + p, #accesso p {
	margin: 10px 0 30px;
	font-size: 20px;
	font-weight: 700;
}
form#accesso label {
	display: block;
	margin: 20px 0px;
	font-size: 19px;
}
a.btnCont, a.btnCont2, .rientro {
	display: none;
}
#scelte a.btn {
	font-weight: 400;
}
#scelte a.btn strong {
	font-weight: 700;
	text-transform: uppercase;
}
#finale {
	text-align: left;
}
#finale label {
	display: block;
	margin: 10px 0px;
	font-size: 24px;
}
#finale p strong {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	margin: 20px 0px 10px;
}
#finale p {
	line-height: 140%;
}
small a {
	color: #ffffff;
}
@media (max-width:992px) {
/*	html, body {
		height: auto;
	}
	body {
		min-height: auto;
		display: block;
	}
*/	#wrapper-form {
		padding: 50px 0px;
	}
	.container {
		width: auto;
		padding: 0 20px;
	}
	form#modulo {
		max-width: 350px;
		width: 90%;
		margin: 0 auto;
	}
	a.btn span, button.btn span {
		display: none;
	}
	a.btn, button.btn {
		text-transform: uppercase;
		margin: 20px 0px;
		min-width: auto;
		width: 100%;
	}
	br {
		display: none;
	}
	h1 {
		font-size: 36px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}
label.error{
	color: red;
	margin-top: 0 !important;
	font-weight: normal;

}
.g-recaptcha-wrapper{
	display: flex;
	margin-top: .5rem;
	width: 100%;
	justify-content: center;
}