body{
	position: relative;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica !important;
}

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#wrapper-login{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #18191d;
	min-width: 700px;
	min-height: 550px;
}

.wrapper-background-fill{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#header-login{
	height: 80px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #282828;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 8px 0px rgba(0, 0, 0, 0.6);
}

#footer-login{
	height: 25px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #282828;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 8px 0px rgba(0, 0, 0, 0.6);
}

#footer-login p{ 
	color: #C3C3C3;
	font-size: 10px;
	font-style: italic;
	line-height: 25px;
	height: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#version-login{
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0;
	text-align: center;
	font-size: 12px;
	color: #DDD;
	line-height: 30px;
}

#logo-login{
	position: absolute;
	left: 20px;
	top: 20px;
	height: 40px;
}

.login-page{
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	top: 0;
}

div.login-rectangle-big .login-page{
	top: 70px;
	height: 410px;
}

#login-left-page{
	left: 0;
}

#login-right-page{
	right: 0;
}

#login-container{
	position: absolute;
	right: 0px;
	height: 100%;
	margin-right: 10%;
	width: auto;
}

#login-box{
	position: relative;
	display: block;
	width: 310px;
	background-color: #424242;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 8px 0px rgba(0, 0, 0, 0.6);
	padding-top: 15px;
}

.login-input{
	position: relative;
	width: 270px;
	color: #494949;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.6);
}


.login-input, .login-button, .sint_selez_ora{
	margin-bottom: 15px !important;
	line-height: 35px;
	padding: 5px 0px !important;
	text-align: center;
	font-size: 14px !important;
	border: hidden 0px;
	font-family: Verdana, Geneva, sans-serif;
}

.login-button, .sint_selez_ora{
	position: relative;
	background-color: #242424 !important;
	color: #fff !important;
	padding: 5px 15px !important;
	cursor: pointer !important;
	border: hidden !important;
	font-weight: normal !important;
	text-shadow: none !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4) !important;
}

.login-button.login-without-gdpr {
	font-size: 12px !important;
}

.login-button.loading {
	padding-left: 30px !important;
    background-position: 8px center;
}

.login-button:hover, .sint_selez_ora:hover{
	background-color: #1f1f1f;
}
/* Selettori per recupero password vechcio infopoint */
#psw_notify {
    display: inline;
    margin-left: 10px;
}

#psw_notify .error, #psw_notify .small_red {
    color: white;
    display: block;
}

#login-ads-container{
	position: absolute;
	margin-left: 10%;
	height: 100%;
}

#login-ads-box{
	display: block;
	width: 300px;
	height: 300px;
}

.ads-images{
	/*position: relative;
	display: block;*/
	position: absolute;
	left: 50%;
	top: 50%;
}

.ads-search-box{
	position: absolute;
	background-color: #282828;
	padding: 10px;
	padding-bottom: 40px;
	left: 50%;
	top: 50%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.ads-search-label{
	position: relative;
	line-height: 20px;
	margin-top: 10px;
	display: block;
	font-size: 10px;
	font-style: italic;
	color: #fff;
}

#login-client-logo{
	margin-bottom: 15px;
	border: solid 1px #242424;
	background-color: #CFCFCF;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

#login-client-logo img{
	margin: 0;
	padding: 0;
	vertical-align:text-bottom;
	max-width: 270px;
	max-height: 90px;
}

#login-lang{
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-top: -28px;
}

#login-lang > li{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	top: 0;
	padding: 5px;
	background-color: #282828;
	margin-right: 5px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.62), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.62), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.62), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	cursor: pointer;
    transition: background 0.2s ease-in-out;
}
#login-lang > li:hover{
    background: #6D6E6F;

}

#login-lang > li.active {
    background: #919499;

}

#login-lang > li > img{
	position: relative;
	display: block;
	height: 18px;
}

#login-message{
	position: absolute;
	width: 310px;
	color: #fff;
	font-size: 12px;
}
.login-error{
	color: #D00 !important;
	padding-bottom: 15px !important;
	font-size: 14px !important;
	text-align: center !important;
}
.login-error .error{
	color: #D00;
}

.gdpr-logo-container{
	margin-bottom: 20px;
}
.gdpr-message {
	padding: 10px;
}
.gdpr-message p + p{
	line-height: 20px;
	margin-top: 20px;
}
.gdpr-message button, .gdpr-message .button {
	width: 130px;
}



div.login-rectangle{
	position: fixed;
	height: 420px;
	width: 1000px;
	background: rgba(0, 0, 0, 0.7);
	top: 50%;
	left: 50%;
	right: 10%;
	margin-top: -210px;
	margin-left: -500px;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.73), inset 0px 1px 3px -1px rgba(255, 255, 255, 0.77);
}

div.login-rectangle-big{
	height: 480px;
	margin-top: -240px;
}

.login-rectangle .login-message-gdpr{
	position: absolute;
	width: 960px;
	height: 60px;
	top: 10px;
	left: 20px;
	text-align: center;
	color: white;
}


#tsid-button{
	background: #337ab7 !important;
}

.login-button.gdpr_si{
	font-size: 12px !important;
}

.gdpr_tsid_login {
	color: #EEE;
}

.gdpr-divider {
	text-align: center;
	padding: 0 20px;
}

.gdpr-divider hr {
	margin-left:auto;
	margin-right:auto;
	width:40%;
	border: none;
	height: 1px;
	background: #EEE;
}

.gdpr-divider hr.left {
	float:left;
}

.gdpr-divider hr.right {
	float:right;
}
