 *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'DINPro-Bold';
	src:url('fontsk/DINPro-Bold.otf');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'DINPro-Light';
	src:url('fontsk/DINPro-Light.otf');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'DINPro-Medium';
	src:url('fontsk/DINPro-Medium.otf');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'DINPro-Regular';
	src:url('fontsk/DINPro-Regular.otf');
}

html, body {
	font-family: 'DINPro-Regular', 'fontawesome';
	font-weight: 100;
 	margin: 0;
 	padding: 0;
 	overflow-x: hidden; 
 	position: relative;
 	width: 100%;
 	height: 100%;
}

.top-login-header {
	background: rgba(25,36,53,0.4);
	padding: 10px;

}

.main-kantar-login-logo {
	display: inline-block;
	margin-left: 15%;
}

.login-title {
	font-family: 'DINPro-Light';
	color: #FFF;
	font-size: 0.9em;
	font-weight: 100;
	display: inline-block;
	border-left: 1px solid #ba680e;
	padding-left: 10px;
	margin-left: 30px;
}

.login-header-sub-title {
	display: inline-block;
	font-family: 'DINPro-Regular';
	color: #ffff00;
	margin-left: 25%;
	font-size: 0.8em;
}

.current-language {
	display: inline-block;
	font-family: 'DINPro-Light';
	color: #FFFFFF;
	margin-left: 20px;
	font-size: 0.8em;
}

.login-left-side-desc {
	display: inline-block;
	width: 350px;
	margin-top: 240px;
	margin-left: 10%;
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 5px;
	color: #666666;
}

.login-current-city {
	background: url('img/earth.png') transparent left 4px no-repeat;
	background-size: 35px 35px;
	font-family: 'DINPro-Light';
	padding-left: 50px;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.login-bold {
	font-family: 'DINPro-Bold';
}

.sub-header-title {
	padding-left: 50px;
	display: inline-block;	
	font-family: 'DINPro-Light';
}

.sub-header-title-fat {
	font-family: 'DINPro-Bold';
}

.login-form {
	display: inline-block;
	width: 606px;
	margin-top: 100px;	
	height: 430px;
	background: url('img/login-form.png') transparent center top no-repeat;
	background-size: 606px 425px;
	-webkit-transition: all ease-out 350ms;
	-moz-transition: all ease-out 350ms;
	-ms-transition: all ease-out 350ms;
	-o-transition: all ease-out 350ms;
	transition: all ease-out 350ms;
	position: absolute;
	right: 20px;
}

.login-form .main-form {
	border: none;
	background-color: #f6f6f6;
	margin: 20px 170px 10px 85px;
	padding: 10px 40px 20px 40px;
	border-radius: 2px;
	-webkit-transition: all ease-out 350ms;
	-moz-transition: all ease-out 350ms;
	-ms-transition: all ease-out 350ms;
	-o-transition: all ease-out 350ms;
	transition: all ease-out 350ms;
}

.login-form fieldset #login-input, .login-form fieldset #password-input {
	-webkit-appearance: none;
	-moz-appearance: all ease-out 350ms;
	-ms-appearance: all ease-out 350ms;
	-o-appearance: all ease-out 350ms;
	appearance: all ease-out 350ms;
	border: none;
	background-color: #e6e6e6;
	padding: 5px;
	font-size: 0.9em;
	width: 230px;
	height: 40px;
	font-family: 'DINPro-Medium';
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: none;
}

::-webkit-input-placeholder {
    color: #8a8a8a;
}
:-moz-placeholder {
    color: #8a8a8a;
}
::-moz-placeholder {
    color: #8a8a8a;
}
:-ms-input-placeholder {
    color: #8a8a8a;
}

.login-form fieldset #login-input {
	margin-bottom: 30px;
}

.login-status-picto {
	background-color: #8a8a8a;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	float: left;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: all ease-out 350ms;
	-moz-transition: all ease-out 350ms;
	-ms-transition: all ease-out 350ms;
	-o-transition: all ease-out 350ms;
	transition: all ease-out 350ms;
}


.pass-status-picto {
	background-color: #8a8a8a;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	float: left;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: all ease-out 350ms;
	-moz-transition: all ease-out 350ms;
	-ms-transition: all ease-out 350ms;
	-o-transition: all ease-out 350ms;
	transition: all ease-out 350ms;
}

.login-form fieldset #remember-me {
	-webkit-appearance: none;
	-moz-appearance: all ease-out 350ms;
	-ms-appearance: all ease-out 350ms;
	-o-appearance: all ease-out 350ms;
	appearance: all ease-out 350ms;
	border: 2px solid #8a8a8a;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	float: left;
}

[type="checkbox"]:not(:checked),  
[type="checkbox"]:checked {  
  position: absolute;  
  left: -9999px;  
}  
   
[type="checkbox"]:not(:checked) + label,  
[type="checkbox"]:checked + label {  
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}  

[type="checkbox"]:not(:checked) + label:before,  
[type="checkbox"]:checked + label:before {  
  content: '';  
  position: absolute;  
  left:0; top: 2px;  
  width: 17px; 
  height: 17px;
  background: #f8f8f8;  
  border: 2px solid #8a8a8a;
  border-radius: 3px;
}  
   
[type="checkbox"]:not(:checked) + label:after,  
[type="checkbox"]:checked + label:after {  
  content: 'v';  
  position: absolute;  
  top: 0; left: 4px;  
  font-size: 14px;  
  color: #09ad7e;  
  transition: all .2s;
}  
[type="checkbox"]:not(:checked) + label:after {  
  opacity: 0;
  transform: scale(0);
}  

[type="checkbox"]:checked + label:after {  
  opacity: 1;
  transform: scale(1);
}  

