/* body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    background-color: #F9FAFB;
    padding: 16px;
    margin: 0;
    font-family: Arial, sans-serif;
  } */
  /* .container {
    width: 100%;
    max-width: 400px;
    margin: auto;
  } */
  /* .form-box {
    background: white;
    padding: 32px;
    border-radius: 8px;

    border: 1px solid #E5E7EB; 
    padding-bottom: 100px;
  } */
  /* h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1F2937;
  } */
  /* p {
    text-align: center;
    color: #6B7280;
    margin: 8px 0 24px;
  } */
  /* .form-group {
    margin-bottom: 16px;
  } */
  label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
  }
  input,
  textarea {
    width: 100%;
    border: 1px solid #D1D5DB;
    outline: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    color: #374151;
  }
  textarea {
    resize: none;
  }
    /* button {
        width: 100%;
      
    } */
    