.alert {
	position: relative;
	padding: 12px 5%;  /*20px;*/
	padding: 0.75rem 1.25rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	text-align: left;
}

.alert-failure {
	color: #ff0211;
	background-color: #fef3f3;
	border-color: #f8d5d7;
}

.alert-success {
	color: #13603e;
	background-color: #d3f1e4;
	border-color: #c2ebd9;
}

.close {
	float: right;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 0.7;
	background: none;
	border: none;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	padding-top: 3px;
}
