.btn{
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: left;
  width: 800px;
  margin:15px 0 15px 30px;
  padding: 0.5em 1em;
  background: #FFF;
  border-left: solid 5px #c92024;
  color: #142c5b;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}