html, body {
       height: 100%;
   }
   body {
       display: flex;
       align-items: center;
       justify-content: center;
       background-color: #f8f9fa;
       font-family: "Segoe UI", sans-serif;
   }
   .form-container {
       max-width: 400px;
       width: 100%;
       padding: 2rem;
       background-color: #ffffff;
       border-radius: 10px;
       box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   }
   h2 {
       color: #6DB09D;
       font-weight: 600;
   }