html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%; 
}



.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 11px;
  max-width: 1102px;
}

.header-section {
  display: flex;
  gap: 20px;
}

.logo-container {
  top: -30px;
  width: 223px;
  height: 223px;
}


.sign-up-title {
  color: #fff;
  margin-top: 40px;
  font: 20 20.7px Work Sans, sans-serif;
}

.main-content {
  margin-left: 80px;
  width: 249px;
  display: flex;
  gap: 20px;
}




.greeting-bubble {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  aspect-ratio: 2.917;
  color: #000;
  border-radius: 8px;
  height: 39px;
  width: 249px;
  position: relative;
}

.greeting-bubble-bg {
  margin: 66px 186px;
  position: absolute;
  inset: 0;
  height: 71px;
  width: 205px;
  object-fit: cover;
}

.greeting-text {
  position: absolute;
  top: 205%;
  left: 111%; 
  transform: translate(-50%, -50%); 
  color: black; 
  font-size: 16px;
  text-align: center;
  z-index: 2; 
}

.greeting-text {
  position: relative;
  z-index: 1;
}

.character-image-container {
  display: flex;
  flex-direction: column;
  border-radius: 56px;
  position: relative;
  min-height: 330px;
  margin-top: 34px;
  width: 612px;
  max-width: 100%;
}

.character-bg {
  position: absolute;
  inset: 0;
  height: 350px;
  width: 358px;
}

.character-image {
  z-index: 10;
}

.form-column {
  width: 89%;
}

.sign-up-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.input-field {
  height: 39px;
  width: 249px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  margin-bottom: 15px;
}

.input-row {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}

.gender-select {
  border-radius: 17px;
  background-color: #fff;
  display: flex;
  gap: 14px;
  padding: 6px 16px;
}

.gender-label {
  color: #000;
  flex-grow: 1;
  margin: auto 0;
  font: 200 19px Work Sans, sans-serif;
}

.gender-icons {
  display: flex;
  gap: 7px;
}

.gender-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 47px;
}

.dropdown-icon {
  aspect-ratio: 1.72;
  object-fit: contain;
  width: 12px;
  margin: auto 0;
}

.form-footer {
  display: flex;
  margin-top: 25px;
  width: 100%;
  flex-direction: column;
  color: #fff;
  padding: 0 80px 0 11px;
  font: 12.5px Work Sans, sans-serif;
}

.subscribe-checkbox {
  align-self: flex-start;
  display: flex;
  gap: 8px;
  font-weight: 400;
}

.checkbox {
  background-color: transparent;
  margin: auto 0;
  border: 2px solid #fff;
}

.login-link {
  font-weight: 200;
  align-self: center;
  color: white;
  margin-top: 30px;
}

.right-column {
  width: 18%;
}

.sideimage {
  position: absolute; 
  top: 40%; 
  right: 0; 
  transform: translateY(-50%); 

}

#manlogo{
  height: 251px;
  width: 293px;
}

@media (max-width: 991px) {
  .content-wrapper,
  .sign-up-form {
    max-width: 95%;
  }

  .header-section,
  .title-wrapper,
  .main-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .logo-container,
  .title-container,
  .left-column,
  .form-column,
  .right-column {
    width: 100%;
  }

  .logo,
  .banner-image,
  .greeting-container,
  .character-image-container,
  .sign-up-form,
  .side-image {
    margin-top: 40px;
  }

  .sign-up-title {
    font-size: 20.7px;
  }

  
  .gender-select,
  .input-field {
    border-radius: 8px;
    height: 39px;
    width: 249px;
  }

  .character-image-container {
    padding-right: 20px;
  }

  .form-footer {
    padding-right: 20px;
  }

 

  .gender-input{
      width: 108px;
      height: 39px;
      border-radius: 8px;
      background-color: #fff;
      color: #000;
    }
}

/* this is for signup page */
.login-container {
  position: relative;
background-color: #000;
display: flex;
max-width: 450px;
height: 1200px;
flex-direction: column;
overflow: hidden;
color: #fff;
margin: 0 auto;
font: 400 12px Work Sans, sans-serif;
}

/* this is for sigin page */
.sign-container{
    position: relative; 
    background-color: #000;
    display: flex;
    max-width: 450px;
    height: 1050px;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
    font: 400 12px Work Sans, sans-serif;
    }

.gender-input{
width: 108px !important;
height: 42px;
border-radius: 8px;
background-color: #fff;
color: #000;
margin-bottom: 29px;
}


.custom-contact-input{
width: 134px;
height: 39px;
border-radius: 8px;
background-color: #fff;
color: #000;
margin-bottom: 29px;
}



header.header-section {
  top: 40px;
  left: -28%;
  position: relative; 
  z-index: 1;
}


section .logset{
  position: absolute;
  top: 17px;
  z-index: 2;
} 

.contact-wrapper {
    width: 255px;
    height: 39px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .custom-contact-input {
    flex: 1;
  }




@media only screen and (max-width: 768px) {
  .logo-container img{
      width: 180px;
      height: 100px;
  }

  .header-section svg{
    width: 362px;
    height: 150px;
  }

  .login-container {
    background-color: #000;
    display: flex;
    height: 1100px;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    margin: 0 auto;
    font: 400 12px Work Sans, sans-serif;
    }

  

}

._success {
  box-shadow: 0 15px 25px #00000019;
  /* padding: 45px; */
  width: 100%;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 4px #00d4ad;
}

._success i {
  font-size: 55px;
  color: #00d4ad;
}

._success h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}

._success p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #495057;
  font-weight: 500;
}

._failed{ border-bottom: solid 4px #c56565 !important; }
._failed i{  color:#c56565 !important;  }