        body {
            background-color: #f8f9fa;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .login-container {
            background-color: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
        }

        .login-container h2 {
            margin-bottom: 20px;
        }

        .form-group label {
            font-weight: bold;
        }

        .btn-danger {
            width: 100%;
        }

        .form-footer {
            text-align: center;
            margin-top: 20px;
        }

        .form-footer a {
            color: #007bff;
            text-decoration: none;
        }

        .form-footer a:hover {
            text-decoration: underline;
        }

        /* Estilo para o modal */
        .custom-swal-popup {
            width: 400px; /* Ajuste o tamanho da caixa */
            font-size: 14px; /* Tamanho do texto geral */
        }

        /* Estilo para o título */
        .custom-swal-title {
            font-size: 18px; /* Tamanho do título */
        }

        /* Estilo para o conteúdo */
        .custom-swal-content {
            font-size: 14px; /* Tamanho do conteúdo */
        }
