@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
}

body {
  min-height: 100vh;
  background: url('5579665.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  
  display: flex;
  width: 900px;
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
}

.left {
  flex: 1;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}

.left h1 {
  font-size: 45px;
  margin-bottom: 10px;
  margin: 20px;
  font-weight: 800;
}

.left h1 span {
  color: #4ea19d;
}

.left h1 .bold {
  color: black;
  font-weight: 700;
}

.left .tagline {
  margin-top: 10px;
  font-size: 27px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

.divider {
  width: 2px;
  background: #2e7d73;
  margin: 30px 0;
}

.right {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 120px;
  /* margin-bottom: 20px; */
}

form {
  width: 100%;
  max-width: 300px;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 15px;
  /* margin: 10px; */
  height: 35px;
  background-color: #fff;
}

.input-icon {
  color: #4cafaa;
  font-size: 8px;
    margin-right: 11px;
}

.separator {
  width: 3px;
  height: 25px;
  background-color: #555555;
  margin: -5px 8px;
}

.input-field {
  border: none;
  outline: none;
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: black;
}

.input-field::placeholder {
  color: #aaa;
}



.input-group input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}

.options a {
  text-decoration: none;
  color: #4cafaa;
  font-weight: 600;
}

.login-btn {
  width: 100%;
  background: #2e7d73;
  border: none;
  color: white;
  padding: 8px;
  border-radius: 25px;
  font-size: 16px;
  /* font-weight: 600; */
  cursor: pointer;
  transition: 0.3s ease;
}

.login-btn:hover {
  background: #256f65;
}
.myimage{
  width: 16px;
}
.mylogos{
  width: 24px;
  margin-right: 5px;
}



.left h1 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
    color: black;
    font-family: 'Montserrat', sans-serif;
  }
  
  .left h1 .highlightts {
    color: #4cafaa;
    font-size: 38px;
  }
  
 
  


  /* .remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  .remember-forgot label {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #555; 
  }
  
  .remember-forgot input[type="checkbox"] {
    margin-right: 8px;
  }
  
  .remember-forgot a {
    font-weight: 500;
    color: #4cafaa;
    text-decoration: none;
    font-size: 14px;
  }
  
  .remember-forgot a:hover {
    text-decoration: underline;
  } */


  .remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  .remember-me, .forgot-password {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #555;
  }
  
  .logo-space {
    /* display: inline-block;
    width: 5px;  */
    /* height: 20px; 
    margin-right: 8px; */
    /* You can later add background-image here */
  }
  
  .forgot-password {
    font-weight: 500;
    /* color: #4cafaa; */
    cursor: pointer;
  }
  
  .forgot-password:hover {
    text-decoration: underline;
  }