
.modal-header {
background-color: #140C4C;
  color: #FFF;
  
}
.modal-open .modal {
    margin-top: 50px;
}
.modal-title
{
    font-size: 18px !important;
}
.list-group-item
{
    color: #120B44;
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 750px;
  }
}
.modal-header .close {
    color: #FFF;
}