html {
	font-family: Tahoma;
	font-size: 10pt;
}

body {
	background-color:#cecece;
}

.fundo {
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.vertical-horizontal-center {
  width:300px;
  height:330px;
  margin-top:50px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.box-redondo {
	background-color:rgb(241,241,241);
	box-shadow: rgba(0,0,0,0.06) -2px 5px 9px 3px;
	border-width: 0.5px;
	border-style: solid;
	border-color: rgb(241,241,241);
	border-radius: 16px;
	padding:24px;
	display: flex;
}

input[type=text] {
	width: 240px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	border-radius: 4px;
	font-size: 9px;
	padding: 8px 20px;
}

input[type=password] {
	width: 240px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	border-radius: 4px;
	font-size: 9px;
	padding: 8px 20px;
}

#logar {
	width: 240px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	border-radius: 4px;
	font-size: 15px;
	color:rgb(0, 105, 219);
	padding: 8px 20px;

}