.fxpip-auth-page .fxpip-auth-main {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 12% 14%, rgba(54, 212, 129, 0.12), transparent 31rem),
		radial-gradient(circle at 91% 76%, rgba(255, 112, 8, 0.1), transparent 30rem),
		var(--fx-bg);
}

.fxpip-auth-page .fxpip-auth-main::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background-image:
		linear-gradient(rgba(102, 147, 125, 0.075) 1px, transparent 1px),
		linear-gradient(90deg, rgba(102, 147, 125, 0.075) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(90deg, #000, transparent 92%);
}

.fxpip-auth-page .fxpip-auth-section {
	position: relative;
	z-index: 1;
	padding: clamp(10px, 1.5vw, 18px) 0 clamp(52px, 6vw, 80px);
}

.fxpip-lost-password-main .fxpip-auth-section {
	padding-top: clamp(10px, 1.5vw, 18px);
}

.fxpip-auth-page .fxpip-auth-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, 0.68fr);
	align-items: center;
	gap: clamp(38px, 5.5vw, 78px);
}

.fxpip-auth-page .fxpip-auth-intro {
	max-width: 790px;
}

.fxpip-auth-page .fxpip-auth-intro h1 {
	max-width: 820px;
	margin: 16px 0 0;
	color: var(--fx-orange);
	font-size: clamp(3.35rem, 6vw, 5.95rem);
	font-weight: 820;
	letter-spacing: -0.075em;
	line-height: 0.91;
}

.fxpip-auth-page .fxpip-auth-intro h1 em {
	display: block;
	color: var(--fx-green);
	font-style: normal;
}

.fxpip-auth-page .fxpip-auth-intro > p:not(.fxpip-eyebrow) {
	max-width: 690px;
	margin: 28px 0 0;
	color: var(--fx-muted);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	line-height: 1.75;
}

.fxpip-auth-page .fxpip-auth-access {
	display: grid;
	max-width: 650px;
	gap: 0;
	margin: 38px 0 0;
	padding: 0;
	border-bottom: 1px solid var(--fx-line);
	list-style: none;
}

.fxpip-auth-page .fxpip-auth-access li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid var(--fx-line);
}

.fxpip-auth-page .fxpip-auth-access li > span {
	color: var(--fx-orange);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.fxpip-auth-page .fxpip-auth-access strong,
.fxpip-auth-page .fxpip-auth-access small {
	display: block;
}

.fxpip-auth-page .fxpip-auth-access strong {
	color: #dce6e1;
	font-size: 0.9rem;
	font-weight: 720;
}

.fxpip-auth-page .fxpip-auth-access small {
	margin-top: 3px;
	color: #809188;
	font-size: 0.74rem;
}

.fxpip-auth-page .fxpip-auth-card {
	position: relative;
	padding: clamp(30px, 4vw, 46px);
	overflow: hidden;
	border: 1px solid rgba(54, 212, 129, 0.28);
	border-radius: 27px;
	background:
		radial-gradient(circle at 100% 0, rgba(54, 212, 129, 0.11), transparent 37%),
		linear-gradient(145deg, rgba(15, 34, 26, 0.99), rgba(5, 15, 11, 0.99));
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.4);
}

