/***************************
Add your custom styles below
****************************/

.form--labels .row button[type="submit"] {
  position: relative;
  position: relative;
  top: 40px;
  font-size: 16px!important;
  margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
  .form--labels .row button[type="submit"] {
    top: 34px;
  }
}
@media all and (max-width: 767px) {
  .form--labels .row button[type="submit"] {
    top: 0;
  }
}

.row.contact {
  
  margin-top: 140px;
  text-align: center;
  
}

.row.contact a {
  
  font-size: 26px;
  color: #ffffff;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 10px;
  
}

.row.contact a:hover {
  
  color: #3598d3;
  
}

.col-sm-3.with-button {
  
  display: flex;
  align-items: center;
  justify-content: center;
  
}