.form-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #1a2525;
  font-size: 14px;
  max-width: 600px;
}

.form-textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #1a2525;
  font-size: 14px;
  max-width: 600px;
}

.form-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-button {
  display: block !important;
  font-size: 1rem;
  text-transform: uppercase;
  background: #1a25257a;
  border: 2px solid #c9bcad;
  color: #fff;
  text-decoration: none;
  padding: 14px 25px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 10px;
}
.form-button:hover {
  background: #1a2525;
}
