/* Wachtwoord-reset scherm — statische opmaak verplaatst uit
   templates/site/paginas/pwreset.php (was inline style="...").
   PHP-afhankelijke inline styles ($label/$invoer) blijven in de template. */

.pwreset-wrap { max-width: 440px; }

.pwreset-kaart {
	background: #fff;
	border: 1px solid var(--rand);
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(12, 74, 110, .08);
}

.pwreset-titel { margin-top: 0; }

.pwreset-melding {
	border-radius: 8px;
	padding: 10px 14px;
}

.pwreset-melding-fout {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
}

.pwreset-melding-ok {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #166534;
}

.pwreset-subtitel { font-size: 14px; }

.pwreset-subtitel-center {
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
}

.pwreset-actie {
	text-align: center;
	margin-top: 16px;
}

.pwreset-actie-knop { font-weight: 600; }

.pwreset-veld {
	display: block;
	margin-bottom: 14px;
}

.pwreset-veld-ruim {
	display: block;
	margin-bottom: 18px;
}

.pwreset-verstuur {
	width: 100%;
	border: 0;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
}
