.modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    height: auto;
    color: black;
  }
  .container {
        max-width: 95%;
    }

    .btn-success {
        color: #fff !important;
        background-color: #28a745 !important;
        border-color: #28a745 !important;
    }

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active {
        color: #fff !important;
        background-color: #38cb59  !important;
        border-color: #28a745 !important;
    }