.organization-register-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	background: #f6eeee;
	pointer-events: none;
}

.organization-register-section .individual-register-hero {
	background: #f6cdcd;
	border-color: rgba(222, 178, 181, 0.9);
	isolation: isolate;
}

.organization-register-section .individual-register-hero h1 {
	position: relative;
	z-index: 2;
	color: #9b69df;
}

.organization-register-section .individual-register-hero h1::first-line {
	color: #1167bd;
}

.organization-register-section .individual-register-person {
	z-index: 1;
	width: 170px;
	max-height: 150px;
}

.organization-register-section .individual-register-logo {
	position: relative;
	z-index: 2;
}

.organization-register-section .individual-register-intro {
	border-top-color: #e2b6b8;
}

.organization-register-section .individual-register-group > h2 {
	background: #e2b6b8;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}

.organization-register-section .individual-register-card input[type="number"] {
	width: min(290px, 100%);
	border: 0;
	border-bottom: 1px dotted #9aa0a6;
	background: transparent;
	color: #202124;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	outline: none;
	padding: 0.2rem 0 0.35rem;
}

.organization-register-section .individual-register-card input[type="number"]:focus {
	border-bottom-color: #806dba;
}

.organization-register-section .individual-register-inline-input.organization-register-long-inline {
	width: min(470px, calc(100% - 7rem));
	margin-left: 6.4rem;
}

@media (max-width: 575.98px) {
	.organization-register-section .individual-register-hero {
		padding-right: 6.8rem;
	}

	.organization-register-section .individual-register-person {
		width: 104px;
	}

	.organization-register-section .individual-register-inline-input.organization-register-long-inline {
		width: calc(100% - 2rem);
		margin-left: 2rem;
	}
}
