body.login {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.uk-button {
	background: #748F68;
}
.uk-button:hover {
	background: #617757;
}

.code .uk-form-label {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.code .uk-form-controls {
	display: flex;
	justify-content: center;
}
.code .uk-form-controls input {
	width: 35px;
	text-align: center;
	margin: 0 6px;
	border-radius: 2px;
}
.code .uk-form-controls .message {
	top: calc(100% + 2px);
	left: 0;
	text-align: center;
	width: 100%;
}
