a {
  color: inherit; }

body {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("/img/home.jpg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .page > .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }

h2,
h3 {
  margin: auto;
  text-align: center; }

h2 {
  text-transform: uppercase;
  color: pink; }
  h2.alone {
    margin-bottom: 144px; }

h3 {
  font-weight: normal;
  line-height: 1.3;
  max-width: 864px;
  margin-top: 16px;
  margin-bottom: 144px; }

.highlight,
.floating {
  background-color: rgba(255, 255, 255, 0.8); }

.floating {
  color: #676767; }

.inputs {
  margin: 16px 0; }
  .inputs .line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center; }
  .inputs .button {
    background-color: #00a6d5; }
  .inputs .green {
    background-color: #38ecd0; }

.tools {
  font-size: .9em;
  text-align: center; }
  .tools::after {
    font-family: "FontAwesome";
    content: "\00a0\f105";
    text-decoration: underline; }
