.sw19s-btn {
  font-size: 16px;
  line-height: 23px;
  background-color: #81c23c;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 35px 11px 35px;
  transition: background 0.1s;
  text-align: center;
  border: 0px;

  &:hover {
    background-color: #94d24b;
  }

  &.sw19s-btn-dark {
    background-color: #111111;
  }

  &.sw19s-btn-dark:hover {
    background-color: #181818;
  }

  &.orange {
    background: #FF6200;
  }

  &.orange:hover {
    background: #ff7a00;
  }
}
