body{background:linear-gradient(135deg,#188694 0%,#146b77 100%);min-height:100vh}.body-content{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 250px)}.login-container{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);max-width:400px;width:100%;position:relative;z-index:10}.login-header{text-align:center;margin-bottom:2rem}.login-icon{width:60px;height:60px;background:#188694;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 15px rgba(24,134,148,.3)}.login-icon i{color:#fff;font-size:40px}footer{display:none}.floating-shapes{position:fixed;width:100%;height:100%;top:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.shape{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.shape:nth-child(1){width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.shape:nth-child(2){width:120px;height:120px;top:60%;right:15%;animation-delay:2s}.shape:nth-child(3){width:60px;height:60px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}