input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-title p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2.5rem;
  opacity: 0.8;
}

.input-box {
  margin-bottom: 0.5rem;
  max-width: 600px;
  min-width: 300px;
}
.input-box input,
.input-box textarea {
  height: 50px;
  border: 2px solid var(--gray-color);
  outline: none;
  padding: 0 0.5rem;
  border-radius: 10px;
}
.input-box label {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.input-box textarea {
  height: 200px;
  padding: 0.5rem;
}
.input-box input::placeholder {
  opacity: 0.5;
}
.submit-btn {
  max-width: 600px;
  min-width: 300px;
  margin: 0 0 0 0;
  text-align: center;
}
.submit-btn input {
  width: 15px;
  height: 15px;
}
.submit-btn label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray-color);
  opacity: 0.8;
  cursor: pointer;
}
.submit-box button {
  width: 100%;
  background: #efefef;
  padding: 0.7rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cbcaca;
  outline: none;
}

#btn-send {
  background: #f06a25;
}

#btn-send.enabled:hover {
  background: #15135b;
}

#confirmSubmit {
  background: #f06a25;
}

#confirmSubmit.enabled:hover {
  background: #15135b;
}
