body{
margin:0;
overflow:hidden;
font-family:'Inter',sans-serif;
}

.bg-video{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
}

.overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.45);
}

.login-container{
position:relative;
z-index:10;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
}

.login-card{
width:400px;
padding:40px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(15px);
border-radius:24px;
color:white;
}

.login-card input{
border:none;
border-radius:12px;
}
