* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #374151;
}

.form-control {
  margin-bottom: 16px;
}

.input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}

button.submit {
  display: block;
  margin-left: auto;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  background: #10b981;
  color: white;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

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