::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
.error{
	border-bottom: 1px solid red !important;
}
.ajax-loader{
	background-image: url(../images/ajax-loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 4% center !important;
	text-transform: capitalize !important;
}
/*# sourceMappingURL=back.css.map */