[type="checkbox"]:disabled:not(:checked) + label:before,  
[type="checkbox"]:disabled:checked + label:before {  
  box-shadow: none;  
  border-color: #bbb;  
  background-color: #ddd;  
}  

[type="checkbox"]:disabled:checked + label:after {  
  color: #999;  
}  

[type="checkbox"]:disabled + label {  
  color: #aaa;  
}  

.remember-me-label {
	display: inline-block;
	font-size: 0.8em;
	color: #8a8a8a;
	font-family: 'DINPro-Light';
}

.forget-password a {
	font-family: 'DINPro-Light';
	float: right;
	font-size: 0.8em;
	color: #8a8a8a;
	/*display: inline-block;*/
	display:none;
}

.login-form>fieldset #login-button {
	-webkit-appearance: none;
	-moz-appearance: all ease-out 350ms;
	-ms-appearance: all ease-out 350ms;
	-o-appearance: all ease-out 350ms;
	appearance: all ease-out 350ms;
	border: none;
	background-color: #12c100;
	color: #FFFFFF;
	width: 100%;
	margin-top: 30px;
	border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 1px 2px 1px #12a903;
	cursor: pointer;
}

.login-form>fieldset .separator {
	display: block;
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 50px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #FFFFFF;
}

.not-a-member {
	display: block;
	background: url('img/white-triangle.png') #8a8a8a 95% center no-repeat;
	border-radius: 2px;
	padding: 7px 20px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	font-size: 0.8em;
	font-family: 'DINPro-Regular';
	color: #FFFFFF;
}

.call-for-support {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	font-family: 'DINPro-Regular';
	text-align: center;
}

.call-for-support a {
	color: #8a8a8a;
}

.copyright {
	text-align: center;
	margin-top: 50px;
	color: rgba(255,255,255,0.2);
	font-family: 'DINPro-Regular';
	font-size: 0.8em;
	clear: both;
	position: absolute;
	bottom: 2%;
	left: 20%;
}

/*	WRONG Information highlighted 	*/
.login-form.display-error {
	margin-top: 0;
	padding-top: 10px;
}

.error-message-on-login, .error-message-on-pass, .error-message-server {
/*	display: none;*/
	background: url('img/red-login.png') #f7dede 10px center no-repeat;
	border-radius: 2px;
	font-family: 'DINPro-Bold';
	color: #de2121;
	font-size: 1em;
	padding-left: 80px;
	padding-top: 20px;
	margin-bottom: 10px;
	height: 0;
	opacity: 0;
	-webkit-transition: all ease-out 350ms;
	-moz-transition: all ease-out 350ms;
	-ms-transition: all ease-out 350ms;
	-o-transition: all ease-out 350ms;
	transition: all ease-out 350ms;
}

.error-message-on-login :first-child, .error-message-on-pass :first-child, .error-message-server :first-child {
	font-size: 0.7em;
	font-family: 'DINPro-Medium';
	display: block;
}

.error-message-on-login :last-child, .error-message-on-pass :last-child, .error-message-server :last-child {
	font-size: 0.9em;
	font-family: 'DINPro-Medium';
	display: block;
	color: #363636;
	margin-top: 10px;
}

.error-message-on-login :last-child a, .error-message-on-pass :last-child a, .error-message-server :last-child a {
	display: inline-block;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'DINPro-Bold';
}

.login-form .main-form.error {
	padding-top: 20px;
}


.login-status-picto.on-error, .pass-status-picto.on-error {
	background-color: #de2121;
}

.login-status-picto.on-good, .pass-status-picto.on-good {
	background-color: #12c100;
}

.login-form fieldset #login-input.error, .login-form fieldset #password-input.error {
	border-top: 1px solid #de2121;
	border-bottom: 1px solid #de2121;
	border-right: 1px solid #de2121;
	color: #de2121;
}

.login-form fieldset #password-input.error {
	margin-bottom: 20px;
}

.login-form fieldset #login-input.good, .login-form fieldset #password-input.good {
	border-top: 1px solid #12c100;
	border-bottom: 1px solid #12c100;
	border-right: 1px solid #12c100;
	color: #12c100;
}

.login-form fieldset #password-input.good {
	margin-bottom: 0px;
}



.main-video-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
}


@media screen and (max-width: 1023px) { 

	.login-left-side-desc {
		margin-top: 20px;
		width: 280px;
		margin-left: 10px;
		float: none;
	}

	.login-current-city, .sub-header-title {
		padding-left: 10px;
	}

	.login-form {
		padding-top: 20px;
		width: 300px;
		position: relative;
		right: auto;
		margin-top: auto;
		display: block;
		height: auto;
		background: none;
	}

	.login-form .main-form {
		margin: 10px;
		padding: 10px;
	}

	.login-form fieldset #login-input, .login-form fieldset #password-input {
		width: 220px;
	}

	.main-kantar-login-logo {
		margin-left: 10px;
	}

	.login-header-sub-title {
		margin-left: 10px;
	}

	.current-language {
		margin-left: 10px;
	}

	.main-video-background {
/*		
	 	-webkit-filter: blur(9px);
		-moz-box-sizing: blur(9px);
		box-sizing: blur(9px);
*/
	 	position: absolute;
	 	top: 0;
	 	left: 0;
	 	width: 100%;
	 	height: 100%;
	 	z-index: -1;
	}
}

@media screen and (min-width: 479px) { 

	.main-login-page-background {
		background: url('img/VeronaArena.jpg') transparent center center no-repeat;
		background-size: 1850px 1000px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		height: 100%;
		width: 100%;
	}

	.main-video-background {
		display: none;
	}

}



