/* 로그인/비밀번호 변경 페이지 */
html,
body {
	width: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	background: #f3f4f6;
	font-family: "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
	color: #111827;
}

.page-auth .login-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	width: min(100%, calc(100vw - 32px));
	max-width: min(420px, calc(100vw - 32px));
	box-sizing: border-box;
	overflow: hidden;
}

.page-auth {
	width: 100%;
	min-height: 100vh;
	max-width: 100vw;
	padding: 20px;
	box-sizing: border-box;
	overflow-x: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-auth * {
	box-sizing: border-box;
}

.page-auth .login-header {
	text-align: center;
	padding: 32px 32px 0;
}

.page-auth .login-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f0fdf4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.page-auth .login-icon .fas {
	color: #16a34a;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

.page-auth .login-icon .fa-leaf::before {
	content: "CF";
	font-size: 22px;
	letter-spacing: 0;
}

.page-auth .login-icon .fa-key::before {
	content: "KEY";
	font-size: 18px;
	letter-spacing: 0;
}

.page-auth .login-icon .text-blue-600 {
	color: #2563eb;
}

.page-auth h1 {
	margin: 12px 0 0;
	color: #1f2937;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
}

.page-auth p {
	margin: 4px 0 0;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
}

.page-auth .login-body {
	padding: 24px 32px 32px;
}

.page-auth .form-group {
	margin-bottom: 16px;
}

.page-auth .form-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	color: #111827;
}

.page-auth .relative {
	position: relative;
}

.page-auth .absolute {
	position: absolute;
	font-style: normal;
	font-weight: 800;
	width: 16px;
	text-align: center;
}

.page-auth .fa-envelope::before {
	content: "@";
}

.page-auth .fa-lock::before {
	content: "*";
}

.page-auth .fa-sign-in-alt::before {
	content: ">";
	font-weight: 900;
}

.page-auth .fa-check::before {
	content: "OK";
	font-size: 12px;
	font-weight: 900;
}

.page-auth .left-3 {
	left: 12px;
}

.page-auth .top-1\/2 {
	top: 50%;
}

.page-auth .-translate-y-1\/2 {
	transform: translateY(-50%);
}

.page-auth .form-control {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	font-size: 15px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.page-auth .form-control:focus {
	border-color: #16a34a;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, .14);
}

.page-auth .form-control.pl-10 {
	padding-left: 40px;
}

.page-auth .flex {
	display: flex;
}

.page-auth .items-center {
	align-items: center;
}

.page-auth .justify-between {
	justify-content: space-between;
}

.page-auth .justify-center {
	justify-content: center;
}

.page-auth .gap-2 {
	gap: 8px;
}

.page-auth .mb-3 {
	margin-bottom: 12px;
}

.page-auth .text-sm {
	font-size: 14px;
}

.page-auth .text-xl {
	font-size: 20px;
}

.page-auth .text-3xl {
	font-size: 30px;
}

.page-auth .font-bold {
	font-weight: 800;
}

.page-auth .text-gray-800 {
	color: #1f2937;
}

.page-auth .text-gray-500 {
	color: #6b7280;
}

.page-auth .text-gray-600 {
	color: #4b5563;
}

.page-auth .text-gray-400 {
	color: #9ca3af;
}

.page-auth .text-green-600 {
	color: #16a34a;
}

.page-auth .text-blue-600 {
	color: #2563eb;
}

.page-auth .mt-1 {
	margin-top: 4px;
}

.page-auth .mt-2 {
	margin-top: 8px;
}

.page-auth .mt-3 {
	margin-top: 12px;
}

.page-auth .text-red-500 {
	color: #ef4444;
}

.page-auth .cursor-pointer {
	cursor: pointer;
}

.page-auth .select-none {
	user-select: none;
}

.page-auth .w-full {
	width: 100%;
}

.page-auth .py-3 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-auth .h-1 {
	height: 4px;
}

.page-auth .h-full {
	height: 100%;
}

.page-auth .rounded {
	border-radius: 999px;
}

.page-auth .bg-gray-200 {
	background: #e5e7eb;
}

.page-auth .transition-all {
	transition: all .2s ease;
}

.page-auth .btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 15px;
}

.page-auth .btn-primary {
	background: #15803d;
	color: #fff;
	box-shadow: 0 8px 18px rgba(21, 128, 61, .22);
}

.page-auth .btn-primary:hover,
.page-auth .btn-primary:focus {
	background: #166534;
}

.page-auth .btn:disabled {
	opacity: .7;
	cursor: progress;
}

@media (max-width: 480px) {
	.page-auth {
		min-height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px;
	}

	.page-auth .login-card {
		border-radius: 10px;
		max-width: 100%;
	}

	.page-auth .login-header {
		padding: 28px 24px 0;
	}

	.page-auth .login-body {
		padding: 22px 24px 28px;
	}
}
