﻿/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */
#main,
.BeforeList input.SearchList {
  background-color: rgba(255, 255, 255, 255) !important;
}
 
#sidebar {
  background-color: rgba(255, 255, 255, 255) !important;
  color: #565656;
}

#graphicHeader:not(:empty) #header_logo .header_logo_link {
                background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

body #extPmtPageFrame {
height: 68rem;
overflow-y: visible;
}


body #guestPay-content #extPmtPageFrame {
height: 72rem;
overflow-y: visible;
}

body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}