
.box_login{
	font-size:1.05em;
	padding-top:20px;
	width:570px;
	height:500px;
	margin:auto;
	background-color: #FFFFFF;
	color: #68767e;
	box-sizing: border-box;
	border-radius: 15px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.4);
}

body{
	min-height:650px;
}

.box_login .linput, #fpass_email{
	width: 400px;
	height: 25px;
	font-size: 1.1em;
	color: #5B636E;
	border: solid 1px #afbabf;
	padding: 10px;
	font-family: 'w_roboto', sans-serif !important;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
}
#password{
	width: 400px;
}

.ui-corner-all{
	border-radius: 12px;
}

.box_login .linput:focus, #fpass_email{
	outline: none;
	border: solid 1px #656e78;
}

.title_login{
	width:165px;
	text-align:right;
	padding:8px 10px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.main .menu{
	width: 100%;
	border-bottom : none;
}

.main .ctn{
	overflow-y: unset !important;
}

.ctn_flag{
	position:absolute;
	top:10px;
	right:2%;
}

.ctn_flag .flag{
	width:30px;
	height:20px;
	margin-left:8px;
}

.ctn_flag .flag_fr{
	background: url(/_img/svg/flag_fr.svg) no-repeat;
}

.ctn_flag .flag_en{
	background: url(/_img/svg/flag_uk.svg) no-repeat;
}

.ctn_flag .flag.on{
	opacity:1;
	cursor:default;
}

.ctn_flag .flag.off{
	opacity:0.3;
	cursor:pointer;
}

.main .menu{
	background: none;
}

.btn_login{
	font-size: 18px;
	width:270px;
	margin:auto;
	height: 45px;
	transition: all 0.2s ease;
}

.ui-button-text-only .ui-button-text{
	padding: 14px 0px 0px 0px;
	line-height: 30px;
	font-size:18px;
}

input::placeholder{
  color: #ccc;
}


.copyright{
	margin:auto;
	width:555px;
	text-align:right;
	margin-top:12px;
	font-size:11px;
	color: #b3bbc0;
	text-align: center;
}

.copyright a{
	color:#b3bbc0;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:hover{
	color:#555;
}

.cookie-modal{
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-box{
  background: white;
  max-width: 580px;
  padding: 2rem;
  border-radius: 8px;
  text-align: left;
  color: #333;
}

.cookie-box h2{
  margin-top: 0;
}

.cookie-actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  gap: 1rem;
}

.cookie-actions button{
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#accept-cookies{
  background-color: #d70056;
  color: white;
}
#accept-cookies:hover{
  background-color: #ea0361;
}

#refuse-cookies{
  background-color: #ccc;
  color: black;
}
#refuse-cookies:hover{
  background-color: #bbb;
}


.legals{
  position: fixed;
  inset-inline: 0;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  padding-top: 5px;
  bottom: min(0px, calc(100vh - 600px));
}

#fpass{
	cursor: pointer;
	font-weight: bold;
}
#fpass:hover{
	color: #ea0361;
}

.modal{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
}

.modal-content{
	background-color: #fff;
	width:500px;
	height:350px;
	padding: 40px 20px;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 2px 12px rgba(0,0,0,0.4);
	margin-top:105px;

}

#cancel_fpass, #send_fpass{
	min-width:120px;
	margin:auto;
	display: inline-block;
	height:47px;
}

#cancel_fpass{
	background: none;
    background-color: #b8c1c5;
    border-color: #8b969c;
}
#cancel_fpass:hover{
	background-color:rgb(158, 165, 168);
}


.top_form{
	margin:38px 0 36px 0;
	text-align: center;
}


.weezago .box_login .main_logo{
	background: url(/_img/svg/logo_Weezago.svg) 0 0px no-repeat;
    background-size: 100%;
    margin-left: 2px;
    background-position: center 50%;
}



.cameleon .box_login .ctn_logo,
.oci .box_login .ctn_logo,
.fvs .box_login .ctn_logo,
.whynotretail .box_login .ctn_logo,
.capvisio .box_login .ctn_logo,
.cockpit .box_login .ctn_logo,
.laurea .box_login .ctn_logo,
.codisplay .box_login .ctn_logo,
.bigroup  .box_login .ctn_logo,
.vistacom .box_login .ctn_logo,
.visualtechnology .box_login .ctn_logo{
	width:300px;
	height: 105px;
	padding-top: 0;
	margin-top:15px;
}

.cameleon .box_login .main_logo,
.oci .box_login .main_logo,
.fvs .box_login .main_logo,
.cockpit .box_login .main_logo,
.whynotretail .box_login .main_logo,
.capvisio .box_login .main_logo,
.laurea .box_login .main_logo,
.codisplay .box_login .main_logo,
.bigroup .box_login .main_logo,
.vistacom .box_login .main_logo,
.visualtechnology .box_login .main_logo{
	background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
}

