div.disabled input, div.disabled button {
	color: grey;
	pointer-events: none;
}

span.error {
	color: red;
}

span.success {
	color: green;
}

#passcode input {
	width: 4em;
}

div {
	margin: 10px;
}
