.send-email {
  text-decoration: none; }

.form-cmp.red .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.red .send-email > span {
    border-bottom: 1px solid #d8003f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.red .send-email:hover > span {
    color: #d8003f;
    border-bottom: 1px solid transparent; }

.form-cmp.blue_red .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.blue_red .send-email > span {
    border-bottom: 1px solid #d8003f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.blue_red .send-email:hover > span {
    color: #d8003f;
    border-bottom: 1px solid transparent; }

.form-cmp.dark-blue .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.dark-blue .send-email > span {
    border-bottom: 1px solid #1a3a53;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.dark-blue .send-email:hover > span {
    color: #1a3a53;
    border-bottom: 1px solid transparent; }

.form-cmp.white_blue .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.white_blue .send-email > span {
    border-bottom: 1px solid #1a3a53;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.white_blue .send-email:hover > span {
    color: #1a3a53;
    border-bottom: 1px solid transparent; }

.form-cmp.green .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.green .send-email > span {
    border-bottom: 1px solid #1dc7af;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.green .send-email:hover > span {
    color: #1dc7af;
    border-bottom: 1px solid transparent; }

.form-cmp.blue .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.blue .send-email > span {
    border-bottom: 1px solid #89abe3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.blue .send-email:hover > span {
    color: #89abe3;
    border-bottom: 1px solid transparent; }

.form-cmp.yellow .send-email {
  z-index: 1;
  border-bottom: 1px solid transparent; }
  .form-cmp.yellow .send-email > span {
    border-bottom: 1px solid #e2cd88;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-cmp.yellow .send-email:hover > span {
    color: #e2cd88;
    border-bottom: 1px solid transparent; }

.form-cmp .new-email {
  z-index: 3; }
