/* Start custom CSS for section, class: .elementor-element-9b92ea0 */.stars{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url("https://www.transparenttextures.com/patterns/stardust.png");
animation:moveStars 120s linear infinite;
opacity:0.35;
}

@keyframes moveStars{
from{background-position:0 0;}
to{background-position:10000px 5000px;}
}

.login-panel{
background: rgba(15,20,35,0.75);
backdrop-filter: blur(12px);
padding:50px;
border-radius:12px;
box-shadow:
0 0 20px rgba(0,150,255,0.3),
0 0 80px rgba(0,0,0,0.8);
max-width:420px;
margin:auto;
}/* End custom CSS */