html {
  color: #3388ff;
  line-height: 1;
  font-size: 15px;
  padding: 0px;
  text-align: center;

}

button{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	background-color: #3388ff;
	border: 0px;
	border-radius: 3px;
}

input{
	width: 200px;
	height: 30px;
	border-radius: 3px;
	border-color: #3388ff;
}

.box{
	display: inline-block;
  	text-align: left;
}