html{
	position: relative;
	min-height: 100%;
}
body{
	background-color: #f0f0f0;
	margin: 0;
	font-size: 1em;
	height: 100%
}

.hidden {
	display: none !important;
}

.wrapper{
	padding: 1em;
	height: fit-content;
	margin: 0 auto;
	box-sizing: content-box;
}
.Rectangle {
	max-width: 600px;
	min-height: 220px;
	background-color: #ffffff;
	margin: 20px auto 110px auto;
	padding: 30px 100px;
	box-sizing: border-box;
	position: relative;
}

.titolo {
	font-size: 2.65em;
	color: #a81b38;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	white-space: nowrap;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.titolo-login{
	font-size: 1.5em;
	color: #a81b38;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-weight: bold
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.box-button {
	margin-top: 10px;
	width: 100%;
	display: inline-flex;
	justify-content: flex-end;
}

.button-accedi {
	width: 150px;
	height: 40px;
	background-color: #a81b38;
	float: right;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.35em;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}

.button-conferma {
	width: 200px;
	height: 40px;
	background-color: #a81b38;
	float: right;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}

.disabled {
	opacity: 0.5;
	outline: 0;
	pointer-events: none;
}

.icon-pass-show {
    background-image: url(../../img/git/show-pass.png);
    background-position-x: right;
    background-position-y: center;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    right: 110px;
    cursor: pointer;
}

.icon-pass-hide {
    background-image: url(../../img/git/hide-pass.png);
    background-position-x: right;
    background-position-y: center;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    right: 110px;
    cursor: pointer;
}

.intput-text {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #393939;
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border: 1px solid #c9c9c9;
	outline: 0;
}

.input-label{
	display: block;
	margin-bottom: 9px;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.18em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #393939;
}

.content-link{
	display: block;
	margin-top: 5px;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.14;
	color: #a81b38;
}

.content-login-form{
	width: 100%;
	display: block;
}
.form-row{
	width: 100%;
	margin-top: 15px;
}

.Inserisci-il-codice {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #393939;
	margin-top: 10px;
}

.Hai-inserito-il-codi {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.80em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: normal;
	color: #393939;
	margin-bottom: 10px;
	margin-top: 10px;
}
.Ti-stiamo-rendirizza {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #393939;
}

.Err-input {
	border: solid 1px #ff0000;
}

.Err-text {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.17em;
	color: #ff0000;
	font-style: oblique !important;
	margin-top: 5px;
}

.logo {
	margin: 0 auto;
	width: 130px;
}
.logo img {
	width: 130px;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 1em 1em;
	box-sizing: border-box;
}
.footer-content {
	position: relative;
	right: 0;
	display: block;
	text-align: right;
	line-height: 0.5;
}
.footer-text, .footer-logo {
	display: block;
}
.footer-text p {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: right;
	color: #393939;
	margin-top: 10px;
}
.footer-logo img {
	width: 136px;
	height: 20px;
	object-fit: contain;
}
.dropdown,
.dropdown:focus {
	outline: 0 !important;
}
.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:active {
	color: #000 !important;
	background-color: #ffffff !important;
	border-color: #979797 !important;
	border-radius: 0 !important;
	outline: 0;
	width: 100%;
	height: 40px;
}
.dropdown-menu {
	border-radius: 0 !important;
	border-color: #979797 !important;
	width: 100%;
	max-width: 395px;
	padding: 0;
	margin-top: 11px;
}
.dropdown-menu>li>a {
	height: 50px;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	color: #393939;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #f1644a;
}
div.dropdown.open > button > span.caret{
	background-image: url(../../img/git/icon-select-up.svg);
}

.tooltip.right .tooltip-arrow {
	border-right-color: #6C6C6C;
}
.tooltip-inner {
	background-color: #6C6C6C !important;
	color: #fff;
	border-radius: 0;
	padding: 7px;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 11px;
}

.btn{
	text-align: left;
	padding: 3px 12px;
}

.caret {
	background-image: url(../../img/git/icon-select-down.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	border: 0;
	z-index: 5;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 16px;
	right: 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
#slected-value{
	max-width: 180px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 2.5;
	text-overflow: ellipsis;
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px); }
	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px); }
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	}

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px); }
	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px); }
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	}
	.ball-pulse-sync > div:nth-child(1) {
		-webkit-animation: ball-pulse-sync 0.8s -0.14s infinite ease-in-out;
		animation: ball-pulse-sync 0.8s -0.14s infinite ease-in-out;
	}

	.ball-pulse-sync > div:nth-child(2) {
		-webkit-animation: ball-pulse-sync 0.8s -0.07s infinite ease-in-out;
		animation: ball-pulse-sync 0.8s -0.07s infinite ease-in-out;
	}

	.ball-pulse-sync > div:nth-child(3) {
		-webkit-animation: ball-pulse-sync 0.8s 0s infinite ease-in-out;
		animation: ball-pulse-sync 0.8s 0s infinite ease-in-out;
	}

	.ball-pulse-sync > div {
		background-color: #c5281c;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		margin: 2px;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		display: inline-block;
	}

	.loader {
		width: 60px;
		margin: 0 auto;
	}
/***TABLET***/
 @media (max-width: 1023px){
	.Rectangle {
 		padding: 35px 50px;
 		width: 80%;
		max-width: 80%;
 	}
 	.logo {
		margin: 0 auto;
		width: 100px;
	}

	.logo img {
		width: 100px;
	}

	.tooltip{
		width: 100px;
	}

	.icon-pass-show {
    		right: 60px;
	}

	.icon-pass-hide {
    		right: 60px;
	}
}

 /***MOBILE***/
@media (max-width: 719px){
	.logo, .logo img{
		width: 75px;
	}
	.form-row input{
		height: 40px;
	}
	.content-link{
		margin-bottom: 10px;
	}
	.button-accedi,
	.button-conferma{
		height: 42px;
		width: 350px;
	}
	.box-button{
		width: 100%;
		justify-content: center;
	}
	.Rectangle{
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.footer{
		padding: 10px;
	}
	.footer-content{
		text-align: center;
	}
	.footer-text p{
		text-align: center;
		white-space: normal;
		line-height: 1.3;
	}
	.wrapper{
		margin: 0;
	}

	.tooltip{
		width: auto;
	}

	.gray-tooltip + .tooltip > .tooltip-arrow { border-top-color:#6c6c6c; }

	.input-text {
		height: 40px;
	}

	.icon-pass-show {
    		right: 30px;
	}

	.icon-pass-hide {
    		right: 30px;
	}
}
@media (max-height: 700px) {
	.logo {
		width: 110px;
	}
	.logo img {
		width: 110px;
}
}

