body
{
background:grey;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}

form
{
	width:500px;
	border: 3px solid rgb(177, 142, 142);
    padding: 100px;
	background: white;
    border-radius: 20px;
	align-items:center;
}

input
{
	display:block;
	border: 2px solid #ccc;
	width: 80%;
    padding: 10px;
	align-items:center;


}

label {

    color:black;

    font-size: 18px;

    //padding: 10px;

}

div
{
align-items:center;
}

button {

    background: rgb(35, 174, 202);
    padding-top: 10px 15px;
    color: #fff;
    border-radius: 5px;
    border: none;
	height:30px;
	margin-top:30px;
}


