body {
	display: flex;
	grid-template-rows: none;
	align-items: center;
	justify-content: center;
	overflow: auto;
	background: #f5f5f5;
}

.login-box {
	width: 380px;
	padding: 32px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.login-header {
	text-align: center;
	margin-bottom: 24px;
}

.login-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	margin-bottom: 4px;
}

.login-logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.login-instalacion {
	font-size: 15px;
	font-weight: 600;
	color: #555;
	margin-bottom: 8px;
}

.login-subtitle {
	font-size: 13px;
	color: #888;
}

.login-submit-button {
	margin-top: 8px;
}

.login-footer {
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
}

.login-footer a {
	color: #aaa;
	text-decoration: none;
}

.login-footer a:hover {
	color: #666;
	text-decoration: underline;
}

.login-version {
	margin-top: 4px;
	color: #bbb;
	font-size: 10px;
}
