body {

	//font-size: 62.5%;
	//font-size: 85%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}


 html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-div {
  width: 280px;
  height: 150px;
  background-color: lightblue;
  border-radius: 15px; /* Adjust the value to change the roundness */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  padding: 30px;
}

/*.p_login {
	margin-left:10px;
}*/

.p_submit {
	margin-left:190px;
}