/*
    LOGIN
    Styles spécifiques à l'écran de connexion
*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap');

body.login {
	font-family: 'Ubuntu', sans-serif;
	color: #004435;
}
body.login h1 a {
	width: 83px;
	height: 87px;
	margin: 0 auto 25px;
	padding: 0;
	background-image: url('../img/logo.svg');
	background-size: 83px 87px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
body.login p.submit .button-primary {
	width: 100%;
	float: none;
	background: #72F5BB;
	border-color: #72F5BB;
	font-weight: 700;
	font-size: 18px;
	color: #004435;
}
body.login .wp-pwd .button-secondary {
	color: #004435;
}
body.login form .forgetmenot, body.login #backtoblog, .privacy-policy-page-link {
	display: none !important;
}
body.login input[type=email]:focus, body.login input[type=text]:focus, body.login input[type=password]:focus, body.login input#rememberme:focus {
	border-color: #004435;
	box-shadow: 0 0 0 1px #004435;
}
body.login #backtoblog a:hover, body.login #nav a:hover, body.login h1 a:hover {
	color: #004435;
}
body.login #nav {
	padding: 0;
	text-align: right;
	font-size: 12px;
}
body.login #nav a {
	text-decoration: underline;
	color: #004435;
}
body.login #nav a:hover {
	text-decoration: none;
}