.btn-primary {
	color: #fff;
	background-color: #280071;
	border-color: #280071
}

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

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


.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;