/* LEI registration page: heading + the application-form panel */

.p-reg__title {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.p-reg-panel {
	background-color: var(--lei-bg-soft);
	padding: 25px;
	margin-bottom: 120px;
}

.p-reg-panel__row {
	max-width: 500px;
	min-height: 500px;
	align-items: flex-start;
}

.p-reg-panel__col {
	position: relative;
	margin: 20px 0 0 10px;
	padding: 1px 0 0 20px;
}

.p-reg-panel__header {
	margin-top: 60px;
	font-size: 1px;
	font-weight: 200;
	font-family: var(--lei-font);
}

@media (max-width: 767px) {
	.p-reg-panel__col {
		margin: 0;
		padding: 5px;
	}
}

/* on this page the card logos pin to the bottom of the panel column */
.p-reg-panel .c-bank-logos {
	position: absolute;
	bottom: 0;
}

/* form widths on this page (the homepage hero uses narrower ones) */
.wpforms-page-2,
.wpforms-page-3 {
	width: 100% !important;
}

.wpforms-page-indicator-page-progress-wrap {
	width: 100% !important;
	height: 10px !important;
	background-color: var(--lei-accent-2);
}

.lei-company-name-selection {
	width: 65% !important;
	position: absolute !important;
	cursor: pointer;
	background-color: white !important;
	z-index: 9;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
	border-radius: 3px !important;
	margin-top: -40px !important;
}

@media only screen and (max-width: 985px) {
	.lei-company-name-selection {
		margin-top: -40px !important;
	}
}

@media only screen and (max-width: 600px) {
	.lei-company-name-selection {
		margin-top: -22px !important;
	}
}

@media only screen and (max-width: 520px) {
	.lei-company-name-selection {
		margin-top: -40px !important;
	}
}

#wpforms-407-field_7-container {
	width: calc(100% - 88px);
	overflow-x: visible !important;
}

#wpforms-407-field_7-container .wpforms-field-description {
	margin-top: 20px;
	margin-bottom: 10px;
}

#wpforms-407-field_13-container button {
	margin: 0;
	max-width: 90px;
	font-size: 18px;
}
