.reg-log {
	overflow-x: hidden;
	overflow-y: auto;
}

.reg-log__bg-wrap {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	pointer-events: none;
}

.reg-log .container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 40px 24px 72px;
	box-sizing: border-box;
}

.reg-log .login {
	align-items: flex-start;
}

.reg-log__logo {
	padding-top: 0;
	margin: 0 auto clamp(40px, 6vh, 96px);
}

.reg-log .method-content {
	min-height: 274px;
}

.reg-log .not-registered {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
}

.reg-log .not-registered__title,
.reg-log .not-registered__btn {
	font-size: 13px;
	line-height: 150%;
}

.reg-log .not-registered__title {
	margin: 0;
	font-weight: 500;
}

.reg-log .not-registered__btn {
	display: inline;
	width: auto;
	color: var(--Brand-Orange, #f39869);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.reg-log .not-registered__btn:hover {
	color: var(--Brand-Purple, #b9a1c5);
}

.reg-log .not-registered_notice .not-registered__title {
	font-weight: 600;
}

.reg-log__copyright {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	margin: 0;
	padding-bottom: 0;
}

@media (max-width: 680px) {
	.reg-log {
		overflow: visible;
	}

	.reg-log__bg-wrap {
		position: absolute;
		height: 100%;
		min-height: 100%;
	}

	.reg-log .container {
		min-height: 100vh;
		padding: 32px 16px 0;
	}

	.reg-log .login {
		align-items: center;
		flex-direction: column-reverse;
		gap: 51px;
	}

	.reg-log .login__info {
		width: 100%;
	}

	.reg-log .login__info-title {
		font-size: 21px;
		margin-bottom: 0;
		text-align: center;
	}

	.reg-log .login__info-list {
		display: none;
	}

	.reg-log .login__block {
		max-width: 336px;
		width: 100%;
		margin: 0;
	}

	.reg-log .method-content {
		min-height: 0;
	}

	.reg-log__copyright {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		margin: 50px auto 0;
	}
}
