#liveDemoForm {
    background-color: #CCEEFB;
    padding: 2em;
    border-radius: 1.5rem;
    color: #737373;

    & button {
        border-radius: 1.5rem;
    }

    & input {
        border: none;
        border-radius: 1.5rem;
        background-color: #F7F7F7;
        color: #737373;
    }

    & label {
        --bs-body-bg: #F7F7F7;
    }
}
