.ns-effect-slide {
	background: #5764aa;
	opacity: 0.9;
	top: 100px;
	bottom: auto;
}
.ns-growl p {
	color: #fff;
}

.ns-effect-slide.ns-show {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.ns-effect-slide.ns-type-error{
	background: #f22128;
}

.ns-effect-slide.ns-type-warning{
	background: #fffc68;
}

.ns-effect-slide.ns-type-warning p{
	color: #000000
}

.ns-effect-slide .ns-close::before,
.ns-effect-slide .ns-close::after {
	background: #444444;
}