.popup{max-width:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:white;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:9999;padding-bottom:15px}
.popup-content{text-align:center}
.popup-content p{font-family:'Barlow',sans-serif;font-weight:700;font-size:28px;padding-top:10px;color:black}
.popup-content img{height:300px;width:500px}
.iFrameFormPopUp{width:530px;height:550px}
.close-btn,.close-btn-already,.close-btn-logged,.close-btnFormContainer{font-size:20px;position:absolute;top:5px;right:20px;font-weight:bolder;color:black;cursor:pointer}
.close-btnFormContainer{top:20px}
.login_cta{display:flex;justify-content:center;margin-bottom:20px}
.login-cta_cont{width:300px;font-size:25px}
.login-cta_cont a{font-size:20px}
.fixed-bottom{position:fixed;bottom:0;margin:0 auto;width:100%;z-index:2}
@media(max-width:576px){.popupFormCta{width:100%;height:100%}
.popup-logoCont{display:flex;height:260px;width:310px;justify-content:center;align-items:center;background-color:#eeee}
.popup-content img{height:150px;width:200px}
.iFrameFormPopUp{width:100%;height:100%}
}
#overlay-for-jotform{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:9998;display:flex;justify-content:center;align-items:center}
.loader-for-jotform{color:#fff;font-size:1.5em;text-align:center}