.nafp-form-wrap {
	max-width: 420px;
	margin: 3rem auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.06);
	padding: 2.25rem 2rem;
}
.nafp-form-wrap h2 {
	margin: 0 0 1.5rem;
	text-align: center;
	font-size: 1.5rem;
}
.nafp-login-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 1rem;
	background: #eaf2fa;
	color: #2271b1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
.nafp-form-wrap label {
	display: block;
	margin-bottom: 1.1rem;
	font-weight: 600;
	font-size: 0.9rem;
	color: #333;
}
.nafp-form-wrap input[type=text],
.nafp-form-wrap input[type=email],
.nafp-form-wrap input[type=tel],
.nafp-form-wrap input[type=password],
.nafp-form-wrap input[type=date],
.nafp-form-wrap textarea {
	display: block;
	width: 100%;
	margin-top: 0.4rem;
	padding: 0.65rem 0.75rem;
	font-weight: normal;
	font-size: 1rem;
	border: 1px solid #d4d4d4;
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.15s ease;
}
.nafp-form-wrap input:focus,
.nafp-form-wrap textarea:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34,113,177,0.12);
}
.nafp-form-wrap button[type=submit],
.nafp-form-wrap .button-primary {
	display: block;
	width: 100%;
	padding: 0.75rem 1rem;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}
.nafp-form-wrap button[type=submit]:hover,
.nafp-form-wrap .button-primary:hover {
	background: #185a8c;
}
.nafp-form-footer {
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #555;
}
.nafp-form-footer a { color: #2271b1; font-weight: 600; text-decoration: none; }
.nafp-form-footer a:hover { text-decoration: underline; }

.nafp-notice { padding: 0.75rem 1rem; margin-bottom: 1.25rem; border-radius: 6px; font-size: 0.9rem; }
.nafp-notice.nafp-error { background: #fbeaea; color: #a00; border: 1px solid #e5b3b3; }
.nafp-notice.nafp-success { background: #eaf7ea; color: #256029; border: 1px solid #b3e0b3; }

.nafp-terms-content { max-height: 300px; overflow-y: auto; border: 1px solid #ddd; border-radius: 6px; padding: 1rem; margin-bottom: 1.25rem; font-size: 0.92rem; }

.nafp-dashboard { max-width: 800px; margin: 2rem auto; }
.nafp-card { border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.25rem 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.nafp-card h3 { margin-top: 0; }

@media (max-width: 480px) {
	.nafp-form-wrap { margin: 1.25rem 1rem; padding: 1.5rem 1.25rem; }
}
