/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ml-msg{
	font-size: 15px;
}
.ml-msg.success{
	color:#155724;
}
.ml-msg.error{
	color:#911;
}