    .contact-form {
      background-color: #e1c4a0;
      padding: 1rem;
      border-radius: 5px;
    }

    .form-control {
      border-radius: 5px;
    }

    .form-check-input {
      margin-top: 0.3em;
    }

    .btn-submit {
      background-color: black;
      color: white;
      font-weight: bold;
      border-radius: 3px;
    }

    .btn-submit:hover {
      background-color: #333;
	  color:#FFF;
    }

    label {
      font-weight: 500;
    }

    .form-title {
      font-size: 1.8rem;
      font-weight: bold;
      color: white;
      margin-bottom: 25px;
    }

    .required-note {
      font-size: 0.8rem;
    }