.error-section {
  background: url(../img/illustrations/not-found.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  vertical-align: top;
}

.error-overlay {
  position: relative;
}

.error-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

#chromesqueWidget {
  /* display: none !important; */
}

#acceptQuoteForm {
  display: flex;
  flex-direction: column;
}
