.form-container {
  max-width: 760px;
  width: 100%;
  margin: auto; }

#waste_type label {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400; }

form {
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 40px;
  border-radius: 19px;
  box-shadow: 0 0 10px #ccc;
  font-variation-settings: "ital" 1, "wdth" 100, "wght" 600;
  color: #245446;
  font-size: 20px; }
  @media (max-width: 900px) {
    form {
      padding: 25px;
      border-radius: 10px; } }
  form .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    form .form-row .form-group {
      display: flex;
      flex-direction: column;
      flex-basis: calc(50% - 10px); }
      form .form-row .form-group .full {
        flex-basis: 100%; }
      form .form-row .form-group svg {
        margin-top: 5px; }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="date"],
  form select,
  form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: large; }
  form #postdiv {
    max-width: 200px; }
  form #line3 {
    justify-content: left; }
  form #datediv {
    width: 100%; }
  form textarea {
    width: calc(100% - 20px); }
  form #postcode {
    width: 50%; }
  form button, form .upload-btn-wrapper button {
    margin-top: 5px;
    width: 100%;
    background-color: white;
    color: #1B633F;
    padding: 15px 20px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    text-align: center;
    box-shadow: lightgrey 0 3px 5px; }
    form button svg, form .upload-btn-wrapper button svg {
      width: 18px;
      height: 18px; }
  form .upload {
    color: #1B633F;
    font-family: pf-grand-gothik-variable, sans-serif;
    font-variation-settings: "ital" 1, "wdth" 100, "wght" 800 !important;
    font-size: 19px;
    font-weight: bolder; }
  form .submit {
    background-color: #245446;
    color: #DCDEDD;
    font-family: pf-grand-gothik-variable, sans-serif;
    font-variation-settings: "ital" 1, "wdth" 100, "wght" 800 !important;
    font-size: 19px;
    font-weight: bolder; }
  form button:hover, form .upload-btn-wrapper button:hover {
    background-color: #45a049; }
  form .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-left: -5px; }
  form .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  form .tell {
    margin-top: 20px; }
  form #service {
    width: 100%; }

@media only screen and (max-width: 899px) {
  form {
    max-width: 100%;
    font-size: medium; }
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form input[type="date"],
    form select,
    form textarea {
      width: calc(100% - 20px);
      padding: 10px;
      margin-top: 2px;
      border: 1px solid #ccc;
      border-radius: 8px; }
    form #service {
      width: 100%; } }

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