/* Keep Ultimate Member's eye glyph optically centred in the password control. */
.um.um-login .um-field-area-password > .um-toggle-password {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	right: 20px;
}

.um.um-login .um-field-area-password > .um-toggle-password > i {
	line-height: 1;
}

/* Keep the submit and password-reset actions on one contained row. */
.um.um-login.um-3563 .um-col-alt.cie-um-login-actions .um-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(12px, 3vw, 24px);
	width: 100%;
	text-align: initial;
}

.um.um-login.um-3563 .um-col-alt.cie-um-login-actions .um-button {
	flex: 0 1 136px;
	margin: 0 !important;
}

.um.um-login.um-3563 .um-col-alt.cie-um-login-actions .forgotlink {
	flex: 0 0 auto;
	margin-left: auto;
	white-space: nowrap;
	text-align: right;
}

/* Let the product-category section escape the login rail and span the viewport. */
body.page-id-4310 .elementor-element-a9d8b65 > .elementor-element-e4156ab5 {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	flex: 0 0 auto !important;
	margin-left: -50vw;
}
