body {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  caret-color: transparent;
  font-family: roboto ;

}
input[type="number"],
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  caret-color: auto;
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5vw;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border-radius: 5px;
  width: 27vw;
  height: 8vh;
  max-width: 600px;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 0.6rem;

}
.custom-button:hover {
  background-color: rgb(199, 199, 237);
}

.logo-container {
  margin-right: 25px;
  margin-left: -10px;
}

.icon {
  height: 20px;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fffbef;
 
}
.main-container p {
  font-size: 1.2rem;
  color: #6c6b6b;
}
.main-container a {
  color: #058eb0;
  font-weight: bold;
}
.heading h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 50px;
  font-weight: 500;
}
hr {
  width: 25vw;
  max-width: 580px;
  margin: 10px 0;
  border: 1px solid #aaa8a8;
  font-family: neulis-sans, Helvetica, Arial, sans-serif;
}

.login-form {
  width: 100%;
  max-width: 40vw;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.or-text {
  margin-top: -25px;
  background-color: #ffffff;
  width: 20px;
  padding: 6px;
  border-radius: 100%;
  font-size: 0.8rem;
}
.login-form input {
  width: 24vw;
  height: 1vh;
  max-width: 560px;
  padding: 18px;
  border: 2px solid #cbc9c9;
  border-radius: 5px;
  font-size: 0.6rem;
  background-color: lavender;


}

#forgot-password {
  margin: 0 0 0 10vw;
  font-size:0.6rem;
}
.login-form #checkbox {
  width: 30px !important;
  max-width: 30px !important;
  border: 2px solid #cbc9c9;
  border-radius: 5px;
  font-size: 1.1rem;
  height:9px;
}

.login-form button {
  width: 28vw;
  max-width: 600px;
  padding: 18px;
  background-color: #7d344e;
  color: aliceblue;
font-size: 0.8rem;
}

.error {
  color: red;
  display: none; /* Hidden by default */
}
.passwordInput,
#checkForgot {
  display: none; /* Password field is hidden initially */
}

/* ==== popup Css  */

.signupBtnclass {
    margin: 15px 5px;
  padding: 7px 10px;
font-size: 10px;
background-color: #7d344e;
color: aliceblue;


}


/* From Uiverse.io by ke1221 */ 
button {
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

p{
  max-width: 27vw;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .main-container {
    height: 100%;
    font-size: 1rem !important;
  }
.custom-button{
  width: 70vw;
  font-size: 12px;
}
  .heading h1 {
    font-size: 2rem;
}
  .login-form {
    width: 60vw !important;
  
  }
  .login-form input {
    width: 60vw;
  }
  .login-form button {
    width: 70vw;
  }

  .or-text {
    margin-top: -20px;
  }
  hr {
    width: 70vw;
  }
  p{
    max-width: 70vw;
  }
}

@media screen and (max-width: 800px) {

  .login-form input {
    width: 65vw;
  }
}

@media screen and (max-width: 850px) {

  .login-form input {
    width: 65vw;
  }
}
@media screen and (max-width: 880px) {

  .login-form input {
    width: 65vw;
  }
}
