html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ededed;
  color: #424242;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
}

h1 { font-size: 45px; line-height: 48px; }
h2 { font-size: 36px; line-height: 42px; }
h3 { font-size: 28px; line-height: 36px; }
h4 { font-size: 24px; line-height: 25px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 18px; line-height: 24px; }

a {
  color: #3282e6;
}

a:hover, a:focus {
  color: #165db5;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.wrap {
  min-height: 100%;
  display: table;
  width: 100%;
}

.top-bar {
  height: 20px;
  background: linear-gradient(to bottom, #71a100 0%, #6fa100 100%);
}

.welcome-container {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.coming-soon-wrap {
  margin-top: 90px;
}

.frowny-face {
  text-align: center;
  font-size: 130px;
  color: #919191;
  margin: 90px 0 70px;
}

.welcome-container h1 {
  margin-bottom: 1em;
}

.btn {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  padding: 8px 20px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background-color: #7FB141;
  border: 2px solid #648C33;
  color: #FFFFFF;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
  background-color: #729E3A;
  border-color: #729E3A;
  color: #fff;
}

.login-container {
  text-align: right;
  margin: 20px;
}

.footer {
  position: relative;
  margin-top: -60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
}
