﻿.ncpc-email {
  background: #efede1;
  width: 100%;
  height: 445px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 14px solid rgba(0, 26, 51, 0.4);
}
#ncpc-email-modal .modal-backdrop.in {
  background-color: #fff !important;
}
.modal-backdrop.in {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}
.email {
  margin-right: 5px;
}
@media (max-width: 650px) {
  .ncpc-email {
    background: #f6f6fa;
    width: 98% !important;
    height: 445px;
  }
}
