#eval .modal-backdrop {
  opacity: 0.7 !important;
}

#eval .btn-close-bg {
  position: absolute;
  top: -26px;
  right: 5px;
  height: 26px;
  width: 70px;
  background: #b40000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #000;
  border-bottom: none;
}

#eval .btn-close {
  position: absolute;
  top: -21px;
  right: 10px;
  width: 61px;
  height: 1em;
  color: #000;
  background: transparent url("../../assets/img/close-button.svg") center/ auto no-repeat;
  border: none;
  opacity: .7;
}

#eval .btn-close:hover, .btn-close:focus {
  box-shadow: none;
  opacity: 1;
}

#eval .modal-content {
  background-color: #191919;
  border: 1px solid #000;
  border-radius: 4px;
}

#eval .modal-header {
  padding: 10px;
  background-color: #b40000;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#eval .modal-body {
  padding: 15px;
}

#eval .heading-txt {
  color: #fff;
  font-size: calc(23px + 3vw);
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

@media (min-width: 992px) {
  #eval .heading-txt {
    font-size: 54px;
  }
}

#eval .logo-shadow {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}

#eval .priv-text {
  font-size: 16px;
  color: #ff8100;
  text-shadow: none;
}

/* Spark form styles */

#eval .get-started-fields {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #fff;
  border: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
}

#eval .get-started {
  color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 8px 10px;
  margin-top: 5px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: calc(14px + 3vw);
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

@media (min-width: 576px) {
  #eval .get-started {
    font-size: 32px;
  }
}

#eval .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

