body {
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 55%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0;
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Tahoma, "sans-serif";
  font-weight: 400;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Tahoma, "sans-serif";
  font-weight: 100;
  display: block;
}

h1, .h1 {
  font-size: 1.4rem;
  margin: 0rem 0 1.5rem 0;
  line-height: 2rem;
}

span {
  white-space: nowrap;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  max-width: 880px;
  margin: auto;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
  width: 100%;
  height: 50%;
  border-radius: 10px 80px 0px 80px;
  flex-direction: column;
  text-align: center;
  box-shadow: 6px 10px 29px 5px rgb(23, 25, 51);
}

.logo-box {
  display: block;
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.logo-box img {
  width: 90%;
  margin: 0 auto;
}/*# sourceMappingURL=sf_style.css.map */