.btn-block{
  background-color: #ff7f01;
  border:1px solid #f0a42c;
}
.heading{
  background-color: #ff7f01;
}
.registerbox{
  width:200px;
}

.viewheader{
	font-size:18px;
}
#topscroll {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff7f01;
  color: white;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 30px;
  margin-left: 11px;
}
