.template-contact {
  .globo-formbuilder {
    .header {
      .globo-description {
        display: none !important;
      }
    }

    .globo-form-control {
      input,
      textarea,
      select {
        background-color: #ffffff;
        border: 1px solid #303030;
        box-shadow: none;
      }
    }

    .gfb__dropzone {
      border-color: #303030;
    }

    .wizard__content {
      > p {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        color: #ffffff !important;
        height: 0;
      }
    }

    .gfb__footer {
      button {
        width: 350px;
        max-width: 100%;
        min-width: 100px;
      }
    }

    .error {
      color: #ff0000 !important;
    }

    .success {
      color: #009806 !important;
    }
  }
}
