Email:
Password:
form{background-color:white;
border-radius:10px;
box-shadow:0px 0px 10px gray;
text-align:center;
padding:20px;
width:350px;
margin:auto;
}
body{background-color:rgb(230, 230, 230);
text-align:center;
}
input{
border-radius:3px;
outline:none;
}
#submit{background-color:white;
box-shadow:0px 0px 10px gray;
border-radius:3px;
width:100px;
}