﻿/*Replace logo with png*/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
    background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/*Instamed External Payment Page*/
body #extPmtPageFrame {
  height: 68rem;
  overflow-y: visible;
}
  
/*Instamed Guest Pay */ 
body #guestPay-content #extPmtPageFrame {
  height: 68rem;
  overflow-y: visible;
}
body #guestPay-content .formbuttons {
  margin-bottom: 5rem;
}