
body{
font-family:Arial;
background:#f4f6f8;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}

.card{
background:white;
padding:30px;
border-radius:8px;
width:350px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

input{
width:100%;
padding:10px;
margin:5px 0;
}

button{
padding:10px;
background:#2b7cff;
color:white;
border:none;
width:100%;
}

.progress{
background:#ddd;
height:25px;
margin:10px 0;
}

.bar{
background:green;
height:100%;
color:white;
text-align:center;
}
