@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
.authentication-bg {
	color: #000!important;
	font-family: montserrat, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal!important;
}
.auth-fluid h4 {
	display: none!important;
}
.auth-fluid .text-muted {
	color: #000!important;
}
.auth-fluid .form-control {
	border-radius: 50px;
	background-color: #c7ce0f!important;
	color: rgb(255,255,255)!important;
	border-color: #CCC!important;
}
.auth-fluid .form-control::placeholder {
 color: #FFF!important;
}
.auth-fluid .btn-primary {
	background-color: #36a9e1!important;
	border-color: #36a9e1!important;
	border-radius: 50px;
	margin: auto;
	display: inline;
	text-transform: uppercase;
	font-size: 20px;
}
.auth-fluid .btn-primary:hover {
	background-color: #1791bd!important;
	border-color: #1791bd!important;
}
.auth-fluid .logo-dark {
	text-align: center!important;
}
.auth-fluid .auth-fluid-right.text-center {
	padding: 0px!important;
}
.auth-fluid .auth-user-testimonial-footer {
	background-image: url(/images/sfondo_azzurro_11.svg)!important;
	background-position: bottom;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	bottom: 70px;
	height: 330px;
	position: absolute;
	width: 100%;
}
.auth-fluid .auth-user-testimonial-margine {
	background-color: #36a9e1!important;
	bottom: 0rem;
	position: absolute;
	background-color: red;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.auth-fluid .auth-user-testimonial-margine p.lead {
	font-size: 1.325rem;
	margin-top: 3px;
}
.auth-fluid .auth-fluid-left, .auth-fluid .auth-fluid-right {
	background: url(/images/immagine_authentication.png) center;
	background-color: #FFF!important;
	background-size: 45%;
	background-repeat: no-repeat;
}
.auth-fluid .auth-user-testimonial h2 {
	color: #000;
	font-size: 2.875rem;
	font-weight: 600!important;
}
.auth-fluid .auth-user-testimonial h3 {
	color: #000;
	font-size: 1.575rem;
	font-weight: 400!important;
}
.auth-fluid .auth-user-testimonial {
	top: 3rem;
}
@media only screen and (max-width: 1450px) {
	.auth-fluid .auth-user-testimonial h2 {
		font-size: 2.375rem;
	}
	.auth-fluid .auth-user-testimonial h3 {
		font-size: 1.075rem;
	}
	.auth-fluid .auth-fluid-left, .auth-fluid .auth-fluid-right {
		background-size: 45%;
	}
}
@media only screen and (min-width: 990px) {
	.auth-fluid .auth-brand {
		position: absolute!important;
		width: 100%!important;
		right: 0;
	}
	.auth-fluid .auth-fluid-form-box {
		-webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.4);
	}
}