.spfs-widget-newsletter {
  position: relative;
}
.spfs-widget-newsletter-email {
  height: 40px;
  width: 100%;
}
.spfs-widget-newsletter-send {
  border: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
	width: 40px;
}
.spfs-widget-newsletter-send:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  position: absolute;
  right: 18px;
  top: 5px;
}
.spfs-widget-newsletter-send:focus {
  outline: none;
}

#spfs-widget-newsletter-noty {
	color: #fff;
	display: none;
	font-size: 15px;
  height: 77px;
	padding: 25px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}
@media screen and (max-width: 767px) {
  #spfs-widget-newsletter-noty {
    height: 95px;
    padding: 35px;
  }
}
#spfs-widget-newsletter-noty.spfs-widget-newsletter-noty-error {
	background-color: #FF0000;
}
#spfs-widget-newsletter-noty.spfs-widget-newsletter-noty-success {
	background-color: #44a62b;
}
