﻿.btn {
  display: inline-block;
  color: #fff;
  padding: 0 40px;
  text-align: center;
  border-radius: 100px; }

.btn-large {
  height: 50px;
  line-height: 50px; }

.btn-medium {
  height: 40px;
  line-height: 40px; }

.btn-full {
  width: 100%; }

.btn-orange {
  color: #fff;
  background-color: #f18231; }
    .btn-orange:hover, .btn-orange:focus {
        color: #fff;
        background-color: #e57c2f;
    }

.btn-orange-border {
  color: #f18231;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #f18231; }

