.btn {
  white-space: normal;
  font-size: 17px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-default {
  background: #cdb380;
  border-color: #cdb380;
}
.btn.btn-default:active,
.btn.btn-default:hover {
  background: #a68441;
  border-color: #a68441;
}
.btn.btn-outline {
  border: 1px solid #26448d;
  text-align: left;
  position: relative;
  padding: 10px 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #7692d3;
}
.btn.btn-outline span {
  display: block;
  position: absolute;
  left: 20px;
  top: 3px;
  font-size: 35px;
  line-height: 1em;
  color: #cdb380;
}
.btn.btn-outline:hover {
  color: #26448d;
}
