body{
background:#111;
color:white;
font-family:Arial;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}

.container{
background:#1e1e1e;
padding:30px;
border-radius:10px;
width:400px;
}

input,select,button{

width:100%;
margin-top:10px;
padding:10px;
border-radius:6px;
border:none;

}

button{
background:#7B2CBF;
color:white;
cursor:pointer;
}