@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Set a background color */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #070F01;
}

/* Navbar styles */
.navbar {
  background-color: #618202;
  color: #fff;
  padding: 10px 0;
  font-size: 25px;
  text-align: center; /* Center align text */
}

.max-width {
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
/* Home section styles */
.home {
  padding: 80px 0;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 0 5px; /* Left and right spacing */
  box-sizing: border-box;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-image {
  height: 442px; /* Maintain aspect ratio */
  width: 665.23 px;
  border-radius: 10px 0px 0px 10px;
}

.login-box {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  height: 442px; /* Maintain aspect ratio */
  width: 561px;
   border-radius: 0px 10px 10px 0px;
}

.column {
  display: grid;
}

form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Contact section styles */
.contact {
  background-color: #fff;
  color: #070F01;
  padding: 10px 0;
  text-align: center; /* Center align text */
}

.text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icons {
  display: flex;
  justify-content: center; /* Center align icons horizontally */
  align-items: center; /* Center align icons vertically */
  flex-direction: column; /* Display icons in a column */
  gap: 10px;

}

.sub-title {
  font-size: 16px;
  line-height: 1.6;
}

/* Media query for mobile responsiveness */

@media screen and (max-width: 768px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
    display: flex;
  }
}

@media screen and (max-width: 690px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
  }
}

@media screen and (max-width: 500px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
  }
}

@media screen and (max-width: 375px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
  }
}

@media screen and (max-width: 360px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
  }
}

@media screen and (max-width: 350px) {
  .login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .column {
    width: 100%;
    margin: 0; /* Remove margin between columns */
  }

  .company-image,
  .login-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact {
    background-color: #070F01;
    color: #ffffff;;
    padding: 10px 0;
    text-align: center; /* Center align text */
  }
}


