/*
.subscribe_msg{
	opacity: 0;
	transition: linear 0.5s;
	margin-top: 15px;
}
.subscribe_msg.red{
	color: red;
}
.subscribe_msg.green{
	color: green;
}
*/