
.webinar-request-header {
    padding: 10px 0px;
    display: flex;
    padding-top: 25px;
    justify-content: flex-start;  /* Aligns content to the left */
    align-items: flex-start;     /* Aligns content to the top */
    background-image: linear-gradient(to right, #1b4163, #142d48); /* Horizontal gradient */
}

.webinar-request-header img {
    padding: 0px; /* Removes any extra padding from the logo */
}

.webinar-request-footer {
    background-color: #f7f8f9; /* Light grey background */
    padding: 10px 0; /* Padding for top and bottom */
    text-align: center; /* Centers the text */
    font-size: 14px; /* Adjust font size */
    color: #333;
    margin-top: 40px;
}








/* csslint ignore:start */
/*BCG Print Page Styling*/
/* @media print { */
/*     .container-bcg-print h2 { */
/*     } */
/* */
/*     .container-bcg-print h3 { */
/*     } */
/* */
/*     .img-bcg-logo { */
/*         /*display: none;!1! */
/*     } */
/* */
/*     .img-bcg-barcode { */
/*     } */
/* */
/*     .container-bcg-print table { */
/*         /*display: none;!1! */
/*     } */
/* */
/*     .text-bcg-bottom { */
/*         /*font-size: 60%;!1! */
/*     } */
/* } */

/* Enable wide mode */
/* #ewa-app > .body-content { */
/*     width: 98%; */
/* } */
/* */
/* #ewa-app > .navbar > .container { */
/*     width: 98%; */
/* } */


/* Enable tall viewer */
/* #ewa-ria-detail-viewer .embed-responsive-16by9 { */
/*     padding-bottom: 100%;  */
/* } */

/*Other Page Styling*/
/* csslint ignore:end */

/* Disable warnings for unsupported browsers */
/*
.browser-warning {
    display: none;
}
*/






