
        body, html {
            height: 100%;
            margin: 0;
            overflow: hidden;
        }
        .carousel-container {
            height: 100vh;
            width: 100vw;
            position: absolute;
            top: 0;
            left: 0;
        }
        .carousel-item img {
            object-fit: cover;
            height: 100vh;
            width: 100vw;
        }
        .form-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            padding: 30px 30px 10px 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background-color: #fff;
            z-index: 10;
        }
        .logo img {
            width: 200px;
        }
        .text-footer {
            font-size: 12px;
        }