/* Download Gate modal styles (keeps it consistent with site buttons) */

.modal-content.bsit-dlgate{
  border-radius: 16px;
  border: 0;
  box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

.bsit-dlgate .modal-header{
  border-bottom: 0;
  padding: 18px 22px 0;
}

.bsit-dlgate .modal-title{
  font-weight: 700;
}

.bsit-dlgate .modal-body{
  padding: 14px 22px 22px;
}

.bsit-dlgate-sub{
  color: #666;
  margin-bottom: 14px;
}

.bsit-dlgate-actions{
  margin-top: 14px;
  display:flex;
  justify-content:flex-end;
}

.bsit-dlgate-actions .btn-bsit-download{
  width: 100%;
}

/* Make the form feel like the rest of the site */
.bsit-dlgate .form-group label{
  font-weight: 600;
}

@media (max-width: 575.98px){
  .bsit-dlgate-actions{ justify-content: stretch; }
  .bsit-dlgate-actions .btn-bsit-download{ width: 100%; }
}
