body{

margin:0;

background:#111;

display:flex;

justify-content:center;

align-items:center;

height:100vh;

font-family:Arial;

}

.login-box{

background:#1c1c1c;

padding:30px;

width:320px;

border-radius:10px;

text-align:center;

}

h1{

color:#e50914;

}

input{

width:100%;

padding:12px;

margin:10px 0;

background:#333;

border:none;

color:white;

}

button{

width:100%;

padding:12px;

background:#e50914;

color:white;

border:none;

cursor:pointer;

}

a{

color:#e50914;

text-decoration:none;

}

.login-box p{
    color: white;
}
