.alert-error {
	color: #1D2433;
	background-color: #FFEFEC;
}

.alert-base {
	position: relative;
	text-align: center;
	width: 70%;
	padding: 16px;
	margin: auto auto 5px;
	transition: opacity 0.3s;
}

.alert-close-btn {
	margin-left: 14px;
	color: #1D2433;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.aligner--contentEnd {
	justify-content: flex-end;
}

.aligner {
	display: flex;
}

.aligner--contentStart {
	justify-content: flex-start;
}

.aligner--centerVertical {
	align-items: center;
}

.margin-8 {
	margin: 8px;
	font-size: 1.5rem;
	color: #E0593E;
}

.aligner--centerVertical {
	align-items: center;
}

.aligner {
	display: flex;
}

.margin-left-36 {
	margin-left: 36px;
}