body {
    margin: 0;
    min-height: 100vh;
    background-image: url("../../img/hp_background_1.png");
    background-size: 140% 140%;
    background-position: 0% 50%;
    animation: bg-drift 50s linear infinite;
}
@keyframes bg-drift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }


.home_page_header{
    
}

.client_page_header{

}
.page_head {
    text-align: center;
    font-size:xx-large;
    margin-top: 20pt;
    margin-bottom: 20pt;
    font-weight: bold;
    text-align: center;
    color:white;
}

.page_top_list{

}
.page_body{
    margin-top: 20pt;
    margin-left: 20pt;
}


.list1{
    width:max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 10pt;
    margin-left: 10pt;
    height: 30px;
}





.index_page_body{
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.index_page_body_content{
    align-content: center;
    margin-top: 10rem;
    width: 70rem;
    height: 30rem;
    background: radial-gradient(
        circle at top,
        rgba(255,255,255,0.08),
        rgba(0,0,0,0.6)
      );

    border-radius: 5rem;
}

.index_page_body_text_1{
    text-align: center;
    color:rgb(207, 213, 223);
    font-size: 4rem;
}

.index_page_body_text_2{
    text-align: center;
    color:rgba(159, 176, 218, 0.875);
    font-size: larger;

    margin-top: 0;
}













.create_account_page_body{
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    
}

.create_account_page_body_content{
    align-content: center;
    margin-top: 2rem;
    width: 90rem;
    height: 50rem;
    background: radial-gradient(
        circle at top,
        rgba(255,255,255,0.08),
        rgba(0,0,0,0.6)
      );

    border-radius: 5rem;

    justify-content: center;
    align-items: center;
    display: flex;
}

.create_account_page_body_text_1{
    width: 40rem;
    height: 30rem;
    background: radial-gradient(
        circle at top,
        rgba(255,255,255,0.08),
        rgba(0,0,0,0.6)
      );

    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.create_account_th{
    text-align: center;
    color:rgb(207, 213, 223);
    font-size: 2rem;
    padding: 10px;
}

.create_account_page_body_text_2{
    text-align: center;
    color:rgba(159, 176, 218, 0.875);
    font-size: larger;

    margin-top: 0;
}




/* Center area (below header) */
.auth-shell{
    min-height: calc(100vh - 90px); /* adjust to your header height */
    display: grid;
    place-items: center;
    padding: 40px 20px;
  }
  
  /* Card */
  .auth-card{
    width: min(700px, 92vw);
    padding: 28px 28px 22px;
    border-radius: 18px;
  
    background: rgba(10, 14, 28, 0.55);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 50px rgba(0,0,0,0.45);
  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  /* Title / subtitle */
  .auth-title{
    margin: 0 0 6px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.92);
  }
  
  .auth-sub{
    margin: 0 0 18px;
    font-size: 14px;
    color: rgba(255,255,255,0.62);
  }
  
  /* Two-column form grid */
  .auth-grid{
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px 14px;
    align-items: center;
  }
  
  /* Labels */
  .auth-grid label{
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.80);
  }
  
  /* Inputs */
  .auth-grid input{
    width: 90%;
    height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
  
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.92);
  
    outline: none;
  }
  
  .auth-grid input::placeholder{
    color: rgba(255,255,255,0.35);
  }
  
  .auth-grid input:focus{
    border-color: rgba(120,170,255,0.55);
    box-shadow: 0 0 0 3px rgba(120,170,255,0.15);
  }
  
  /* Button */
  .auth-btn{
    margin-top: 18px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
  
    background: rgba(90,140,255,0.20);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    cursor: pointer;
  }
  
  .auth-btn:hover{
    background: rgba(90,140,255,0.28);
  }
  
  /* Footer */
  .auth-footer{
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.62);
    text-align: center;
  }
  
  .auth-footer a{
    color: rgba(170,200,255,0.92);
    text-decoration: none;
  }
  
  .auth-footer a:hover{
    text-decoration: underline;
  }

































.simulate_page_body{
    width: auto;
    min-height: auto;
    justify-content: left;
    align-items: left;
    display: flex;

    flex-direction: row;
    
}

.simulate_page_body_content{
    align-content: left;
    justify-content: left;
    align-items: left;
    display: flex;
    flex-direction: column;

    margin-top: 20px;
}


.simulate_input_row{
    display: flex;
    flex-direction: row;
    gap: 20px;

    background: radial-gradient(
        circle at top,
        rgba(255,255,255,0.08),
        rgba(0,0,0,0.6)
      );
}


/* Center area (below header) */
.simulate_auth-shell{
    min-height: calc(100vh - 400px); /* adjust to your header height */
    display: grid;
    place-items: top;
    padding: 40px 20px;

  }
  
  /* Card */
  .simulate_auth-card{
    width: min(1000px, 92vw);
    padding: 28px 28px 22px;
    border-radius: 18px;
  
    background: rgba(10, 14, 28, 0.55);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 50px rgba(0,0,0,0.45);
  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  /* Title / subtitle */
  .simulate_auth-title{
    margin: 0 0 6px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.92);
  }
  
  .simulate_auth-sub{
    margin: 0 0 18px;
    font-size: 14px;
    color: rgba(255,255,255,0.62);
  }
  
  /* Two-column form grid */
  .simulate_auth-grid{
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 12px 14px;
    align-items: center;
  }

  .field{
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  /* Labels */
  .simulate_auth-grid label{
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.80);
  }
  
  /* Inputs */
  .simulate_auth-grid input{
    width: 90%;
    height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
  
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.92);
  
    outline: none;
  }
  
  .simulate_auth-grid input::placeholder{
    color: rgba(255,255,255,0.35);
  }
  
  .simulate_auth-grid input:focus{
    border-color: rgba(120,170,255,0.55);
    box-shadow: 0 0 0 3px rgba(120,170,255,0.15);
  }
  
  /* Button */
  .simulate_auth-btn{
    margin-top: 18px;
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
  
    background: rgba(90,140,255,0.20);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    cursor: pointer;
  }
  
  .simulate_auth-btn:hover{
    background: rgba(90,140,255,0.28);
  }
  
  /* Footer */
  .simulate_auth-footer{
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.62);
    text-align: center;
  }
  
  .simulate_auth-footer a{
    color: rgba(170,200,255,0.92);
    text-decoration: none;
  }
  
  .simulate_auth-footer a:hover{
    text-decoration: underline;
  }
