#loginModal .close{position: absolute;top: 10px;right: 15px;}
#loginModal .leftimg{width: 47%;background-image:url(https://wherelight-cdn-res.cloudinary.com/2023/login/login.webp);background-size:cover;background-position: center;background-repeat: no-repeat;position: relative;border-radius: 4.5px 0 0 4.5px;}
#loginModal .leftimg span{color: #fff;text-align: center;position: absolute;width: 100%;bottom:25px;left: 0;font-size:25px;}
#loginModal .rightdiv{width:53%;padding:40px;height: 500px;}
#loginModal .rightdiv .typechange{cursor: pointer;}
#loginModal .rightdiv .typechange.active{color: var(--f7-theme-color);border-bottom: 2px solid;}
#loginModal .rightdiv .typeshow{display: none;}
#loginModal .form-group{margin-bottom: 5px;}
#loginModal .form-group .passwordshow{position: absolute;right: 10px;top: 50%;z-index: 3;cursor: pointer;transform: translateY(-50%);}