.custom-btn {
  width: 280px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Eurostile',Arial,sans-serif;
  font-weight: 700;
  font-size: 32px;
  white-space: nowrap;
  background: transparent;
  background-color: #e4002b;
  cursor: pointer;
  transition: all 0.3s ease;
  position: center;
  display: inline-block;
  -webkit-border-radius: 16px;
  outline: none;
}

}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

#allrecords a {
    color: #fff;
    text-decoration: none;