.slas-form {
	max-width: 420px;
	margin: 1rem auto;
	padding: 1rem 1.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
}

.slas-field {
	margin-bottom: 0.75rem;
}

.slas-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.slas-field input[type="text"],
.slas-field input[type="email"],
.slas-field input[type="password"] {
	width: 100%;
	padding: 0.5rem 0.6rem;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #f8fafc;
}

.slas-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.75rem;
}

.slas-button {
	background: #2563eb;
	color: #ffffff !important;
	border: none;
	padding: 0.55rem 0.9rem;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
}

.slas-button:hover {
	background: #1d4ed8;
}

.slas-notice {
	max-width: 640px;
	margin: 0.5rem auto 1rem;
	padding: 0.75rem 1rem;
	border-radius: 6px;
}

.slas-notice ul {
	margin: 0;
	padding-left: 1.2rem;
}

.slas-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #7f1d1d;
}

.slas-success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #064e3b;
}

.slas-box {
	max-width: 420px;
	margin: 1rem auto;
	padding: 1rem 1.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
}


