main .container {
	width: fit-content;
	padding: 2rem 0rem;
}

.container .form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.container::after {
	content: "////////";
	position: fixed;
	top: 50px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 35rem;
	font-weight: 400;
	line-height: 20rem;
	color: #00fff2;
	opacity: 0.2;
	z-index: -100;
}