.heartIn{position:relative;transform:rotate(-45deg);animation:heartbeat 1s ease-in-out infinite}.heartIn,.heartIn:after,.heartIn:before{width:40px;height:40px;background:tomato}.heartIn:after,.heartIn:before{content:"";position:absolute;border-radius:50%}.heartIn:before{top:-25px;left:0}.heartIn:after{left:25px;top:0}@keyframes heartbeat{0%{transform:scale(1) rotate(-45deg)}50%{transform:scale(1.2) rotate(-45deg)}to{transform:scale(1) rotate(-45deg)}}@media (max-width:768px){.heartIn,.heartIn:after,.heartIn:before{width:30px;height:30px}.heartIn:before{top:-15px}.heartIn:after{left:15px}}.login-background{position:relative;overflow:hidden}.login-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#e0fdf9;z-index:-1;clip-path:ellipse(60% 100% at -10% 33%)}