.alert.danger {
	background-color: red !important;
	color:white;
}

.alert.success {
	background-color: green !important;
	color:white;
}