@charset "UTF-8";
.gusto__import {
  position: absolute;
  right: 120px;
  top: 50px;
}
.gusto__import a {
  cursor: pointer;
  width: 100%;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  padding: 10px;
  color: #FFF;
  background-color: #2C6EA9;
  font-size: 14px;
  text-align: center;
  display: block;
  border-radius: 4px;
  text-transform: uppercase;
}
.gusto__import a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 6px;
}
.gusto__import_page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Lato", sans-serif;
}
.gusto__import_page .importing {
  display: block;
  width: 100%;
  text-align: center;
}
.gusto__import_page .importing img.logo {
  max-width: 140px;
  width: 60%;
}
.gusto__import_page .importing p {
  font-size: 16px;
}
.gusto__import_page .importing i {
  display: block;
  width: 100%;
  margin: auto;
  color: #2C6EA9;
  font-size: 42px;
}

/*# sourceMappingURL=gusto.css.map */
