#cfm .form {
  max-width: 400px;
  height: 505px;
}

#cfm .btn-close {
  position: relative;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
  z-index: 9999;
}

#cfm .btn-close:hover {
  opacity: 1;
}

#cfm .modal-content {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}

#cfm .modal-header {
  padding: 10px;
  background-color: #930000;
  border-bottom: solid 1px black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#cfm .modal-footer {
  border-top: 1px solid #000000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #303030;
}

#cfm .modal-body {
  padding: 15px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#cfm h2, .h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

@media (min-width: 576px) {
  #cfm h2, .h2 {
    font-size: 48px;
  }
}

#cfm .nospam {
  font-size: 15px;
}

