.btn {
  font:inherit;
  border:none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 20px;
  text-decoration: none;
  margin: 20px;
  color: #000000;
  position: relative;
  display: inline-block;
  text-align:center;
  overflow: hidden;
  cursor: pointer;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.ctaButton {
  background-color: #8bc63e;
  box-shadow: 0px 5px 0px 0px #79AC36;
  color: #FFFFFF;
  width: 145px;
  line-height: 42px;
}

.verifyCodeButton {
  background-color: #8bc63e;
  box-shadow: 0px 5px 0px 0px #79AC36;
  color: #FFFFFF;
  line-height: 42px;
}

.sendAgainButton {
    color: #000000;
    text-decoration: underline;
}
