
#reg-form {
	width: 50%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 600px) {
	#reg-form {
		width: 100%;
	}
}

