:root {
  --themeprimaryclr: #ff0000;
  --plainclr: #fff;
  --darkclr: #000;
  --textsucess: #04bd04;
  --borderone: #eee;
  --themesecondaryclr: #5d5d5d;
}

.contact-form-sec-three {
  margin: 50px auto;
  padding: 2rem;
  background-color: var(--plainclr);
}

.contact-form-sec-three h3 {
  color: var(--themeprimaryclr);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.contact-form-sec-three .form-control {
  border: none;
  border-bottom: 1px solid var(--borderone);
  border-radius: 0;
  padding-left: 0;
  font-size: 1rem;
}

.contact-form-sec-three .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--themeprimaryclr);
}

.contact-form-sec-three .form-check-label {
  font-size: 1rem;
  color: var(--darkclr);
}

.contact-form-sec-three .form-check-label a {
  font-size: 1rem;
  color: var(--darkclr);
}

.contact-form-sec-three .btn-theme-submit {
  background-color: var(--themeprimaryclr);
  color: var(--plainclr);
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 0.6rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.contact-form-sec-three .btn-theme-submit:hover {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr);
}

.contact-form-sec-three .btn-theme-submit:active {
  background-color: var(--themesecondaryclr);
  color: var(--plainclr) !important;
}/*# sourceMappingURL=formDesign3.css.map */