       
       
       body {
            font-family: Arial, sans-serif;
            background-color: #f0f0f0;
            margin: 0;
            display:flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .container {
            width: auto%;
            padding: 40px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
        }

        label {
            display: block;
            font-size: 18px;
            margin-top: 20px;
            text-align: left;
        }
        select{
            width: 100%;
            padding: 12px;
            margin-top: 8px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid #ccc;

        }
        input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"] {
            width: 97%;
            padding: 12px;
            margin-top: 8px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }
        
        input[type="submit"], .btn{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .next-btn{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;


        }
        .osszesit{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;


        }
        .ment{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #28a745;
            border: none;
            border-radius: 5px;

        }
        .tovabb{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #28a745;
            border: none;
            border-radius: 5px;

        }
        .ment:hover{
            background-color: #218838;
        }
        input[type="submit"]:hover, .prev-btn:hover, .next-btn:hover{
            background-color: #0056b3;
        }
        .-btprevn{
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;


        }

        button {
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        button:hover {
            background-color: #0056b3;
        }
        .error {
            color: red;
            font-size: 16px;
            margin-top: 10px;
        }
        .password-reset {
            margin-top: 20px;
            font-size: 16px;
        }
        .password-reset a {
            color: #007bff;
            text-decoration: underline;
        }
        .password-reset a:hover {
            color: #0056b3;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        table th, table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        
        table th {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        
        @media screen and (max-width: 768px) {
            table, table tr, table td, table th {
                font-size: 12px;
                padding: 5px;
            }
        }
        
        button {
            display: block;
            margin: 10px auto;
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
        }
        
        button:hover {
            background-color: #007BFF;
            color: white;
        }