
   
    .container {max-width:100%; margin:40px auto; background:#fff; padding:20px; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.08);}
    
    label {display:block; margin-top:12px; font-weight:600;}
    input, select, textarea {width:100%; padding:10px; margin-top:6px; border:1px solid #ccc; border-radius:6px;}
    textarea {resize:vertical;}
    button {margin-top:16px; padding:12px; width:100%; background:#e65c00; color:white; border:none; border-radius:6px; font-size:16px; cursor:pointer;}
    button:hover {background:#e65c00;}
 .form1 {
  display: flex;
  flex-direction: column;   /* makes all elements stack vertically */
}