* {
  margin: 0;
  padding: 0;
  font-family: calibri;
}

/* Login Page Styles */

/* General styles for input elements inside .container */
.container input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: none;
  border-bottom: 1px solid #7da666;
  outline: none;
  background: transparent;
  color: #7da666;
}

/* Styles for drop */
#drop {
  font-size: 12px;
}

/* Styles for the login button */
.login-button {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  cursor: pointer;
  background-color: #7da666;
  color: #f5f5f5;
  border: none;
  transition: all 0.3s ease-in;
}

.login-button:hover {
  color: #ffffff76;
}

/* Styles for the Create button */
.Create {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  cursor: pointer;
  background-color: #7da666;
  color: #f5f5f5;
  border: none;
  transition: all 0.3s ease-in;
}

.Create:hover {
  color: #ffffff;
  box-shadow: 0px 1px 2px black;
}

/* Styles for the back button */
.exit-btn i {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  height: 10px;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #085814;
  margin-bottom: 10px;
  text-decoration: none;
}

i:hover {
  transition: all 0.5s;
  background-color: none;
}

/* Styles for the login container */
.login-full-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url("./Images/bannerimg-01.jpg");
}
input:focus {
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-container {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  animation: fadeIn 1.5s ease-in-out;
  position: relative;
}

.login-container h1 {
  color: #7da666;
  margin-bottom: 20px;
  font-family: calibri;
}

.login-container input {
  display: block;
  width: 95%;
  padding: 10px 0;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #7da666;
  color: #7da666;
}

/* Styles for forget and Create links */
#forget {
  font-size: 16px;
  margin-top: 1rem;
  font-family: calibri;
}

#forget a {
  text-decoration: none;
  color: #7da666;
  font-weight: bold;
}

#forget a:hover {
  text-decoration: underline 2px solid #7da666;
}

.Create {
  margin-top: 20px;
  font-family: calibri;
}

.Create a {
  color: white;
  all: unset;
}

#forget a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 2000px) {
  footer .content {
    gap: 0px;
    padding: 0px 300px;
  }
}
@media screen and (min-width: 1440px) {
  .login-container {
    width: 20%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  /*  */
  .exit-btn i {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    height: 10px;
    position: absolute;
    top: 6%;
    right: 5%;
    color: #085814;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 18px;
  }
  .login-container {
    width: 25%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
    position: relative;
  }
  .exit-btn i {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    height: 10px;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #085814;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
  }
  /* footer .content {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 12px;
    padding: 0px 70px;
    margin: 0px;
  } */
}

@media screen and (min-width: 1440px) {
  /* .abt-container {
    width: 100%;
  }
  footer .content {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 12px;
    padding: 0px 80px;
    margin: 0px;
  }
  .login-container {
    width: 20%;
  } */
}
@media only screen and (min-width: 319px) and (max-width: 600px) {
  * {
    margin: 0px;
    padding: 0px;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    height: auto;
  }
  /*  */
  .login-container {
    width: 80%;
  }
  label.logo {
    color: white;
    font-size: 18px;
    line-height: 0px;
    gap: 10px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1023px) {
  .login-container {
    width: 35%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
    position: relative;
    height: auto;
  }
  nav {
    width: 100%;
    gap: 25px;
  }
}
/* @media screen and (min-width: 768px) {
  footer {
    width: 100%;
    height: auto;
  }
  footer .content {
    gap: 15px;
    height: auto;
    margin-top: -30px;
    margin-bottom: 0px;
  }
  footer .content {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: start;
    justify-content: center;
    row-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 20px 0px;
    margin: 0px;
  }
  .services,
  .links,
  .social-media {
    width: 30%;
    height: 20%;
  }
  .email {
    width: 60%;
    height: 30%;
  }
  .details {
    width: 30%;
    height: 30%;
    margin-left: -10px;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .content p {
    color: white;
    margin-bottom: 1.3rem;
    font-size: 12px;
  }
  footer .content h4 {
    font-size: 16px;
  }
  p.details {
    width: 30%;
    height: 30%;
    margin-left: -10px;
    padding: 10px;
    align-items: start;
  }
  footer .heading {
    padding: 10px 0px;
    color: #fefefe;
    background-color: #6e9657;
    text-align: center;
    margin: 0px;
    margin-bottom: 3rem;
  }
  footer .content {
    gap: 10px;
    height: auto;
    padding: 0px 20px;
    margin-top: -20px;
    margin-bottom: 10px;
  }
} */
