/**
 * Page de connexion WordPress — thème Famille Luciano (lisible, moins « par défaut »)
 */

body.login {
	background: #0e0600;
	background-image: repeating-linear-gradient(
			0deg,
			transparent,
			transparent 28px,
			rgba(100, 60, 10, 0.04) 28px,
			rgba(100, 60, 10, 0.04) 29px
		),
		repeating-linear-gradient(
			90deg,
			transparent,
			transparent 28px,
			rgba(100, 60, 10, 0.03) 28px,
			rgba(100, 60, 10, 0.03) 29px
		);
	font-family: "Crimson Text", Georgia, serif;
	color: #e0c890;
}

body.login #login h1 a {
	background-size: contain;
	width: 100%;
	max-width: 280px;
	height: 64px;
	margin: 0 auto 24px;
}

body.login #loginform,
body.login #lostpasswordform,
body.login #registerform {
	background: linear-gradient(160deg, #1a0a00, #0e0600);
	border: 1.5px solid rgba(200, 160, 30, 0.35);
	border-radius: 2px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
	padding: 24px 22px 18px;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="password"] {
	background: #1a1008;
	border: 1px solid rgba(200, 160, 30, 0.35);
	color: #e0c890;
	border-radius: 2px;
	font-size: 16px;
}

body.login form .input:focus,
body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
	border-color: #c8a020;
	box-shadow: 0 0 0 1px rgba(200, 160, 30, 0.25);
	outline: none;
}

body.login label {
	color: #c8a020;
	font-family: "Cinzel", serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.login .wp-submit {
	width: 100%;
	height: auto;
	padding: 12px 20px;
	font-family: "Cinzel", serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: linear-gradient(160deg, #2a1400, #1a0900) !important;
	border: 1.5px solid #c8a020 !important;
	color: #e8c040 !important;
	border-radius: 2px;
	text-shadow: none;
	box-shadow: none;
}

body.login .wp-submit:hover {
	filter: brightness(1.12);
}

body.login #nav a,
body.login #backtoblog a {
	color: #e8c040;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
	color: #f5e090;
}

body.login .message,
body.login #login_error {
	background: rgba(200, 160, 30, 0.08);
	border-left: 4px solid #c8a020;
	color: #e0c890;
	box-shadow: none;
}

body.login #login_error {
	border-left-color: #aa4444;
	background: rgba(90, 30, 30, 0.25);
}
