.signuppage{
    border-radius: 12px;
   text-align: center;
    position: relative;
   
}

.signup-logo{
    width: 109px;
    height: 100px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}
.signup-logo img{
    width:100%;
    height: 100%;
}
.signup-text{
    width: 334px;
    height: 29px;
    margin: 20px;
   display: inline-block;
   vertical-align: middle;
}
.signup-text p{
    font-family: inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: center;
    color: #000000;
    
}
.signup-button {
    width: 163px;
    height: 39px;
    background-color: #21346B;
    margin-top: 30px !important;
    border-radius: 17px;
    color: #ffffff;
   margin-left: 3%;
   font-weight: 700;
    font-size: 24px;
    line-height: 29.04px;
    font-family: inter;
}


.modal-header{
    /* width: 100%; */
    
    text-align: center;
   display: flex;
   flex-direction: column;
 
   border-bottom: none !important;
}
.input-container-signup {
    display: flex;
    align-items: center;
    width: 450px;
    height: 53px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    /* padding: 5px; */
    background: #D9D9D9;
    margin: 1%;
    
  }
  
  .input-icon {
    width: 30px; 
    height: 30px;
    margin-right: 5px;
   
    object-fit: contain;
  }
  
  .input-field {
    flex: 1;
    border: none;
    outline: none;
    padding: 5px;
     background: #D9D9D9;
  }
  .modal-dialog{
    height: auto;
  }
  /* .modal-content{
    height: 431px;
    width: 670px;
} */

/* Responsive Design */
@media screen and (min-width: 768px ) and (max-width:1024px) {  /* Tablets */
  .modal-dialog {
      max-width: 90%;
  }
  .input-container {
    max-width: 450px;
    margin: 16px;
  }
  .signup-text p {
      font-size: 20px;
  }
  .signup-button {
      font-size: 18px;
  }
}

@media screen and (min-width: 320px ) and (max-width:767px) {  /* Mobile Phones */
  .modal-content {
      width: 100%;
      padding: 20px;
  }
  .input-container-signup {
      max-width: 285px;
      height: 50px;
      margin: 0 !important;
  }
  .input-icon {
      width: 20px;
      height: 20px;
  }
  .signup-text p {
      font-size: 18px;
  }
  .signup-button {
      width: 50%;
      font-size: 16px;
  }
}
