.btn-primary {
	color: #fff;
	background-color: #280071;
	border-color: #280071
}
.success{
	border: 1px solid #e2e2e2; padding: 25px 20px 25px 30px; background: #dff0d8; color: #3c763d; line-height: 25px;
}

.form-fluid{
	margin-top:50px !important;
}

/* .pageloader { */
/*   position: fixed; */
/*   left: 0px; */
/*   top: 0px; */
/*   width: 100%; */
/*   height: 100%; */
/*   z-index: 9999; */
/*   background: url('../images/tenor.gif') 50% 50% no-repeat rgb(249, 249, 249); */
/*   opacity: .2; */
/* } */

.error_host_header{
	border: 1px solid #e2e2e2;
	padding: 25px 20px 25px 30px;
	background: #ff62002b;
	color: #d53d0c;
	line-height: 25px;
}