
        body {
            background-color: rgb(182, 161, 224);
            background-size: cover; background-position: center; 
            background-repeat: no-repeat;
            background-attachment: fixed;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

        .login-wrapper {
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            width: 400px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        input[type="text"], input[type="password"] {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border-radius: 6px;
            border: 1px solid #ccc;
        }

        .captcha-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        #vericodigovai {
            background-color: #e0e0e0;
            padding: 10px 20px;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            border-radius: 6px;
            user-select: none;
        }

        .btn {
            width: 100%;
            padding: 12px;
            background-color: #8761b3;
            color: white;
            font-size: 16px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
        }

        .btn:hover {
            background-color: #361669;
        }

        .image-section {
            padding: 10px 20px;
            width: 100%;
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            width: 340px;
        }