span.infos {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #d93025;
    background-color: #faede7;
    border: 1px solid #d87575;
    padding: 4px;
    font-weight: bold;
    margin: 2px;
}
span.infos i { margin-right: 0px; }
.contact-form .form-control {
    height: 50px;
  }
  .formheight {
    height: 150px !important;
  }
  .button2 {
    background-color: #e3087e;
    color: #fff!important;
    border: 2px solid #e3087e;
    border-radius: 30px;
    padding: 5px 25px;
  }