.singup-div{
     background-color: transparent;
     /* height: 600px; */
     width: 500px;         /* or any responsive width 343a43 */
  /* aspect-ratio: 1 / 1.1; */
  border-radius: 30px;
  backdrop-filter: blur(10px);
}
.active{
  display: block !important;
}
.hidden{
  display: none !important;
}

.Container h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.container  h2 {
  font-family: "Paytone One", sans-serif !important;
  font-weight: 400;
  font-size: 2.5rem;
  font-weight: 500;
}
.container h3 {
  font-size: smaller;
  color: #a1a1aa;

  margin: 1rem auto;
}

.container p {
  color: #a1a1aa;
  max-width: 600px;
  margin: 1rem auto;
}

.sgbtn{
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  background-color: transparent;
  border: 1px solid green;
  color: white !important;
  
}
.sgbtn:hover{
  
  border: 2px solid green !important;
  color: rgb(3, 251, 3) !important;
}



.card-3d {
  box-shadow: 0px 0px 20px 0px rgb(255, 255, 255);
  transition: transform 0.3s ease;
}

.line-text {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 30px 40px 0 40px;
}

.line-text::before,
.line-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fff6f6;
}

.line-text:not(:empty)::before {
  margin-right: 10px;
}

.line-text:not(:empty)::after {
  margin-left: 10px;
}

.baner-div{
  padding: 1.5rem;

}

.pass{
  position: relative;
}
.show{
  padding-inline: 0.3rem;
  color: black;
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
    
}

.forgot-card {
  max-width: 760px;
  width: min(92vw, 760px);
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid rgba(0, 173, 181, 0.35);
  background: linear-gradient(180deg, rgba(11, 18, 25, 0.75), rgba(8, 13, 18, 0.9));
}

.forgot-main {
  max-width: 960px;
  padding: 1.4rem 1rem 2rem;
}

.forgot-intro {
  margin-bottom: 0.8rem;
}

.forgot-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.15;
}

.forgot-lead {
  max-width: 600px;
  margin: 0.8rem auto 1.3rem;
  font-size: 1.04rem;
}

.forgot-form-wrap {
  width: min(100%, 620px);
  margin: 0 auto;
}

.forgot-subheading {
  max-width: 520px;
  margin: 0 auto 0.5rem;
}

.forgot-form {
  width: 100%;
  text-align: left;
}

.forgot-row {
  width: 100%;
}

.forgot-label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.forgot-input {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(110, 125, 141, 0.45);
  background-color: rgba(255, 255, 255, 0.96);
}

.forgot-pass-wrap {
  width: 100%;
}

.forgot-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  padding-bottom: 1.2rem;
}

.forgot-actions .sgbtn {
  min-width: 210px;
}

@media (min-width: 768px) {
  .forgot-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.6rem;
  }

  

  .forgot-input,
  .forgot-pass-wrap {
    width: 100%;
    /* Removed max-width: 410px; so it doesn't stop short */
    max-width: none; 
    /* Tells the input to fill all available remaining space */
    flex: 1; 
  }
}

.forgot-footer {
  padding-bottom: 1.5rem;
}

.forgot-footer-row {
  justify-content: center;
  row-gap: 0.8rem;
}

.forgot-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.forgot-footer-col p {
  margin: 0.35rem 0;
}



@media (max-width:576px) {
   .container h2 {
  /* word-spacing: 0.5rem; */
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
} 
.container h3 {
    font-size: 1rem;
}

.singup-div{
     
     width: 90%;         /* or any responsive width */
  aspect-ratio: 1 / 1.5;
}
.forgot-card {
  width: 95%;
  padding: 0.75rem;
}
.forgot-main {
  padding: 1rem 0.5rem 1.8rem;
}
.forgot-lead {
  margin-bottom: 1rem;
  font-size: 0.98rem;
  padding: 0 0.5rem;
}
.forgot-form-wrap {
  width: 100%;
}
.forgot-row {
  display: block;
}
.subheading{
  font-size: 1rem;
}
.line-text{
  margin: 10px 10px 0 10px ;
}
#otpbtn{
  justify-content: center;
  margin-top: 10px;
}
.show {
  right: 10px;
}
.forgot-actions .sgbtn {
  width: 100%;
  max-width: 260px;
}
.forgot-actions {
  padding-bottom: 1rem;
}
}