    .brandbackground {
        background: #000;
        background: linear-gradient(to bottom, #fff 0%, #fff 100%);
        width: 100pct;
        height: 100vh;
        color: #000;
        font-family: 'Helvetica Neue', 'Calibri', 'Arial', sans-serif;
    }

    .brandlogo {
        background-image: url('/assets/img/q-pay-stacked-green-black.svg');
        width: 400px;
        height: 192px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

