body {
  margin: 0;
  background-color: #1b1e24;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: white;
}

nav {
  background-color: #121418;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

/***********Log in ************/

/* #login main {
  margin-top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 270px;
} */

#login main {
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

 /* #logInData {
  display: flex;
  align-items: center;
  position: fixed;
  top: 55%;
  display: flex;
  flex-direction: column;
  color: white;
  width: 40%;
  min-width: 40%;
  margin: auto;
  background-color: #343842;
  border-radius: 20px;
  padding: 15px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  gap: 5px;
}  */

#logInData {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}

.loginMain {
  display: flex;
  flex-direction: column;
}

#logInData input {
  font-size: 14px;
  text-align: center;
}

/* #login input {
  background-color: white;
  border-radius: 20px;
  padding: 5px;
  border: 0px;
} */

#login input {
  width: 50%;
  background-color: white;
  border-radius: 8px;
}

#login button {
  background-color: #bf9aff;
  width: 125px;
  color: white;
  font-weight: 200px;
  border-radius: 20px;
  height: 28px;
}

.logInbtn {
  margin-top: 1rem;
  border: none;
}

.continue {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: #8f78d8;
  border-radius: 20px;
  top: 40%;
  left: 22%;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  margin: 10px;
}

.popUp {
  display: flex;
  justify-content: center;
  margin-top: -150px;
}

/* .continue {
  display: flex;
  flex-direction: column;
  background-color: #;
  border-radius: 20px;
  align-items: center;
  justify-content: space-evenly;
  width: 30%;
  height: 120px;
  position: relative;
  z-index: 999;
  padding-bottom: 10px;
} */

.continue h2 {
  font-size: 16px;
  font-weight: 500;
}

.continue button {
  border: none;
}

.notFound {
  visibility: hidden;
}

/* .register {
  margin-top: 0.5rem;
  border: 0;
} */

.register {
  margin-top: 20px;
  border: 0;
}

/* #newUser {
  padding: 20px;
  border-radius: 20px;
  height: 50%;
  width: 40%;
  position: fixed;
  top: 20lvw;
  left: 28dvw;
  background-color: #262627;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
} */

#newUser {
  padding: 20px;
  border-radius: 20px;
  height: 40%;
  width: 70%;
  position: fixed;
  top: 20%;
  left: 15%;
  background-color: #262627;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
}
.newUserHide {
  visibility: hidden;
}

.loginOpacity {
  opacity: 20%;
}

#newUser input {
  width: 95%;
  border-radius: 8px;
}

#newUser button {
  background-color: #bf9aff;
  width: 125px;
  color: white;
  font-weight: 200px;
  border-radius: 20px;
  height: 28px;
  align-self: center;
  border: none;
}
