.alert-container {
	background-color: #FAE619 !important;
	border-radius: 4px;
	padding: 20px 0;
	margin: 20px 0 5px;
}

.alert-icon {
	line-height: 70px;
	font-size: 48px;
}

.alert-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.alert-message {
	display: block;
	font-size: 13px;
}
