body{
	background: #f3f4f5;
}
.language-switcher{
	display: none;
}
#login {
	position: relative;
	padding: 11% 0 0 0;
}
#login::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	height: 160px;
	background-image: url(../../images/login/logo.png);
	background-repeat: no-repeat;
	background-position: 40% 0;
	background-size: auto;
}
.interim-login #login::before{
	display: none;
}
#login h1,
#login .privacy-policy-page-link {
	display: none;
}

#login form {
	overflow: inherit;
	position: relative;
	padding-bottom: 65px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}



#login #nav {
	text-align: center;
}
#login #nav a {
	color: #000000;
	text-decoration: underline;
}
#login #nav a:hover {
	text-decoration: none;
}

#login #backtoblog {
	padding: 0;
	position: relative;
	margin-top: 30px;
}
#login #backtoblog a {
	width: 100%;
	height: 50px;
	display: flex;
}
#login #backtoblog a::before {
	content: 'Retourner sur le site';
	display: flex;
	position: absolute;
	top: 0;
	width: 320px;
	height: 50px;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	justify-content: center;
	align-items: center;
	color: #202831;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	transition: all 0.35s;
}
#login #backtoblog a::after {
	content: "\f340";
	font: normal 19px/1 dashicons;
	color: #202831;
	left: 60px;
	position: absolute;
	display: flex;
	height: 100%;
	align-items: center;
	transition: all 0.35s;
}
#login #backtoblog a:hover::before {
	color: #fff;
	background: #202831;
}
#login #backtoblog a:hover::after {
	color: #fff;
}


@media screen and (min-width: 650px) and (max-width: 1200px) {
	#login {padding: 20% 0 0 0;}
}

@media screen and (min-width: 420px) and (max-width: 650px) {
	#login {padding: 30% 0 0 0;}
}

@media screen and (min-width: 250px) and (max-width: 420px) {
	#login {padding: 40% 0 0 0;}
}

/** Adaptation Extranet **/
body.login .login-footer-info{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
body.login .login-footer-info a.back-to-site{
	width:auto;
	justify-content: center;
	padding: 0 40px 0px 20px;
}
body.login .login-footer-info a.back-to-site:after {
	right:15px;
}
body.login .login-footer-info a.mailto{
	margin-left: 5px;
}