.contact .form-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 97px;
}
.contact .form {
  width: 1400px;
  font-size: 18px;
}
.contact .form .mr25 {
  margin-right: 25px;
}
.contact .form .mb25 {
  margin-bottom: 25px;
}
.contact .form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .form .form-row .input-box {
  flex: 1;
  border: 1px solid #bbb;
  background-color: white;
  padding: 8px 15px;
}
.contact .form .form-row .input-box * {
  outline: none;
}
.contact .form .form-row .input-box input {
  width: 100%;
  border: none;
}
.contact .form .form-row .input-box textarea {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 170px;
}
.contact .form .submit-btn {
  width: 134px;
  height: 47px;
  border-radius: 4px;
  background-color: #0F40F5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}

/*# sourceMappingURL=form.css.map */
