.referral-form {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: #888888;
}

.referral-form span {
	display: block;
	padding: 1rem;
}

.referral-form label {
	width: 100%;
}

.referral-form input {
	width: 100%;
	height: 3rem;
}

.referral-form input[type=submit] {
	background-color: white;
	color: #e9204b;
	font-weight: 800;
	border: 2px solid #e9204b;
}