#modalSuccess .modal-header {
  background: #002F6C;
  flex-direction: column;
  border: none;
  color: #fff;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  padding: 30px 40px;
}

#modalSuccess .modal-header img {
  width: 70px;
}

#modalSuccess .modal-footer {
  justify-content: center;
  border: none;
}