body {
	display: flex;
	background: #1D43FF;
	background: linear-gradient( 48deg, rgba(15,57,84,1) 0%, #1D43FF 50%);
	height: -webkit-fill-available;
	height: -moz-available;
	height: fill-available;
margin: 0px;
}

.mail-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.mail-sent-icon {
	font-size: 112px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.fa-check {
	font-size: 112px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.mail-signup-subtitle {
	font-family: retroica;
	color: white;
	text-align: center;
	margin-top: 30px;
}

.mail-signup-title {
	font-family: retroica;
	color: white;
	text-align: center;
	margin-top: 8px;
}

.mail-title {
	font-family: retroica;
	color: white;
	text-align: center;
	margin-top: 30px;
}

.mail-message {
	display: table;
	text-align: center;
	font-size: 21px;
	font-family: avenir;
	font-weight: 100;
	line-height: 33px;
	color: white;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 635px;
	width: 95%;
}

.error-page-back-button-link {
	display: table;
	background-color: white;
	border-radius: 8px;
	padding: 15px 26px;
	margin-top: 42px;
}

.error-page-back-button-link p {
	font-size: 18px;
	font-family: avenir;
}