.register_success__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12px;
	width: 100%;
	padding: 24px;
}

.register_success__code-wrapper {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin: 16px 0 0;
}

.register_success__code-input-wrapper {
	border-radius: 4px;
	border: 1px solid #e7e7e7;
}

.register_success__code-input {
	height: 64px !important;
	min-height: 64px !important;
	max-height: 64px !important;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	text-align: center;
	text-transform: uppercase;
	padding: 0 !important;
}

.register_success__loader-wrapper {
	position: absolute;
	background: #f5c909;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: inherit;
}

.register_success__error-text {
	color: #d32f2f;
}

@media (max-width: 410px) {
	.register_success__code-input {
		height: 54px !important;
		min-height: 54px !important;
		max-height: 54px !important;
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
	}
}

@media (max-width: 409px) {
	.register_success__code-input {
		height: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
		width: 30px !important;
		min-width: 30px !important;
		max-width: 30px !important;
	}
}
