@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #09268a 0%, #001e66 100%);
}

#box-container {
  background-image: url(../img/bg1.svg);
  width: 100%;
  min-height: 100vh;
  float: left;
  overflow: hidden;
}

#header {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 15px 0px;
}

#header .logout {
  font-weight: bold;
  font-size: 13px;
}

#header .voltar {
  font-weight: bold;
  font-size: 13px;
      margin-right: 10px;
}/*# sourceMappingURL=styles.css.map */