.form-control {
  padding: 19px 18px;
  border-radius: 0;
  height: 50px;
}
.form-group {
  margin-bottom: 15px;
}
.btn-templatemo  {
  text-align: center;
  border-radius: 0;
  padding: 13px 28px;
  transition: all 0.2s ease;
  max-width: 100%;
  padding: 16px 48px;
  border: 2px solid #34d986;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #383749;
  text-decoration: none;
}
.btn-templatemo:hover {
  color: #fff;
  background: #34d986;
}

.btn-small-templatemo {
  padding: 10px 24px;
}
.btn-primary-templatemo  {
  color: #fff;
  background-color: #f5a623;
  border: 2px solid #f5a623;
  font-size: 90%;
  font-weight: 600;
}
.btn-primary-templatemo:active,
.btn-primary-templatemo:hover {
  color: #f5a623;
  background-color: transparent;
  border: 2px solid #f5a623;
}


a.btn {
  padding: 16px 48px;
  border: 2px solid #34d986;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #383749;
  text-decoration: none;
}