.cameleon .box_login .top_form,
.oci .box_login .top_form,
.fvs .box_login .top_form,
.whynotretail .box_login .top_form,
.capvisio .box_login .top_form,
.cockpit .box_login .top_form,
.laurea .box_login .top_form,
.codisplay .box_login .top_form,
.bigroup .box_login .top_form,
.vistacom .box_login .top_form,
.visualtechnology .box_login .top_form{
	margin-top:15px;
}


.cameleon .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_cameleon.png);
}

.oci .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_oci.png);
}

.fvs .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_fvs.png);
}

.whynotretail .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_whynotretail.png);
}

.capvisio .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_capvisio.png);
}

.cockpit .box_login .main_logo, .codisplay .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_cockpit.png);
}

.laurea .box_login .main_logo{
	background-image: url(/_img/partners/logo_weezago_partners_laurea.png);
}

.bigroup .box_login .main_logo{
    background-image: url(/_img/partners/logo_weezago_partners_bigroup.png);
}

.vistacom .box_login .main_logo{
    background-image: url(/_img/partners/logo_weezago_partners_vistacom.png);
}

.visualtechnology .box_login .main_logo{
    background-image: url(/_img/partners/logo_weezago_partners_visualtechnology.png);
}

.divider{
    text-align: center;
    margin: 7px auto;
    position: relative;
    font-size: 12px;
    width: 275px;
}
.divider::before,
.divider::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background: #ccc;
}
.divider::before{ left: 0; }
.divider::after{ right: 0; }
.divider span{
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	color: #777;
}


.google-button{
	background: #fff;
	color: #68767e;
	border: 1px solid #ccc;
	font-weight: bold;
	border-radius: 12px;
	font-size: 16px;
	cursor: pointer;
	padding: 12px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 275px;
	margin:auto;
	font-family: 'w_roboto', sans-serif !important;
	transition: all 0.2s ease;
}
.google-button img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.google-button:hover{
	background: #f8f8f8;
	border-color: #bbb;
}

.div_error{
	background-color:#555;
	padding: 3px 10px;
	border-radius: 5px;
}


.ui-button{
	display: block;
}

.password-wrapper{
	position: relative;
	width: 100%;
	margin: auto;
}

.password-wrapper input{
	text-align: center;
}

.toggle-password{
	position: absolute;
    top: 43%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: -37px;
}

.weezago .powered{
		display: none;
	}

.cameleon .powered,
.oci .powered,
.fvs .powered,
.whynotretail .powered,
.capvisio .powered,
.cockpit .powered,
.laurea .powered,
.codisplay .powered,
.bigroup .powered,
.vistacom .powered,
.visualtechnology .powered{
	width:200px;
	height: 100px;
	background-image: url(/_img/svg/Powered-by-W.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-top: 10px;
}


/* media queries for responsive design */
@media (max-width: 600px){
	.box_login{
		width: 90%;
		height: auto;
		padding: 20px;
	}
	.ctn_logo{
		margin: 0 auto;
		width:80%;
		max-width: 300px;
		padding-top: 20px;
	}
	.box_login .main_logo{
		background-size: contain;
		width: 100%;
		height: 100px;
		margin: 0 auto;
	}

	.cameleon .box_login .ctn_logo,
	.oci .box_login .ctn_logo,
	.fvs .box_login .ctn_logo,
	.whynotretail .box_login .ctn_logo,
	.capvisio .box_login .ctn_logo,
	.cockpit .box_login .ctn_logo,
	.laurea .box_login .ctn_logo,
	.codisplay .box_login .ctn_logo,
    .bigroup .box_login .ctn_logo,
    .vistacom .box_login .ctn_logo,
    .visualtechnology .box_login .ctn_logo{
		width: 80%;
	}

	body, .main{
		min-width:unset;
	}
	.title_login{
		display: none;
	}

	.pos_l{
		width: 100%;
	}

	.box_login .linput, #fpass_email{
		width: 100% !important;
		margin-bottom: 10px !important;
		box-sizing: border-box;
		height:44px;
	}
	#password{
		box-sizing: border-box;
		width: 100% !important;
	}
	.copyright{
		width: 100%;
		font-size: 0.9em;
	}

	.btn_login{
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}
	.google-button{
		width: 100%;
		margin-top: 6px;
		font-size: 16px;
	}
	#serv_login{
		height:auto;
	}


	.main .ctn{
    	margin-top: 80px !important;
	}

	.div_error{
		margin: auto !important;
		padding:10px 0 !important;
		margin-top: unset;
		width: 96% !important;
		position:absolute;
		top: 40px;
		left: 2%;
		font-size: 12px;
	}

	.main .menu{
		height: 60px !important;
	}

	.toggle-password{
		margin-left:-32px;
	}

}