.fxpip-auth-page .fxpip-auth-card::after {
	position: absolute;
	right: -105px;
	bottom: -120px;
	width: 280px;
	height: 280px;
	border: 44px solid rgba(255, 112, 8, 0.04);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.fxpip-auth-page .fxpip-auth-card__heading,
.fxpip-auth-page .fxpip-auth-provider,
.fxpip-auth-page .fxpip-auth-card__footer {
	position: relative;
	z-index: 1;
}

.fxpip-auth-page .fxpip-auth-card__heading {
	padding-bottom: 26px;
	border-bottom: 1px solid var(--fx-line);
}

.fxpip-auth-page .fxpip-auth-card__heading > p {
	margin: 0 0 12px;
	color: var(--fx-green-bright);
	font-size: 0.68rem;
	font-weight: 830;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.fxpip-auth-page .fxpip-auth-card__heading h2 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.fxpip-auth-page .fxpip-auth-card__heading > span {
	display: block;
	margin-top: 14px;
	color: #8fa198;
	font-size: 0.82rem;
	line-height: 1.6;
}

.fxpip-auth-page .fxpip-auth-provider {
	margin-top: 26px;
}

.fxpip-lost-password-main .fxpip-auth-intro h1 {
	max-width: 900px;
	font-size: clamp(3.3rem, 5.8vw, 5.8rem);
}

.fxpip-lost-password-main .impu-form-pass-additional-content {
	margin: 0 0 20px !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(54, 212, 129, 0.2) !important;
	border-radius: 11px !important;
	background: rgba(54, 212, 129, 0.055) !important;
	color: #91a49a !important;
	font-size: 0.76rem !important;
	line-height: 1.55 !important;
}

.fxpip-lost-password-main .impu-form-line-fr,
.fxpip-lost-password-main .impu-form-submit {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fxpip-lost-password-main .ihc-login-success {
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 15px !important;
	margin: 0 !important;
	padding: 17px !important;
	border: 1px solid rgba(54, 212, 129, 0.42) !important;
	border-radius: 13px !important;
	background: rgba(54, 212, 129, 0.09) !important;
	box-shadow: none !important;
	color: #d7e7df !important;
	font-size: 0.84rem !important;
	font-weight: 650 !important;
	line-height: 1.55 !important;
	text-align: left !important;
}

.fxpip-lost-password-main .ihc-login-success::before {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(102, 228, 155, 0.55);
	border-radius: 50%;
	background: rgba(102, 228, 155, 0.12);
	color: var(--fx-green-bright);
	content: "\2713";
	font-size: 1.25rem;
	font-weight: 900;
}

.fxpip-lost-password-main.fxpip-reset-confirmed .fxpip-auth-card {
	border-color: rgba(102, 228, 155, 0.48);
}

.fxpip-lost-password-main.fxpip-reset-confirmed .fxpip-auth-card__heading > p {
	color: var(--fx-green-bright);
}

.fxpip-lost-password-main.fxpip-reset-confirmed .fxpip-auth-access li:nth-child(2) {
	background: linear-gradient(90deg, rgba(54, 212, 129, 0.08), transparent);
}

.fxpip-lost-password-main.fxpip-reset-confirmed .fxpip-auth-access li:nth-child(2) > span,
.fxpip-lost-password-main.fxpip-reset-confirmed .fxpip-auth-access li:nth-child(2) strong {
	color: var(--fx-green-bright);
}

.fxpip-register-main .fxpip-auth-grid {
	grid-template-columns: minmax(320px, 0.62fr) minmax(560px, 0.95fr);
	align-items: start;
	gap: clamp(40px, 6vw, 88px);
}

.fxpip-register-main .fxpip-auth-intro {
	padding-top: 12px;
}

.fxpip-register-main .fxpip-auth-intro h1 {
	font-size: clamp(3.3rem, 5.8vw, 5.8rem);
}

.fxpip-register-main .fxpip-auth-card__heading h2 {
	font-size: clamp(2.15rem, 3.5vw, 3.15rem);
}

.fxpip-register-main .fxpip-auth-provider form,
.fxpip-register-main .fxpip-register-preview-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 18px;
}

.fxpip-register-main .iump-form-line-register,
.fxpip-register-main .fxpip-register-preview-field {
	position: relative;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.fxpip-register-main .iump-form-phone,
.fxpip-register-main .fxpip-register-preview-field--phone,
.fxpip-register-main .iump-submit-form,
.fxpip-register-main .fxpip-register-preview-form > button {
	grid-column: 1 / -1;
}

.fxpip-register-main .iump-submit-form {
	margin: 2px 0 0 !important;
	padding: 0 !important;
}

.fxpip-register-main .iump-labels-register,
.fxpip-register-main .fxpip-register-preview-field > label {
	display: block !important;
	min-height: 31px;
	margin: 0 0 8px !important;
	color: #c9d6cf !important;
	font-size: 0.76rem !important;
	font-weight: 730 !important;
	letter-spacing: 0.025em !important;
	line-height: 1.45 !important;
}

.fxpip-register-main .ihc-required-sign,
.fxpip-register-main .fxpip-register-preview-field label > span {
	color: var(--fx-orange) !important;
}

.fxpip-register-main .ihc-hide-pw {
	display: none !important;
}

.fxpip-register-main .ihc-strength-wrapper {
	width: 100% !important;
	margin: -10px 0 17px !important;
	padding: 0 !important;
}

.fxpip-register-main .ihc-strength {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.fxpip-register-main .ihc-strength .point {
	width: auto !important;
	height: 3px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: rgba(137, 165, 149, 0.2) !important;
}

.fxpip-register-main .ihc-strength-label {
	min-height: 1em;
	margin-top: 5px !important;
	color: #82948a !important;
	font-size: 0.68rem !important;
}

/* Keep the existing UMP / Elementor content inside the redesigned card. */
.fxpip-auth-page .fxpip-auth-provider .elementor,
.fxpip-auth-page .fxpip-auth-provider .elementor-section,
.fxpip-auth-page .fxpip-auth-provider .elementor-container,
.fxpip-auth-page .fxpip-auth-provider .elementor-column,
.fxpip-auth-page .fxpip-auth-provider .elementor-widget-wrap,
.fxpip-auth-page .fxpip-auth-provider .e-con,
.fxpip-auth-page .fxpip-auth-provider .e-con-inner,
.fxpip-auth-page .fxpip-auth-provider .elementor-widget,
.fxpip-auth-page .fxpip-auth-provider .elementor-widget-container,
.fxpip-auth-page .fxpip-auth-provider [class*="ihc-login-template"],
.fxpip-auth-page .fxpip-auth-provider .ihc-login-form-wrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fxpip-auth-page .fxpip-auth-provider .e-con {
	--min-height: 0px !important;
	min-height: 0 !important;
}

/* Remove Elementor's legacy decorative image layer around the live form. */
.fxpip-auth-page .fxpip-auth-provider .e-con::before,
.fxpip-auth-page .fxpip-auth-provider .e-con::after {
	display: none !important;
	content: none !important;
	background: none !important;
}

/* The custom template already supplies its own title and navigation context. */
.fxpip-auth-page .fxpip-auth-provider .elementor-widget-heading,
.fxpip-auth-page .fxpip-auth-provider .elementor-widget-icon-list {
	display: none !important;
}

/*
 * Current Elementor container markup can carry the legacy Register page's
 * cream background, fixed height and duplicate heading into the custom card.
 * Keep the live UMP form, but neutralise that presentation layer.
 */
.fxpip-register-page .fxpip-auth-provider .e-con,
.fxpip-register-page .fxpip-auth-provider .e-con-inner,
.fxpip-register-page .fxpip-auth-provider .elementor-widget,
.fxpip-register-page .fxpip-auth-provider .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fxpip-register-page .fxpip-auth-provider .e-con {
	--min-height: 0px !important;
	min-height: 0 !important;
}

.fxpip-register-page .fxpip-auth-provider .elementor-widget-heading,
.fxpip-register-page .fxpip-auth-provider .elementor-widget-icon-list {
	display: none !important;
}

body.fxpip-register-page .fxpip-register-main .fxpip-auth-provider .ihc-register-5 .iump-labels-register {
	display: block !important;
	margin: 0 0 8px !important;
	color: #c9d6cf !important;
	font-size: 0.76rem !important;
	font-weight: 730 !important;
	letter-spacing: 0.025em !important;
	line-height: 1.45 !important;
}

.fxpip-auth-page .fxpip-auth-provider form,
.fxpip-auth-page .fxpip-auth-preview-form {
	display: grid;
	gap: 0;
	margin: 0;
}

.fxpip-auth-page .fxpip-auth-provider label,
.fxpip-auth-page .fxpip-auth-provider .impu-form-label-fr,
.fxpip-auth-page .fxpip-auth-preview-form > label {
	display: block !important;
	margin: 0 0 8px !important;
	color: #c9d6cf !important;
	font-size: 0.76rem !important;
	font-weight: 730 !important;
	letter-spacing: 0.025em;
}

/* Beat the old Login page's Elementor ID-level !important colour rule. */
body.fxpip-auth-page.fxpip-login-page .fxpip-auth-main .fxpip-auth-card .fxpip-auth-provider .ihc-login-template-13 .impu-form-line-fr .impu-form-label-fr {
	color: #c9d6cf !important;
}

.fxpip-auth-page .fxpip-auth-provider input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.fxpip-auth-page .fxpip-auth-provider select,
.fxpip-auth-page .fxpip-auth-preview-form > input {
	width: 100% !important;
	height: 52px !important;
	margin: 0 0 19px !important;
	padding: 0 15px !important;
	border: 1px solid rgba(137, 165, 149, 0.28) !important;
	border-radius: 12px !important;
	outline: none !important;
	background: rgba(2, 10, 7, 0.72) !important;
	box-shadow: none !important;
	color: var(--fx-white) !important;
	font: inherit !important;
	transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.fxpip-auth-page .fxpip-auth-provider input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.fxpip-auth-page .fxpip-auth-provider select:focus,
.fxpip-auth-page .fxpip-auth-preview-form > input:focus {
	border-color: rgba(54, 212, 129, 0.72) !important;
	box-shadow: 0 0 0 3px rgba(54, 212, 129, 0.1) !important;
}

.fxpip-auth-page .fxpip-auth-provider input[type="checkbox"],
.fxpip-auth-page .fxpip-auth-provider input[type="radio"],
.fxpip-auth-page .fxpip-auth-preview-form input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--fx-green-bright);
}

.fxpip-auth-page .fxpip-auth-provider a,
.fxpip-auth-page .fxpip-auth-preview-form a {
	color: var(--fx-green-bright) !important;
	text-decoration: none !important;
}

.fxpip-auth-page .fxpip-auth-provider a:hover,
.fxpip-auth-page .fxpip-auth-provider a:focus-visible,
.fxpip-auth-page .fxpip-auth-preview-form a:hover,
.fxpip-auth-page .fxpip-auth-preview-form a:focus-visible {
	color: var(--fx-orange) !important;
}

.fxpip-auth-page .fxpip-auth-provider button,
.fxpip-auth-page .fxpip-auth-provider input[type="submit"],
.fxpip-auth-page .fxpip-auth-provider .button,
.fxpip-auth-page .fxpip-auth-preview-form > button {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 52px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 8px 0 0 !important;
	padding: 13px 22px !important;
	border: 1px solid var(--fx-green-bright) !important;
	border-radius: 12px !important;
	background: var(--fx-green-bright) !important;
	box-shadow: none !important;
	color: #03110a !important;
	cursor: pointer !important;
	font: inherit !important;
	font-size: 0.9rem !important;
	font-weight: 820 !important;
	text-transform: none !important;
	transition: background-color 180ms ease, transform 180ms ease !important;
}

.fxpip-auth-page .fxpip-auth-provider button:hover,
.fxpip-auth-page .fxpip-auth-provider input[type="submit"]:hover,
.fxpip-auth-page .fxpip-auth-provider .button:hover,
.fxpip-auth-page .fxpip-auth-preview-form > button:hover {
	background: #66e49b !important;
	transform: translateY(-1px);
}

/*
 * The redesigned card already provides registration links. Keep the live UMP
 * login action, remove its duplicate Register button and make Log In primary.
 */
body.fxpip-auth-page.fxpip-login-page .fxpip-auth-main .fxpip-auth-card .fxpip-auth-provider .ihc-login-template-13 .impu-temp5-row-left {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.fxpip-auth-page.fxpip-login-page .fxpip-auth-main .fxpip-auth-card .fxpip-auth-provider .ihc-login-template-13 .impu-temp5-row-right {
	display: none !important;
}

body.fxpip-auth-page.fxpip-login-page .fxpip-auth-main .fxpip-auth-card .fxpip-auth-provider .ihc-login-template-13 .impu-form-submit input[type="submit"] {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 52px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid var(--fx-green-bright) !important;
	border-radius: 12px !important;
	background: var(--fx-green-bright) !important;
	color: #03110a !important;
	font-size: 0.9rem !important;
	font-weight: 820 !important;
}

.fxpip-auth-page .fxpip-password-field {
	position: relative;
	display: block;
	width: 100%;
}

.fxpip-auth-page .fxpip-password-field > input {
	padding-right: 52px !important;
}

/* Our accessible toggle replaces UMP's overlapping Dashicons eye. */
.fxpip-auth-page .fxpip-auth-provider .ihc-hide-login-pw {
	display: none !important;
}

.fxpip-auth-page .fxpip-auth-provider .fxpip-password-toggle,
.fxpip-auth-page .fxpip-password-toggle {
	position: absolute !important;
	top: 26px !important;
	right: 2px !important;
	z-index: 2 !important;
	display: grid !important;
	width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 9px !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #8fa198 !important;
	cursor: pointer !important;
	transform: translateY(-50%) !important;
	transition: color 160ms ease, background-color 160ms ease !important;
}

.fxpip-auth-page .fxpip-auth-provider .fxpip-password-toggle:hover,
.fxpip-auth-page .fxpip-password-toggle:hover {
	background: rgba(54, 212, 129, 0.08) !important;
	color: var(--fx-green-bright) !important;
	transform: translateY(-50%) !important;
}

.fxpip-auth-page .fxpip-password-toggle:focus-visible {
	background: rgba(54, 212, 129, 0.08) !important;
	box-shadow: 0 0 0 2px rgba(54, 212, 129, 0.4) !important;
	color: var(--fx-green-bright) !important;
}

.fxpip-auth-page .fxpip-password-toggle__eye {
	position: relative;
	display: block;
	width: 19px;
	height: 11px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.fxpip-auth-page .fxpip-password-toggle__eye::before {
	position: absolute;
	top: 1.5px;
	left: 5.5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.fxpip-auth-page .fxpip-password-toggle__eye::after {
	position: absolute;
	top: 2.5px;
	left: -4px;
	display: none;
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 2px rgba(5, 15, 11, 0.9);
	content: "";
	transform: rotate(45deg);
}

.fxpip-auth-page .fxpip-password-toggle[aria-pressed="true"] .fxpip-password-toggle__eye::after {
	display: block;
}

.fxpip-auth-page .fxpip-auth-preview-form__options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 17px;
}

.fxpip-auth-page .fxpip-auth-preview-form__options label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #98aaa0;
	font-size: 0.75rem;
}

.fxpip-auth-page .fxpip-auth-preview-form__options a {
	font-size: 0.75rem;
	font-weight: 720;
}

.fxpip-auth-page .fxpip-auth-provider .ihc-login-error,
.fxpip-auth-page .fxpip-auth-provider .ihc-wrapp-the-errors,
.fxpip-auth-page .fxpip-auth-provider .ihc-register-notice,
.fxpip-auth-page .fxpip-auth-provider .error {
	margin: 0 0 18px !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(255, 103, 86, 0.4) !important;
	border-radius: 10px !important;
	background: rgba(255, 76, 55, 0.08) !important;
	color: #ffb4aa !important;
	font-size: 0.78rem !important;
	line-height: 1.55 !important;
}

.fxpip-auth-page .fxpip-auth-card__footer {
	display: grid;
	gap: 12px;
	margin-top: 26px;
	padding-top: 23px;
	border-top: 1px solid var(--fx-line);
}

.fxpip-logout-page .fxpip-auth-provider a,
.fxpip-logout-page .fxpip-auth-preview-logout > a {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 52px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	padding: 13px 22px !important;
	border: 1px solid var(--fx-green-bright) !important;
	border-radius: 12px !important;
	background: var(--fx-green-bright) !important;
	color: #03110a !important;
	font-size: 0.9rem !important;
	font-weight: 820 !important;
	text-align: center !important;
}

.fxpip-logout-page .fxpip-auth-provider a:hover,
.fxpip-logout-page .fxpip-auth-provider a:focus-visible,
.fxpip-logout-page .fxpip-auth-preview-logout > a:hover,
.fxpip-logout-page .fxpip-auth-preview-logout > a:focus-visible {
	background: #66e49b !important;
	color: #03110a !important;
}

.fxpip-logout-page .fxpip-auth-provider p,
.fxpip-logout-page .fxpip-auth-preview-logout p {
	margin: 15px 0 0 !important;
	color: #7f9187 !important;
	font-size: 0.71rem !important;
	line-height: 1.6 !important;
	text-align: center !important;
}

.fxpip-auth-page .fxpip-auth-card__footer p {
	margin: 0;
	color: #84968c;
	font-size: 0.78rem;
}

.fxpip-auth-page .fxpip-auth-card__footer p a,
.fxpip-auth-page .fxpip-auth-register-link {
	color: var(--fx-green-bright);
	font-weight: 740;
}

.fxpip-auth-page .fxpip-auth-register-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 0.8rem;
}

.fxpip-auth-page .fxpip-auth-register-link:hover,
.fxpip-auth-page .fxpip-auth-register-link:focus-visible,
.fxpip-auth-page .fxpip-auth-card__footer p a:hover,
.fxpip-auth-page .fxpip-auth-card__footer p a:focus-visible {
	color: var(--fx-orange);
}

@media (max-width: 1050px) {
	.fxpip-auth-page .fxpip-auth-grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.68fr);
		gap: 48px;
	}

	.fxpip-auth-page .fxpip-auth-intro h1 {
		font-size: clamp(3.15rem, 6.5vw, 5.2rem);
	}
}

@media (max-width: 900px) {
	.fxpip-auth-page .fxpip-auth-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.fxpip-auth-page .fxpip-auth-card {
		max-width: 680px;
	}
}

@media (max-width: 640px) {
	.fxpip-auth-page .fxpip-auth-section {
		padding: 10px 0 62px;
	}

	.fxpip-lost-password-main .fxpip-auth-section {
		padding-top: 10px;
	}

	.fxpip-auth-page .fxpip-auth-intro h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.fxpip-auth-page .fxpip-auth-access {
		margin-top: 30px;
	}

	.fxpip-auth-page .fxpip-auth-card {
		padding: 28px 22px;
		border-radius: 21px;
	}

	.fxpip-auth-page .fxpip-auth-card__heading h2 {
		font-size: 2.35rem;
	}

	.fxpip-auth-page .fxpip-auth-preview-form__options {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.fxpip-lost-password-main .ihc-login-success {
		grid-template-columns: 42px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 15px !important;
	}

	.fxpip-lost-password-main .ihc-login-success::before {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 1100px) {
	.fxpip-register-main .fxpip-auth-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.fxpip-register-main .fxpip-auth-intro,
	.fxpip-register-main .fxpip-auth-card {
		max-width: 760px;
	}
}

@media (max-width: 720px) {
	.fxpip-register-main .fxpip-auth-provider form,
	.fxpip-register-main .fxpip-register-preview-form {
		grid-template-columns: 1fr;
	}

	.fxpip-register-main .iump-form-phone,
	.fxpip-register-main .fxpip-register-preview-field--phone,
	.fxpip-register-main .iump-submit-form,
	.fxpip-register-main .fxpip-register-preview-form > button {
		grid-column: auto;
	}

	.fxpip-register-main .iump-labels-register,
	.fxpip-register-main .fxpip-register-preview-field > label {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxpip-auth-page .fxpip-auth-provider input,
	.fxpip-auth-page .fxpip-auth-provider button,
	.fxpip-auth-page .fxpip-auth-provider .button,
	.fxpip-auth-page .fxpip-auth-preview-form input,
	.fxpip-auth-page .fxpip-auth-preview-form button {
		transition: none !important;
	}
}
