﻿/*Override the height of the external pay iframe window */
#extPmtPageFrame {
  height: 46rem !important;
}

#iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage {
  height: 52rem !important;
}

#iFrameLoadingIndicator.mobileExtPmtPage, #extPmtPageFrame.mobileExtPmtPage {
  height: 56rem;
}
