/* Custom Login Form Styles */
.login-action-login {
	display: flex;
	background-image: url('/wp-content/uploads/2025/10/cityscape-at-sunset-over-water.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.login-action-login::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ececec;
	z-index: 2;
	pointer-events: none;
	opacity: 0.95;
}
#login {
	z-index: 2;
	width: 344px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
#wp-submit {
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 10px;
}
#login h1 a {
	height: 80px;
	width: 200px;
	display: block;
	margin: 0 auto 20px;
}

.login form {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
}

.login input[type="text"], .login input[type="password"] {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.login input[type="submit"] {
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.language-switcher {
	display: none;
}