/* INIZIO cancellare questi  2 css, copia solo gli altri dopo il commento */

.logo-main-login{
	width:100%;
}

.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #8E929C;
	border-radius: 10px;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #222330;
	font-size: 14px;
}

/* FINE COMMENTO */


body,
html {
	background-color: #F9FBFE;
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}


.left-2022 {
	float: left;
	width: 790px;
	height: 100vh;
	position: relative;
	
	background: rgb(3,111,122);
    background: -moz-linear-gradient(180deg, rgba(3,111,122,1) 0%, rgba(2,72,79,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(3,111,122,1) 0%, rgba(2,72,79,1) 100%);
    background: linear-gradient(180deg, rgba(3,111,122,1) 0%, rgba(2,72,79,1) 100%);
}

.left-2022 .form-control {
	width: calc(100% - 40px) !important;
}

.left-2022 label {
	margin-top: 30px;
	color:#FFF;
}


.right-2022 {
	float: left;
	width: calc(100% - 790px);
	height: 100vh;
	background-image: url("../../../../Content/Images/img-login/imag-sfondo.jpg");
	background-size: cover;
}

.center-form-2022 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 50%;
}


@media only screen and (max-width: 800px) {
	.left-2022 {
		float: left;
		width: 100%;
	}


	.right-2022 {
		display: none;
		float: left;
		width: calc(100% - 790px);
		height: 100vh;
		background-color: blue;
	}


	.center-form-2022 {

		width: 80%;
	}

}


.btn-primary-login {
	display: block;
	width: 90%;
	height: auto;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	background-color: #037682;
	background-clip: padding-box;
	border: 0px solid #8E929C;
	border-radius: 10px;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	margin-top: 30px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;
}

.btn-primary-login:hover {
	color: #FFF !important;
	background-color: #01282c !important;

}