#popup_login {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(234, 238, 226, 0.7); /* Use rgba to set opacity */
  overflow: auto;
  z-index: 100;
}
#popup_login > div {
  margin-top: 58px;
  max-height: max-content;
}

#popup_signup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(234, 238, 226, 0.7); /* Use rgba to set opacity */
  overflow: auto;
  z-index: 100;
}
#popup_signup > div {
  margin-top: 59px;
}

.parent {
  width: 380px;
  margin: auto;
  /* margin-bottom: 20px; */
  /* padding: 20px; */
  /* padding-left: 20px; */
  padding: 20px;
  border: 1px solid rgb(209, 208, 208);
  background-color: white;
  height: max-content;
  border-radius: 10px;
}
#form1 {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#form1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#form1 > div > input {
  border: 1px solid #bccaa2;
}
#form2 > div > input {
  border: 1px solid #bccaa2;
}
#form2 > div > label {
  color: #314b01;
  font-family: inherit;
}
#form2 {
  /* padding-top: 15px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#form2 > div > label {
  padding-left: 13px;
  align-self: flex-start;
}
.parent > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parent > div:nth-child(1) h2 {
  width: 90%;
  /* border: 1px solid red; */
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 2rem;
  padding-left: 10%;
  font-weight: 900;
  color: #486e00;
}
.parent > h5 {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #898b86;
}
.parent > div:nth-child(1) div {
  width: 15%;
  display: flex;
  justify-content: center;
  text-wrap: nowrap;
}
.parent > div:nth-child(1) div:hover {
  cursor: pointer;
}
.parent > div:nth-child(1) img {
  width: 25%;
}
.child {
  margin-bottom: 24px;
}
.account_create {
  /* border: 1px solid darkblue; */
  text-align: center;
  color: #a7a8a6;
}
#forget_password {
  text-align: center;
  /* border: 1px solid red; */
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #6c6d6b;
}
#go_to_from_login,
#go_to_from_sign_up {
  color: #486e00;
  font-weight: 600;
  font-size: 1.1rem;
}

.child label {
  /* converting label as block level element */
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.child input {
  width: 90%;
  padding: 10px;
  border: 1px solid rgb(146, 140, 140);
  border-radius: 4px;
}

.ls_btn {
  width: 97%;
  color: azure;
  padding: 10px;
  border: 1px solid rgb(146, 140, 140);
  cursor: pointer;
  background-color: #486e00;
  border-radius: 5px;
}

button:hover {
  background-color: rgb(94, 145, 165);
}
div > button > a {
  color: azure;
}
h1 {
  color: #486e00;
  margin-top: 0px;
}
#images {
  display: flex;
  justify-content: center;
  align-items: center;
}
#images div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#images div:hover {
  cursor: pointer;
}
#images img {
  width: 90%;
}

/* #images > img {
  width: 100px;
  margin: 0;
  padding: 0;
}
#images > #fb {
  height: 85px;
  width: 85px;
} */
.buttons_log:hover {
  cursor: pointer;
}
@media screen and (width<500px) {
  .parent {
    width: 280px;
  }
}
