/**
	member skin css
*/

.jn-login-2026 {
	min-height:calc(100vh - 130px);
	padding:82px 20px 118px;
	background:#fff;
	color:#111;
}

.jn-login-2026 *,
.jn-login-2026 *::before,
.jn-login-2026 *::after {
	box-sizing:border-box;
}

.jn-login-2026__inner {
	width:400px;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

.jn-login-2026__title {
	margin:0;
	color:#000;
	font-size:54px;
	font-weight:900;
	line-height:1;
	letter-spacing:0;
}

.jn-login-2026__rule {
	width:100%;
	height:3px;
	/* background:#111; */
}
.jn-login-2026__social-rule {
	width:100%;
	height:1px;
	background:#cfcfcf;
}


.jn-login-2026__rule {
	margin:31px 0 48px;
}

.jn-login-2026__form {
	margin:0;
}

.jn-login-2026__fields {
	display:grid;
	gap:11px;
	margin:0;
}

.jn-login-2026__input {
	display:block;
	width:100%;
	height:42px;
	margin:0;
	padding:0 13px;
	border:1px solid #e7e7e7;
	border-radius:0;
	background:#fff;
	color:#111;
	font-size:14px;
	font-weight:400;
	line-height:42px;
	letter-spacing:0;
	outline:none;
	box-shadow:none;
}

.jn-login-2026__input::placeholder {
	color:#b9b9b9;
	opacity:1;
}

.jn-login-2026__input:focus {
	border-color:#111;
}

.jn-login-2026__options {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:9px 0 61px;
	color:#000;
	font-size:14px;
	font-weight:700;
	line-height:1.4;
}

.jn-login-2026__save {
	display:inline-flex;
	align-items:center;
	gap:5px;
	margin:0;
	cursor:pointer;
}

.jn-login-2026__save input {
	width:13px;
	height:13px;
	margin:0;
	border:1px solid #111;
	accent-color:#111;
}

.jn-login-2026__find {
	color:#000;
	text-decoration:none;
}

.jn-login-2026__find:hover {
	color:#000;
	text-decoration:underline;
}

.jn-login-2026__actions {
	display:grid;
	gap:12px;
}

.jn-login-2026__submit,
.jn-login-2026__join {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:41px;
	border-radius:0;
	font-size:15px;
	font-weight:700;
	line-height:1;
	letter-spacing:0;
	text-decoration:none;
}

.jn-login-2026__submit {
	border:1px solid #000;
	background:#000;
	color:#fff;
}

.jn-login-2026__submit:hover,
.jn-login-2026__submit:focus {
	background:#222;
	color:#fff;
}

.jn-login-2026__join {
	border:1px solid #e2e2e2;
	background:#fff;
	color:#000;
}

.jn-login-2026__join:hover,
.jn-login-2026__join:focus {
	border-color:#111;
	color:#000;
}

.jn-login-2026__social-wrap {
	margin-top:48px;
}

.jn-login-2026__social-rule {
	margin-bottom:18px;
}

.jn-login-2026__social-title {
	margin:0 0 16px;
	color:#000;
	font-size:14px;
	font-weight:500;
	line-height:1.3;
	letter-spacing:0;
}

.jn-login-2026__social-list {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
}

.jn-login-2026__social-link {
	display:inline-flex;
	width:40px;
	height:40px;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	overflow:hidden;
	text-decoration:none;
}

.jn-login-2026__social-link img {
	display:block;
	width:40px;
	height:40px;
	object-fit:cover;
}

.jn-login-2026 .alert {
	width:100%;
	margin:0 0 20px;
	text-align:left;
	font-size:14px;
}

@media (max-width: 767px) {
	.jn-login-2026 {
		min-height:auto;
		padding:56px 20px 86px;
	}

	.jn-login-2026__inner {
		width:100%;
		max-width:400px;
	}

	.jn-login-2026__title {
		font-size:46px;
	}

	.jn-login-2026__rule {
		margin:26px 0 39px;
	}

	.jn-login-2026__options {
		margin-bottom:50px;
	}
}
