input.contact_name,
input.contact_email {
  font-size: 14px;
  height: 40px;
  border-radius: 0.25rem;
  border: 1px solid #edf2f7;
}

textarea.form-control {
  padding: 1rem;
  font-size: 14px;
  border-radius: 0.25rem;
  border: 1px solid #edf2f7;
}

.wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  border: none;
  letter-spacing: 0.05em;
  border-radius: 16px;
  max-width: 100px;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
}
.wrap-button svg {
  margin-right: 3px;
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.wrap-button input {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  background: transparent;
  outline: transparent;
  border: transparent;
  color: #fff;
  width: 100%;
}
.wrap-button:hover svg {
  transform: translateX(5px) rotate(90deg);
}
.wrap-button:hover input {
  transform: translateX(7px);
}

.contact-error {
  font-size: 14px;
  line-height: 20px;
  color: #ec2029;
  margin-top: 5px;
}

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