.po-portal {
	max-width: 860px;
	margin: 48px auto;
	font-size: 16px;
	color: #1f2933;
}

.po-portal h2 {
	font-size: 22px;
	margin-bottom: 4px;
}

.po-portal a {
	color: #1a1f29;
	text-decoration: underline;
}

/* ---- Cabeçalho de marca (login e área logada) ---- */

.po-marca-topo {
	text-align: center;
	margin-bottom: 24px;
}

.po-marca-icone {
	display: inline-block;
	font-size: 34px;
	margin-bottom: 8px;
}

.po-marca-nome {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #1a1f29;
}

.po-marca-subtitulo {
	font-size: 14px;
	color: #6b7688;
	margin: 4px 0 0;
}

/* ---- Card de login ---- */

.po-portal-login {
	max-width: 400px;
	background: #ffffff;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	padding: 40px 32px 28px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.po-login-erro {
	background: #fdecec;
	border: 1px solid #f4b8b8;
	color: #9c2b2b;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	margin: 0 0 16px;
}

.po-portal-login form {
	border-top: 1px solid #edeef1;
	padding-top: 20px;
}

.po-portal-login form p {
	margin: 16px 0;
}

.po-portal-login label {
	display: block;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 7px;
	color: #6b7688;
}

.po-portal-login input[type="text"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d7dbe1;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
	background: #fff;
}

.po-portal-login input[type="text"]:focus {
	outline: none;
	border-color: #1a1f29;
	box-shadow: 0 0 0 3px rgba(26, 31, 41, 0.08);
}

.po-btn-entrar {
	width: 100%;
	background: #14161a;
	color: #fff;
	border: none;
	padding: 13px 22px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.po-btn-entrar:hover {
	background: #2a2e37;
}

.po-marca-rodape {
	text-align: center;
	font-size: 12px;
	color: #9aa3b2;
	border-top: 1px solid #edeef1;
	margin: 20px 0 0;
	padding-top: 16px;
}

/* ---- Topo da área do cliente (saudação + sair) ---- */

.po-topo-cliente {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	border-bottom: 1px solid #e2e5e9;
	padding-bottom: 16px;
	margin: 12px 0 24px;
}

.po-topo-cliente h2 {
	margin: 0;
}

.po-link-sair {
	color: #9c2b2b !important;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none !important;
}
