.loginIframeOverlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999998; opacity: 0; }
.loginIframeContainer { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgb(255, 255, 255); z-index: 999999; overflow: hidden; opacity: 0; }
.loginIframeContainer .loginIframe { border: none; width: 100%; height: 100%; }
.loginTemplateMobile { flex-grow: 1; display: flex; flex-direction: column; }
.loginIframeContainerMobile { flex-grow: 1; position: relative; }
.loginIframeContainerMobile .loginIframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
