﻿/* keypad.css */
.innerpage {
    background: rgba(25, 27, 145, 1);
    background: linear-gradient(180deg, rgba(4,193,252,1) 0%, rgba(13,133,244,1) 50%, rgba(25,27,145,1) 100%);
}

@media only screen and (min-width: 768px) {
    /* desktop browser */
    .innerpage {
        background: rgba(25, 27, 145, 1);
        background: linear-gradient(180deg, rgba(4,193,252,1) 0%, rgba(13,133,244,1) 50%, rgba(25,27,145,1) 100%);
    }
}

p.qx-question{
    color: white;
}