.nl-popup {
  max-width: 600px;
}
.nl-popup .nl-popup-wrapper {
  margin-top: 10px;
}
.nl-popup .btn-close {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 5px 9px;
  border-radius: 0 0 0 3px !important;
  margin-top: 0 !important;
}
.nl-popup .btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  padding: 8px 14px;
  border-radius: 3px;
  border: none;
  margin-top: 20px;
}
.nl-popup .btn.btn-primary {
  background: #002c55;
}
.nl-popup .btn.btn-primary:hover {
  background: #001222;
}
.nl-popup .btn.btn-default {
  background: #c3aa66;
}
.nl-popup .btn.btn-default:hover {
  background: #b19445;
}
.nl-popup input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  float: left;
  margin-right: 5px;
}
.nl-popup label {
  font-weight: 400;
}
.nl-popup .preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .nl-popup {
    width: 90% !important;
  }
}
/*# sourceMappingURL=newsletter-popup.css.map */