@charset "UTF-8";
h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #27a9e1; }

body {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: rgba(225, 229, 238, 0.6); }

.zingmail-template {
  padding: 40px 15px;
  text-align: center; }

html.full {
  background: url(bg.jpg) no-repeat center center fixed;
  background-size: cover; }

.narrow {
  width: 100%;
  margin-left: 0;
  display: inline-block; }
  .narrow li {
    line-height: 2.5em; }
    .narrow li span {
      display: inline-block;
      width: 80%; }
    .narrow li.deleting {
      font-style: italic;
      background-color: #e1e1e1; }
      .narrow li.deleting button {
        font-style: normal; }
      .narrow li.deleting span::after {
        content: "\AThis account is scheduled to be deleted.";
        white-space: pre-line;
        font-size: 0.8em;
        padding-left: 2em; }
  @media screen and (max-width: 768px) {
    .narrow {
      width: 100%;
      margin-left: 0; } }

.container-fluid {
  padding-top: 3em; }
  @media screen and (max-width: 768px) {
    .container-fluid {
      padding-top: 0; } }

html[ng-app="login"] body {
  background-color: linear-gradient(#e1e5ee 100%, rgba(225, 229, 238, 0) 0%); }

.banner .banner-heading {
  text-align: center; }

.banner .well {
  background-color: rgba(245, 245, 245, 0.6); }

.row .bundle {
  background-color: white;
  min-height: 32em;
  border: 1px  #000 solid;
  padding: 0; }
  .row .bundle h2 {
    margin: 1em 0px;
    padding: 0.8em;
    background-color: #ddd; }
  .row .bundle:first-child, .row .bundle:last-child {
    margin-top: 3em;
    min-height: 29em; }
  .row .bundle:first-child {
    border-right: none; }
  .row .bundle:last-child {
    border-left: none; }
  .row .bundle .purchase li {
    display: block;
    margin-left: 5px; }
    .row .bundle .purchase li:before {
      /*Using a Bootstrap glyphicon as the bullet point*/
      content: "";
      font-family: 'Glyphicons Halflings';
      font-size: 1em;
      float: left;
      margin-top: 0;
      margin-left: -17px;
      color: #31C84F;
      background-color: white; }
    .row .bundle .purchase li.buy:before {
      content: ""; }
  @media screen and (max-width: 768px) {
    .row .bundle {
      padding: 5px 0;
      margin-top: 5px;
      min-height: 0; }
      .row .bundle:first-child, .row .bundle:last-child {
        margin-top: 5px;
        padding-top: 5px;
        min-height: 0; }
      .row .bundle:first-child {
        border-right: 1px black solid; }
      .row .bundle:last-child {
        border-left: 1px black solid; } }

button.login-btn {
  margin-top: 10px;
  margin-right: 5px; }
