@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

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

.application {
  background-color: transparent;
}

.app-title, .company-name, .heading, .button {
}

.heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}

.button {
  padding: .75em 1.5em;
  line-height: 1.75;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background: #e85c41;
}

#submit_app {
  text-shadow: none;
  padding: .75em 1.5em;
}

.button:hover {
  background: #db3a1b;
}

#content {
  font-family: "Open Sans",Verdana,Arial,Helvetica,sans-serif;
  margin-bottom: 1em;
  line-height: 1.6875;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
}
