/* ============================================
   Le Guide – wp-login.php (login.css)
   ============================================ */

body.login {
	background: radial-gradient(
		1200px circle at 20% 10%,
		#ffffff 0%,
		#eef3ff 40%,
		#e9f7ef 100%
	);
}
.login form {
width: 400px !important;
}
/* Make sure login wrapper is normal */
body.login #login {
  display: block !important;
  width: 400px;
  margin: 10vh auto 0;
}

/* Center the logo container */
body.login #login h1 {
  text-align: center !important;
  margin: 0 0 24px !important;
}

/* Center the logo itself */
body.login #login h1 a {
  display: block !important;
  margin: 0 auto !important;
  width: 220px !important;   /* controls logo visual width */
  height: 90px !important;

  background: url("https://leguide.media/wp-content/uploads/2025/10/logo-leguide-fulltoolbox.webp")
              center / contain no-repeat !important;

  text-indent: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Form card */
body.login #loginform,
body.login #lostpasswordform,
body.login #registerform {
	background: #ffffff;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.08);
}

/* Language switcher */
body.login #language-switcher {
	display: none;
}