﻿/* 로그인/비밀번호 변경 페이지 */
.page-auth .login-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	width: 100%;
	max-width: 420px;
	overflow: hidden;
}

.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-body {
	padding: 24px 32px 32px;
}

.page-auth .form-control {
	padding: 10px 12px;
}

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