body{
    background: linear-gradient(135deg,#0f0c29,#302b63,#24243e);
    font-family: Arial;
    color:white;
    text-align:center;
}

.container{
    width:90%;
    max-width:400px;
    margin:50px auto;
    padding:20px;
    background: rgba(255,255,255,0.1);
    border-radius:15px;
    backdrop-filter: blur(10px);
}

input,button{
    width:100%;
    padding:10px;
    margin:8px 0;
    border-radius:8px;
    border:none;
}

button{
    background:#9c27b0;
    color:white;
    font-weight:bold;
    cursor:pointer;
}
button:hover{
    background:#e040fb;
}
a{color:#ffccff;}