html {
  height: 100%;
}

body {
  padding: 0 0 100px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000031+0,2e3b89+100 */
  background: #000031;
  background: linear-gradient(to bottom, #000031 0%, #2e3b89 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  border: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
}

header {
  flex: none;
  text-align: center;
  padding: 50px 25px 25px 25px;
}
header #logo {
  margin: 0 auto 25px auto;
}
header h1 {
  font-weight: 300;
  color: #fff;
}

main {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
main .lead {
  text-align: center;
}
main form {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
main form .formerror {
  background-color: #c00;
  color: #fff;
  padding: 5px 10px;
}
main form .formerror a {
  color: #fff;
  text-decoration: underline;
}
main form .form-group {
  margin-bottom: 1.5rem;
}
main form label {
  text-align: left;
  display: inline-block;
  width: 100%;
}
main form label span {
  float: right;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 300;
  font-size: 12px;
  position: relative;
  margin-top: 5px;
}
main form label.form-check-label {
  font-weight: 300;
}
main form .fielderror {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  padding: 5px 10px;
}

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