.register_form_cover--wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.register_form_cover--background {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	background: rgba(254, 208, 85, 0.6);
	width: 100%;
	height: 100%;
	z-index: 5;
}

.register_form_cover--circle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 1px 2px 15px rgba(54, 41, 76, 0.1);
	border-radius: 50%;
}

.register_form_cover--circleChild {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.register_form_cover--successIcon {
	font-size: 40px;
	color: #2ed057;
}

.register_form_cover--failureIcon {
	font-size: 40px;
	color: #d32f2f;
}
