* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Anansi_Obs";
  src: url("/font/anansi_obs_regular.ttf");
}
#content {
  width: 100%;
  height: 100vh;
  background-image: url("/img/login/fundo.png");
}
#content img {
  max-width: 13rem;
}
#content .linha-horizontal {
  height: 0.3rem;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
#content .linha-horizontal .circle {
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
#content h3 {
  font-family: "Anansi_Obs";
  color: #000;
}
#content .card #linha-direita {
  position: absolute;
  top: 0;
  right: calc(-0.5rem - 2vw);
  bottom: 0;
  margin: auto;
  border: 0.3rem solid #F58B1F;
  width: 10rem;
  height: 80%;
  border-radius: 1rem;
  z-index: -1;
}
#content .card #linha-esquerda {
  position: absolute;
  bottom: 10%;
  left: calc(-0.5rem - 2vw);
  width: 15rem;
  height: 0.3rem;
  border-radius: 1rem;
  background-color: #F58B1F;
  z-index: -1;
}
#content .card #linha-esquerda #circle {
  position: absolute;
  top: 0;
  left: -0.5rem;
  bottom: 0;
  margin: auto;
  background-color: #F58B1F;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
#content .card button[type=submit] {
  background-color: #F58B1F;
  border-radius: 30px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.0784313725);
  border: none;
  font-weight: 300;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#content .card i {
  font-size: 2rem;
}
#content footer {
  background-color: #E1D4C7;
  opacity: 0.75;
}
#content footer p {
  color: #3D2610;
}/*# sourceMappingURL=login.css.map */