@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
  background-color: #ffffff;
  width: 1064;
}


.navbar {
  background-color: #ffffff;
  height: 80px;
  margin-top: -10px;
  border-bottom: 1px solid rgb(230, 228, 228);
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar img {
  height: 90px;
  margin-top: -5px;
}

.navbar h1 {
  margin-top: -80px;
  margin-left: 90px;
}

#nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  font-size: 18px;
  margin-left: 90px;
}

#nav-links a {
  text-decoration: none;
  color: rgb(116, 116, 116);
  margin-top: -53px;
  position: absolute;
  font-weight: 500;
  border-radius: 20px;
  width: 100px;
  height: 35PX;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300PX;
  text-align: center;
  justify-content: center;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 23px;
}

#nav-links a:hover {
  background-color: #7758D7;
  color: rgb(255, 255, 255);
}

#mentor-img img {
    height: 600px;
    width: 800px;
    margin-top: 100px;
    margin-left: 100px;
}


.login-container {
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    margin-left: 1100px;
    margin-top: -660px;
}

.signup-container {
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    margin-left: 1100px;
    margin-top: -620px;
}

h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.input-group {
    margin-bottom: 15px;
    position: relative;
}

.input-group input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    height: 50px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #f8fdfd;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    box-sizing: border-box;
}

#confirm-pass {
    margin-top: 15px;
}

input::placeholder {
    color: #6f6f6f;
}

.password-group .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.options label {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.options input {
    margin-right: 10px;
}

.options .forgot-password {
    color: #888;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.login-button {
    background-color: #ff5722;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.signup {
   margin-top: -27px;
   font-family: "Hind", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 13px;
}

.signup a {
    color: #007bff;
    text-decoration: none;
}

.divider {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.divider hr {
    flex: 1;
    border: none;
    height: 1px;
    background-color: #ccc;
}

.divider span {
    margin: 0 10px;
    color: #888;
}

.social-login button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login .google-button {
    background-color: #f8fdfd;
    color: #333;
}

.google-button img {
    height: 33px;
    width: 33px;
    margin-left: -20px;
}

.social-login .facebook-button {
    background-color: #3b5998;
    color: #fff;
}

.facebook-button img {
    height: 40px;
    width: 40px;
}


