form.form {
  width: 50%;
}
form.form .form-footer {
  margin: 10px 0;
}

.form-group {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-control:not(.not-style) input, .form-control:not(.not-style) select, .form-control:not(.not-style) textarea {
  font-family: "Merriweather", serif;
  font-size: 16px;
  display: block;
  /* height: 36px; */
  line-height: 36px;
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
.form-control:not(.not-style) textarea {
  font-size: 16px;
  display: block;
  line-height: 18px;
  padding: 10px;
  height: 200px;
  max-width: 100%;
}
.form-control:not(.not-style) input[type=file] {
  width: auto;
  display: flex;
  align-items: center;
  min-width: 240px;
}
.form-control:not(.not-style) select {
  width: auto;
  min-width: 240px;
}
.btn {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  padding: 20px 25px;
  display: inline-block;
  background: orangered;
  color: #fff;
  text-decoration: none !important;
  border: none;
}

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