/* Register Page CSS */
body {
  background-color: white;
  margin: 0px;
  padding: 0px;
}

.welcomePage{
  margin: auto;
  height: 90vh;
  width: 100%;
  background-color:white;
  
}


.registerFooter {
  max-width: 700px;
  margin: auto;
  background-color: white;
  height: 6vh;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;

}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", serif; 
  color:#999999;
  height: 13px;
  margin-top: 20px;
 

}

.footerNavItems {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", serif; 
  color:#999999;
  height: 13px;
  margin-top: 20px;

}
.footerNavItems:hover {
 border-bottom: 1px solid #00000026;
  
}
.NavItemtag {
  text-decoration: none;

}

.loginRegisterbox{
  max-width: 370px;
  min-width: 49px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-top: 0px;
  background-color: #ffffff;
 
}

.registerBannerDiv {
    margin: auto;
    max-width: 499px;
    min-width: 49px;
    font-weight: 600;
    font-size: 22px;
    font-family: sans-serif;
    display: grid;
    padding: 10px;
    padding-top: 80px;
    padding-bottom: 0px;
}

.registerBannertext {
    display: flex;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", serif; /* Playpen Sans */
    padding: 5px;
    color: black;
    backdrop-filter: blur(10px);

}

.registerBanner {
    display: flex;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    justify-content: center;
    align-items: center;

}

#loginForm {
    display: grid;
   
}

#signUpForm {
  display: grid;
  margin-block-end: 0px;
 
}

.inputDiv {
    display: grid;
    grid-template-rows: 30px 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    height: 55px; 
    column-gap: 10px;
    background-color: whitesmoke;   
    border-radius: 12px;
    margin-bottom: 10px;
    
}

.insideInputDiv {
  grid-column: 1 / 13;
  grid-row: 1 / 3;
  height: 55px;
  border-radius: 12px;
  border: none;
  outline: none;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  background-color: whitesmoke;  
}

.passwordInputDiv {
  grid-column: 1 / 13;
  grid-row: 1 / 3;
  height: 55px;
  border-radius: 12px;
  border: none;
  outline: none;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 63px;
  color: black;
  background-color: whitesmoke;  

}

#visibleOnOff {
  display: none;

}

#visibleOnOff2 {
  display: none;

}

.visibleOnOff {
  grid-column: 12 / 13;
  grid-row: 1 / 3;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  height: 55px;
 

}

#passwordVisible {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", serif;
    color: #6e6e6e;
    cursor: pointer; 
    padding: 5px;
    border-radius: 50%;
    
}

#passwordVisibleOff {
    display: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", serif;
    color: #6e6e6e;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
  
}

#passwordVisible2 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #6e6e6e;
  cursor: pointer; 
  padding: 5px;
  border-radius: 50%;
  
}

#passwordVisibleOff2 {
  display: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #6e6e6e;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;

}


#loginSubmit:disabled {
  color:#999999;
  cursor: default;
  font-weight: 600;
}

#registerSubmit:disabled {
  color:#999999;
  cursor: default;
  font-weight: 600;
}

.hideMessage {
   height: 15px;
   margin-bottom: 10px;

}


#loginSubmit {
  font-size: 15px;
  background-color: black;
  color: white;
  outline: none;
  border: none;
  font-family: "Poppins", serif;
  font-weight: 500;
  cursor: pointer;
  height: 55px; 
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 

}

#registerSubmit {
  font-size: 15px;
  background-color: black;
  color: white;
  outline: none;
  border: none;
  font-family: "Poppins", serif;
  font-weight: 500;
  cursor: pointer;
  height: 55px; 
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}



.dontHave1 {
  max-width: 59%; 
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 13px;
  padding-right: 8px;
  display: flex;  
  color: #999999;   
  justify-content: center;
  align-items: center;

}
.dontHave2 {
  max-width: 100px;
  min-width: 43px;
  height: 15px;
  line-height: 14px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
  display: flex;      
  justify-content: center;
  align-items: center;

}


/* sign up and login transition effect*/

.page {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.page.show {
  display: grid;
  width: 100%;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  0% {
      transform: scale(0.96);
      opacity: 0;
  }
 50% {
      transform: scale(1.01); /*1.01*/
      opacity: 1;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}

#showSignUp {
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

#showLogin {
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

}

#DontHaveAccount {
  display: flex;
  justify-content: center;
  margin-top: 5px;
 
}
#alreadyHaveAccount {
   display: flex;
   justify-content: center;
 
}

.title-container {
  display: flex;
  height: 50px; /* 60px */
  align-items: center; /* Vertically align the title with the dashes */
  justify-content: center; /* Horizontally center the content */
  font-family: "Poppins", serif; 
  color: #999999;
  font-weight: 600;
  font-size: 13px;
  gap: 10px; /* Space between the dashes and the title */

}
.dash {
  border-top: 1px solid #00000026; /* Draw the dashes */
  width: 50px;

}

.error-message {
  color: red;
  grid-column: 1 / 13;
  grid-row: 2 / 3;
  font-size: 13px;
  margin-left: 20px;
  font-family: sans-serif;
}

.success-message {
  color: #14C800;
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
 

}

.warningDiv {
  color: red; 
  display: none;
  grid-column: 1 / 13;
  grid-row: 2 / 3;
  font-size:13px;
  margin-left: 20px;

}

#email_status {
  grid-column: 1 / 13;
  grid-row: 2 / 3;
  margin-left: 20px;
 
}


 /* Google Recaptcha CSS not needed now as we use Cloudflare trunstile now */ 
 .g-recaptcha {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}

.turnstileDiv {
  display: grid;
  align-items: center;
  justify-content: center;
  /* margin-top: 20px; */

  
}

.aggreeToTerms {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 11px;
    color: #999999;

}

.remember {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
   font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 14px;
    color: black;


}


/* Register password live check CSS */
.password-strength-meter {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    height: 3px;
    background-color: #e0e0e0;
    border-radius: 3px;
     margin: 0px 10px;
    margin-top: 20px;
   
    overflow: hidden;


  

}

.strength-meter-fill {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#password_status {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    font-size: 13px;
    margin-left: 20px;
    font-family: sans-serif;

}

/* Ends Here */



