/* Customer portal logo: 20% smaller than the standard request-form size. */
body.estimate-request-form.nova-price-request-page .logo img {
    max-width: min(312px, 74vw);
    max-height: 94px;
}

body.estimate-request-form.nova-price-request-page .logo {
    text-align: left !important;
}

@media (max-width: 767px) {
    body.estimate-request-form.nova-price-request-page .logo img {
        max-width: 200px;
        max-height: 64px;
    }
}
