.modal-custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    padding-bottom: 20px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal-custom h2 {
  text-align: center;
}

.modal-custom p {
  text-align: center;
}

  .modal-custom form {
    max-height: 760px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 10px;
  }
  .modal-content input {
    height: 54px;
  }
  
  /* Modal Content */
  .modal-content {
    border-radius: 20px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 740px;
  }

  .modal-content-blue {
    background-image: url('../images/proofedback.png');
    border-radius: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    top:80px;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    color: white;
    max-width: 700px;
  }

  .modal-content-blue .btn-get-started{
    background: transparent linear-gradient(91deg, #1075BA 0%, #1073B8 0%, #212262 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    width: 181px;
    height: 50px;
    font: normal normal 600 16px/26px Manrope;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top:20px
}

  @media screen and (max-width:500px) {
    .modal-content {
      width: 340px;
    }
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .submit-btns {
    background: transparent linear-gradient(91deg, #1075BA 0%, #1073B8 0%, #212262 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    font: normal normal 600 16px/26px Manrope;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 128px;
    height: 40px;
  }