/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 15:50:04 */
body {
	background: #4b6cb7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-image: url('https://community.explostack.com/wp-content/uploads/2025/07/login-bg-1-1.jpg');
	background-size: cover;
}
.login #nav a {
	color: #fff !important;
}
#backtoblog {
	display: none;
}
.login .message,
.login .notice,
.login .success {
	border-radius: 4px;
	border-width: 0;
	background-color: oklch(0.97 0.014 254.604);
	color: oklch(0.488 0.243 264.376);
}
.login .success {
	background-color: oklch(0.982 0.018 155.826);
	color: oklch(0.448 0.119 151.328);
}

.login .notice-error {
	background-color: oklch(0.971 0.013 17.38);
	color: oklch(0.444 0.177 26.899);
}
p#nav {
	text-align: center;
}

.login form {
/* 	padding: 0; */
	background-color: rgb(24 40 72 / 25%);
	backdrop-filter: blur(10px);
	border: none;
	box-shadow: none;
	border-radius: 4px;

	.input,
	input[type=checkbox],
	input[type=text] {
		background: color-mix(in oklab, #fff 5%, transparent);
		color: #fff;
		font-size: 18px;
		padding: 6px 12px;
		min-height: 0;
		line-height: 1;
	}

	label {
		color: #fff;
	}

	.submit {
		clear: both;
	}
	input#wp-submit {
		float: none;
		margin-top: 16px;
		width: 100%;
		border-radius: 4px;
		background-color: oklch(0.511 0.262 276.966);
		border: none;
		min-height: 0;
	}

	#reg_passmail,
	.indicator-hint {
		color: #fff;
	}
}