*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  line-height: calc(1em + 0.5rem);
  font: inherit;
  font-family: Nexa;
}

body {
  min-height: 100vh;
  background-color: #181820;
  font-family: "Poppins", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.025em;
}

strong {
  font-weight: 900;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  background-color: #111213;
  outline: 1px solid #151617;
}
.container {
  background: url("src/bg2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo_inf {
  width: 220px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.login2 {
  display: flex;
  flex-direction: column;
  background-color: #0b091d;
  height: 628px;
  width: 426px;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 1));
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.superior {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 35px;
}

.ellipse62 {
  background-color: #0e0c25;
  min-height: 120px;
  min-width: 120px;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8%;
  border-radius: 50%;
}
.texto {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.015em;
}
.topo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  height: 10%;
}
.topo h1 {
  font-size: 36px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.form input {
  background-color: #d0d0d0;
  width: 310px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.form label {
  color: #acb9c9;
  font-weight: 500;
}
.lb {
  display: flex;
  width: 100%;
  margin: 7px;
  padding-top: 13px;
  padding-left: 10px;
}
.lb2 {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: end;
  margin: 20px;
  padding-right: 10px;
}
.l2 {
  color: #acb9c9;
  font-weight: 500;
  font-size: 14px;
}
.l1 {
  color: #acb9c9;
  font-weight: 500;
  font-size: 15px;
}

.botao {
  background: linear-gradient(90deg, #3e1bdd 0%, #f07f5c 100%);
  width: 310px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.045em;
}

@media (max-width: 920px) {
  .logo_inf {
    display: none;
  }
}
