.btn {
  padding: 6px 20px;
  border-radius: 0;
}

.btn-primary,
.btn-link,
.form-submit {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #fff;
}

.btn-default {
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%) repeat-x scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  color: #656565;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.button.btn.white.custom-large {
	color: #22a9c4 !important;
  border-color: #FFFF;
  font-size: 24px;
  padding: 10px 40px 6px;
}

.btn-resource.district {
	background-color: #02a7bb;
  color: #FFF;
  text-shadow: none;
  border: 1px solid #02a7bb;
}

.btn-resource.district:hover {
	background-color: #FFF;
  color: #02a7bb !important;
}
.btn.btn-light.dexp-button {
	font-family: 'Gilroy';
	font-weight: 600 !important;
	font-size: 22px !important;
	border: none;
}
.btn.btn-light.dexp-button:hover {
    color: #FFFFFF !important;
    background-color: #007684;
    border-color: #007684;
}
/* @TODO: move button styles from generall and wellbeing css here */