.section {
  -webkit-font-smoothing: antialiased;
  font-size: 1.05em;
}
.section h3 {
  font-weight: 600;
  font-size: 1.8em;
  margin-top: 5px;
  -webkit-font-smoothing: antialiased;
}
.section h4 {
  color: gray;
  font-size: 0.95em;
}
.section input {
  box-shadow: none !important;
}
.section .btn-primary {
  border-radius: 0;
  font-family: 'Avenir-Heavy';
  color: white;
  background: #1d3349;
  box-shadow: none;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section .btn-primary .glyphicon {
  font-size: 0.8em;
  margin-left: -5px;
}
.section .btn-primary:hover {
  background: #31475d;
}
.section .login-label {
  margin-bottom: 10px;
  font-size: 1.05em;
}

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