
Form {
  width: 500px; 
  margin: 50px auto; 
  padding: 30px;
  background-color: white; 
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 16px;
}


.btn {
  background-color: #4285f4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
 
}


.btn:hover {
  background-color: #4275f4;
}


#signupForm h1 { 
  text-align: center;
  margin-bottom: 20px;
}

#emailHelp {
  font-size: 12px;
  color: #6c757d;
}

#togglePasswordButton {
  border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 164px;
  height: 45px;
  margin-right: 0px;
}

/* Responsiveness */
@media (max-width: 768px) { 
  #signupForm {
    width: 90%;
    padding: 15px;
  }
}
#googleSignIn {
  background-color: #4285f4;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 22px;
  font-size: 16px;
  margin-left: 0px;
  width: 440px;
  height: 45px;
  margin-top: 65px;
  border-bottom-right-radius: 4px;
  border-radius: 8px;
}


#googleSignIn:hover {
  background-color: #3b79d6;
}



#googleSignIn img {
  width: 39px; /* Adjust the image size */
  height: 39px;
  margin-right: 8px;
}
#or{
  font-size: 17px;
  margin-top: -71px;
  margin-left: 185px;
}
#signupb{
  margin-left: 0px;
  font-size: 15px;
  border-radius: 8px;
  width: 440px;
  margin-top: 23px;
  
}
/* .form-link span, .form-link a {
  font-size: 14px;
  font-weight: 400;
  color: #232836;
} */
#form-link{
font-size: 14px;
font-weight: 400;
color: #232836; 
margin-left: 119px;
display: inline-block;
width: 201px;
  margin-top: 10px;
}
#logo {
  display: block;
  margin: 0 auto;
  width: 100px; /* Adjust the width as needed */
  height: auto;
  margin-bottom: 20px;
}
.line{
  position: relative;
  height: 1px;
  width: 100%;
  margin: 36px 0;
  background-color:black
}

.line::before{
  content: 'or';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #8b8b8b;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #signupb,
  #googleSignIn {
    width: 100%;
    margin-left: 0;
  }
}
