
        body {
            font-family: Arial, sans-serif;
            /*background-color: #f4f4f4;*/
            background-image: url('../img/bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center; 
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            flex-direction: column;
            overflow: hidden;
        }
        form {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 300px;
            /*width: 100%;*/
            margin-top:-70px;
        }
        label {
            display: block;
            margin-bottom: 5px;
            color: #666;
            text-align: center;
        }
        input[type="text"] {
            width: 93%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        button {
            width: 100%;
            padding: 10px;
            background-color: #007BFF;
            border: none;
            border-radius: 5px;
            color: white;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        button:hover {
            background-color: #0056b3;
        }
        h1{
            text-align: center;
            margin: 10px;
            font-size: 20px;
            
        }
        .flag{
            max-width:20%;
            margin-left:92%;
        }
        
                a{
            text-decoration: none;
            
        }
        
        .back{
            color:#666;
        }
