body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0; }

h1 {
  margin-bottom: 40px; }

h3 {
  font-size: 24px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  font-weight: normal; }

small,
.small {
  color: #a3a09d;
  font-size: 12px;
  font-weight: normal; }

header {
  line-height: 32px;
  padding: 10px;
  background-color: #333;
  color: white;
  font-size: 16px; }
  header a {
    color: #F9F9F9; }
    header a:hover {
      color: #F9F9F9; }
  header img {
    margin-right: 50px; }

html,
body {
  height: 100%; }

body > div,
body > div > section,
body > div > section > div {
  height: 100%;
  min-height: 100%; }

.app-body {
  height: 100%;
  min-height: 100%;
  background-color: #f5f5f5;
  padding-top: 30px; }

.splash-login {
  position: absolute;
  max-width: 699px;
  min-height: 328px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.login-logo {
  padding-bottom: 25px;
  padding-top: 15px; }

.btn-primary {
  color: white;
  border-radius: 3px;
  border-color: #faa635;
  background: #faa635;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.11); }
  .btn-primary:hover {
    border-radius: 3px;
    border-color: #faa635;
    background: #faa635;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25); }

.container-form {
  max-width: 519px;
  margin-left: auto;
  margin-right: auto; }

header .container-fluid {
  margin-left: 20px;
  margin-right: 20px; }

header .container-fluid a.pull-right {
  margin-left: 10px; }

hr {
  border-top: 2px solid #ccc; }

.user-profile-pic {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  margin-top: 65px;
  padding-top: 75px; }
  .user-profile-pic img {
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    height: 130px;
    width: 130px; }
