#cfm .modal-content {
  border: solid 1px black;
}

#cfm p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#cfm .modal-body {
  padding: 15px;
  background: rgb(25,25,25);
}

#cfm .modal-header {
  background: #ff0000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  padding: 5px 10px 15px 20px;
}

#cfm .modal-footer {
  background: rgb(25,25,25);
  border-top: 1px solid rgba(255,255,255,0.1);
}

#cfm .modal-title {
  margin-left: 15px;
}

#cfm .modal-title {
  font-size: 18px;
  line-height: 22px;
  text-shadow: none;
}

@media (min-width: 576px) {
  #cfm .text-center.modal-title {
    font-size: 24px;
    line-height: 28px;
  }
}

#cfm .header-text-modal {
  font-size: 24px;
  line-height: 40px;
}

@media (min-width: 340px) {
  #cfm .header-text-modal {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (min-width: 480px) {
  #cfm .header-text-modal {
    font-size: 44px;
    line-height: 55px;
  }
}

