html, body {
    height: 100%;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

input {
	max-width: 100%;
}
