.fastpay{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh}.quick-order-form{width:40%;margin:0 auto}.qo-gateway-option{display:flex;align-items:center;margin-top:.5rem}.quick-order-form input[type="text"],.quick-order-form input[type="tel"],.quick-order-form select,.quick-order-form button{width:100%;padding:8px;margin-bottom:12px;border-radius:4px;border:1px solid #ccc}.quick-order-form button{background:#0073aa;color:#fff;border:none;cursor:pointer}.quick-order-form button:hover{background:#006799}#qo_spinner{font-size:.9em;color:#888}@media only screen and (max-width:600px){.quick-order-form{width:80%}}