*{
  padding:0px;
  margin:0px;
}

body{
  background-color: #f0f0f1
}

form{
  text-align:center ;
  background-color: white;
  display:block;
  padding:26px 24px 34px;
  margin:10% auto;
  width:150px;
  border: 1px solid #c3c4c7;
  border-top-color: rgb(195, 196, 199);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(195, 196, 199);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(195, 196, 199);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(195, 196, 199);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: 0 1px 3px rgb(0 0 0 / 4%);

}

p{
  display:block;
  margin:10px,
}

input{
  display:block;
  margin:0px auto;
  width:150px;
}