.ctools-modal-content .alert-block a.close {
    margin-top: 0px !important;
}

.gigya-login tbody {
    border: none;
}

#modalBackdrop {
    background: #282828 !important;
    opacity: 0.5 !important;
}

@media only screen and (min-width: 768px) {
  div.modal-forms-modal-content .popups-container {
    background: none;
    border-radius: 3px;
    height: auto;
  }

  .ctools-modal-content .modal-content {
    border-radius: 3px;
    border: none;
    height: auto;
    background-color: #ffffff;
    width: auto;
    padding: 0 !important;
  }

  div.ctools-modal-content {
    width: 405px;
    margin: auto;
    background: #ffffff;
    border-radius: 0 !important;
  }

  .ctools-modal-content #modalContent {
    top: 64px !important;
  }

  div#modalContent {
    top: 70px !important;
  }
}