#rev_popup .modal-content {
    border: none;
    border-radius: 2px;
        box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
  }
  #rev_popup .modal-header{
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
  }
  .modal-title{
    font-size: 38px;
      color: #1D3162;
      text-align: left;
      font-weight: 400;
  }
  .modal-body{
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
  }
  #rev_popup .modal-body a.revnet-link {
      color: #D11F43;
      font-weight: bold;
      display: inline-flex;
      font-size: 16px;
      margin:0;
      cursor: pointer;
  
  }
  .modal-footer {
    border-top:0;
    padding-top: 0px;
    padding-right:26px;
    padding-bottom:26px;
    padding-left:26px;
  }
  .btn-rev-grey {
      background-color: #AFAEAE;
      color: #fff;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 14px;
  }
  
  