<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.login_form_title {
	margin-bottom: 0!important;
}
.newLogin_message {
	text-align: center;
}
.newLogin_message p {
	display: inline-block;
	text-align: left;
	margin-bottom: 0!important;
}
.newLogin_message h2 {
	margin: 0.8rem auto;
	width: 300px;
}
.newLogin_tel, .newLogin_message a {
	display: block;
}
.newLogin_tel {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.newLogin_message a {
	background-color: #cbb47d;
	color: #411f06;
	padding: 10px 15px;
	text-decoration: none;
}
.newLogin_message a:hover {
	background-color: #ece8d0;
}
#wpmem_login, #wpmem_restricted_msg, .wpmem_msg {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: flex-start;
}
#wpmem_restricted_msg, .wpmem_msg {
	margin-bottom: 0;
	padding: 0;
}
#wpmem_restricted_msg h1 {
	margin-top: 0;
}
#wpmem_login {
	padding-bottom: 4rem;
	height: 100vh;
}
#wpmem_login &gt; form {
	background-color: #ece8d0;
	padding: 1rem;
}
#wpmem_login &gt; form &gt; fieldset {
	border: none;
}
#wpmem_login &gt; form &gt; fieldset &gt; legend {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1rem;
}
#wpmem_login &gt; form, #wpmem_login &gt; form &gt; fieldset {
	border-radius: 10px;
}
.entry-content input[type="submit"], .item-description input[type="submit"] {
	background-color: #753c10;
}
.entry-content input[type="submit"]:hover, .item-description input[type="submit"]:hover {
	background-color: #a77807;
}
.div_text &gt; #log, .div_text &gt; #pwd {
	width: 300px;
}
.button_div #rememberme, .button_div label {
	display: none;
}
.button_div &gt; .buttons {
	display: block;
	margin: 0 auto;
}</pre></body></html>