/*!
 * ORION MU — Forgot Password Premium V1
 * Extends auth shell; scoped under .orion-auth-page--forgotpassword
 */
@import url('orion-auth.css');

.orion-auth-page--forgotpassword .orion-auth-hero.orion-hero-strip {
	padding: 44px 0 52px;
}

.orion-auth-page--forgotpassword .orion-auth-wrap {
	max-width: 560px;
}

.orion-auth-page--forgotpassword .orion-auth-card__inner {
	padding: 32px 28px 36px;
}

.orion-auth-page--forgotpassword .orion-forgotpassword-intro {
	margin: 0 0 22px;
	color: var(--orion-muted);
	font-size: .9rem;
	line-height: 1.65;
}

.orion-auth-page--forgotpassword .orion-forgotpassword-footer-cta h3 {
	color: var(--orion-gold-hi);
	text-transform: uppercase;
	letter-spacing: .08em;
}
