.btn,
.button {
  outline: 0 !important;
  box-shadow: none !important;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 5px;
  padding: 0 20px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.btn-lg {
  height: 58px;
  line-height: 58px;
  padding: 0 100px;
}


/* states */

.btn:hover,
.button:hover {
  color: var(--orange);
  background: var(--white);
}
