.message.validation {
	color: red;
}

.danger {
	color: red;
}

.warning {
	color: orange;
}

.success {
	color: green;
}