/* Forgot-password page polish. Layout/form shared rules live in styles.css. */
[data-page-id='login-login-reset-password'] .pf-v5-c-login__main-header {
	margin-bottom: 1.75rem;
}

[data-page-id='login-login-reset-password'] .pf-v5-c-login__main-header::after {
	content: "Enter your email and we'll send you reset instructions";
}

html[lang='es']
	[data-page-id='login-login-reset-password']
	.pf-v5-c-login__main-header::after {
	content: 'Ingresa tu correo y te enviaremos instrucciones';
}

#kc-reset-password-form .pf-v5-c-form__label-text {
	font-size: 0;
}

#kc-reset-password-form .pf-v5-c-form__label-text::before {
	content: 'Email Address';
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--auth-label);
}

html[lang='es'] #kc-reset-password-form .pf-v5-c-form__label-text::before {
	content: 'Correo electrónico';
}

#kc-reset-password-form .pf-v5-c-form__label-text::after {
	content: ' *';
	font-size: 0.875rem;
	color: var(--error);
}

#kc-reset-password-form .pf-v5-c-button.pf-m-secondary {
	height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

#kc-reset-password-form .pf-v5-c-button.pf-m-secondary::after {
	border: 0;
}

[data-page-id='login-login-reset-password'] #kc-info {
	display: none;
}
