/*
 * Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

* {
  box-sizing: border-box; }

/*
 * Fonts
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Open Sans';
  font-style: bold;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
  h1.in-line, h2.in-line, h3.in-line, h4.in-line, h5.in-line, h6.in-line {
    display: inline-block; }

h1 {
  font-size: 36px;
  margin-bottom: 40px; }

h2 {
  font-size: 32px;
  margin-bottom: 36px; }

h2 {
  font-size: 28px;
  margin-bottom: 34px; }

em {
  font-style: italic; }

/*
 * Colors
 */
/*
 * Base structure
 */
html {
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: url(../images/bg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #484848; }

header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#site-content {
  position: relative;
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

#site-content::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

header, footer {
  position: relative;
  flex: none; }

/*
 * Helpers
 */
.bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='3' height='3'><rect width='2' height='2' fill='rgba(0,0,0,0.75)'/></svg>"); }

a {
  color: #31BA7E; }

a.btn, input[type='submit'] {
  padding: 11px 15px;
  border-radius: 4px;
  border-width: 1px;
  font-size: 14px; }
  a.btn.btn-lg, input[type='submit'].btn-lg {
    padding: 13px 15px;
    font-size: 16px; }
  a.btn.btn-default, input[type='submit'].btn-default {
    background-color: #F8F8F8;
    border-color: #dfdfdf;
    color: #484848; }
  a.btn.btn-header, input[type='submit'].btn-header {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #272727;
    color: white; }
    a.btn.btn-header:hover, input[type='submit'].btn-header:hover {
      background-color: #31BA7E;
      border-color: #31BA7E; }
  a.btn.btn-primary, input[type='submit'].btn-primary {
    background-color: #31BA7E;
    border-color: #269263;
    color: #FAFAFA; }
  a.btn.btn-link, input[type='submit'].btn-link {
    color: #31BA7E; }

.full-width {
  width: 100%; }

.text-small {
  font-size: 14px; }

ul.no-bullet {
  list-style: none; }
  ul.no-bullet.vertical li {
    margin-bottom: 10px; }
    ul.no-bullet.vertical li:last-of-type {
      margin-bottom: 0; }


/*
 * Layouts
 */
header {
  position: relative;
  overflow: hidden;
  padding: 15px 20px; }

footer {
  background-color: #000; }
  footer .footer-content {
    color: #ABABAB;
    font-size: 12px;
    padding: 10px 0;
    text-align: center; }

form fieldset {
  margin-bottom: 40px; }
  form fieldset legend {
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px; }
  form fieldset input {
    margin-top: 0;
    margin-bottom: 17px; }
    form fieldset input[type='submit'] {
      margin-top: 8px;
      cursor: pointer; }
  form fieldset input[type='text'], form fieldset input[type='password'] {
    font-size: 16px;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 4px; }

div.well {
  width: 90%;
  max-width: 494px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  margin: 10vh auto 0;
  padding: 45px;
  text-align: center;
  border-radius: 4px;
  color: #484848; }
  div.well p {
    text-align: left;
    margin-bottom: 40px; }

div.login-form {
  width: 90%;
  max-width: 494px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  border: 1px solid #272727;
  margin: 10vh auto 0;
  padding: 45px 100px;
  text-align: center;
  border-radius: 4px;
  color: #FAFAFA; }
  div.login-form a {
    color: inherit; }
  div.login-form .input-icon-wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 17px; }
    div.login-form .input-icon-wrap .input-icon {
      color: #484848;
      background: #ddd;
      padding: 10px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    div.login-form .input-icon-wrap .input-with-icon {
      border: none;
      flex: 1; }
    div.login-form .input-icon-wrap input {
      margin-bottom: 0;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }     

/*# sourceMappingURL=style.css.map */
