﻿/* 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. */

/*Make logo larger on billing account summary cards*/
.ba_saIcon {
	max-height: 200px;
	max-width: 200px;
}

/*Increase height of external payment page*/

#extPmtPageFrame{
    height: 75rem;
}
 /*Increase height of external payment page*/
#iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage{
    height: 75rem !Important;
}
/*Increase height of external payment page*/
#guestPay-content #extPmtPageFrame {
    height: 75rem !Important;
    overflow-y: visible;
}
/*Increase height of external payment page*/
#guestPay-content .formbuttons {
    margin-bottom: 5rem;
}

/*Have preferred name field with 100% width for ghost text to fit*/
#other-information-container > form > div.row >div.field1 {
	width: 100%;
}

/*Modify margin of alerts to show full Coronavirus text*/
#homepagetemplate {
	margin-top: 75px;
}
