#signuptopbar {
  background: #ee6740;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  display: none;
}
#signuptopbar span {
  text-decoration: underline;
}
#signuptopbar:hover {
  background: #d73f13;
}
