.section_top_login {
	min-height: calc(100vh - 135px);
	padding: 80px 0;
	box-sizing: border-box;
	height: auto;
}
.section_top_login .blocco_txt {
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.section_top_login .blocco_txt form .errore {
	color: #c11414;
	font-size: 0.8em;
	line-height: 150%;
	font-weight: bold;
	width: 100%;
	padding: 0 15px 30px;
	box-sizing: border-box;
}
.section_top_login .blocco_txt form .tuttook {
	color: #24c16b;
	font-size: 0.8em;
	line-height: 150%;
	font-weight: bold;
	width: 100%;
	padding: 0 15px 30px;
	box-sizing: border-box;
}

.section_top_login .blocco_txt form {
	box-sizing: border-box;
	display: block;
	background: #fff;
	width: 100%;
	max-width: 845px;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 60px 145px 30px;
	overflow: hidden;
}
.section_top_login .blocco_txt form .richiesta_int_1 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.section_top_login .blocco_txt form .richiesta_int_2 {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.section_top_login .blocco_txt form label {
	font-size: 14px;
}
.section_top_login .blocco_txt form input.input_ele_int_1 {
	border: 0;
	border-bottom: 1px solid #880243;
	padding: 4px 0px;
	font-size: 18px;
	width: 100%;
}
.section_top_login .blocco_txt form input.input_submit_int {
	margin: 0 auto;
	background: #870243;
	border: 0;
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px 32px;
	font-size: 14px;
	cursor: pointer;
	width: 120px;
	float: none;
	display: block;
}
.txtform2 {
	text-align: center;
	color: #8e1144;
}
.txtform2 a {
	color: #8e1144;
	font-size: 0.778em;
}
.section_top_login:after {
	display: none;
}
.divacceso {
	display: block;
	width: 100%;
	overflow: hidden;
}
.divspento {
	display: none;
	width: 100%;
	overflow: hidden;
}
.section_top_login .blocco_txt h1, .section_top_login .blocco_txt h2 {
	text-align: center;
	color: #fff;
	font-size: 2.222em;
	line-height: 130%;
	font-weight: 400;
	text-transform: inherit;
	padding: 0;
	top: 0;
	left: 0;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	position: relative;
	z-index: 10;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.section_top_login .blocco_txt h1 span,
.section_top_login .blocco_txt h2 span {
	text-align: center;
	font-size: 0.5em;
	line-height: 130%;
	font-weight: 400;
	text-transform: inherit;
	padding: 20px 0 0;
	margin: 20px 0 0;
	top: 0;
	left: 0;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	position: relative;
	z-index: 10;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	display: block;
}
.section_top_login .blocco_txt h1 span:after,
.section_top_login .blocco_txt h2 span:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width: 320px) and (max-width: 990px) {
	.section_top_login .blocco_txt form {
		padding: 30px 20px 0;
		margin: 20px auto 0;
	}
	.section_top_login .blocco_txt form .richiesta_int_1 {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding: 0 0 15px;
	}
	.section_top_login .blocco_txt form .richiesta_int_2 {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding: 0 0 15px;
	}
	.section_top_login .blocco_txt h1, .section_top_login .blocco_txt h2 {
		font-size: 1.500em;
	}
	.section_top_login .blocco_txt h1 span, .section_top_login .blocco_txt h2 span {
		padding: 10px 0 0;
		margin: 10px 0 0;
	}
	.section_top_login .blocco_txt form .errore {

		padding: 0 0 15px;
	}
}
