#contact-form .submit-btn.btn-alt, #search-form .submit-btn.btn-alt {
  height: 36px;
  line-height: 36px;
  text-transform: none;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #01734f;
  color: #01734f;
  transition: all .4s ease;
  text-transform: uppercase;
  border-radius: 2px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  overflow: hidden;
  outline: none;
}

#contact-form .submit-btn.btn-alt:hover, #search-form .submit-btn.btn-alt:hover {
  background-color: #01734f;
  color: white;
  transition: all .4s ease;
}

#contact-form .submit-btn.btn-alt.shadow, #search-form .submit-btn.btn-alt.shadow {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

#contact-form .submit-btn.btn-alt.white, #search-form .submit-btn.btn-alt.white {
  border: 1px solid white;
}

#contact-form .submit-btn.btn-alt.white:hover, #search-form .submit-btn.btn-alt.white:hover {
  background-color: white;
  color: #01734f !important;
  transition: all .4s ease;
}

#contact-form .submit-btn.btn-alt.active, #search-form .submit-btn.btn-alt.active {
  background-color: #01734f;
  color: white;
  transition: all .4s ease;
}

#contact-form .submit-btn.btn-alt.active:hover, #search-form .submit-btn.btn-alt.active:hover {
  background-color: transparent;
  color: #01734f !important;
  transition: all .4s ease;
}



#register-form .submit-btn.btn-alt, #search-form .submit-btn.btn-alt {
  height: 36px;
  line-height: 36px;
  text-transform: none;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #01734f;
  color: #01734f;
  transition: all .4s ease;
  text-transform: uppercase;
  border-radius: 2px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  overflow: hidden;
  outline: none;
}

#register-form .submit-btn.btn-alt:hover, #search-form .submit-btn.btn-alt:hover {
  background-color: #01734f;
  color: white;
  transition: all .4s ease;
}

#register-form .submit-btn.btn-alt.shadow, #search-form .submit-btn.btn-alt.shadow {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

#register-form .submit-btn.btn-alt.white, #search-form .submit-btn.btn-alt.white {
  border: 1px solid white;
}

#register-form .submit-btn.btn-alt.white:hover, #search-form .submit-btn.btn-alt.white:hover {
  background-color: white;
  color: #01734f !important;
  transition: all .4s ease;
}

#register-form .submit-btn.btn-alt.active, #search-form .submit-btn.btn-alt.active {
  background-color: #01734f;
  color: white;
  transition: all .4s ease;
}

#register-form .submit-btn.btn-alt.active:hover, #search-form .submit-btn.btn-alt.active:hover {
  background-color: transparent;
  color: #01734f !important;
  transition: all .4s ease;
}
