@font-face {
  font-family: 'ZerebroFonts';
  src:  url('../fonts/ZerebroFonts.eot?cbyoxa');
  src:  url('../fonts/ZerebroFonts.eot?cbyoxa#iefix') format('embedded-opentype'),
    url('../fonts/ZerebroFonts.ttf?cbyoxa') format('truetype'),
    url('../fonts/ZerebroFonts.woff?cbyoxa') format('woff'),
    url('../fonts/ZerebroFonts.svg?cbyoxa#ZerebroFonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ZerebroFonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-people:before {
  content: "\e001";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-calender:before {
  content: "\e075";
}
.icon-chart:before {
  content: "\e077";
}
.icon-laptop-alt:before {
  content: "\eb06";
}
.icon-wrench:before {
  content: "\ebfc";
}
.icon-file-pdf:before {
  content: "\ec12";
}
.icon-credit-card:before {
  content: "\efc9";
}
.icon-gear:before {
  content: "\f00e";
}


section form {
    background-color:white;
}

div.card-block {
    padding-top:20px;
    
}