
        .password-box {
			
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            width:50%;
            margin:100px auto;
        }
        .password-output {
            font-family: monospace;
            font-size: 1.2rem;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 15px;
            background-color: #f8f9fa;
        }
        .btn-custom {
            margin: 5px;
        }
        .options {
            text-align: left;
            margin: 15px 0;
        }
        .slider-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }