#qrInputWrap {
	position: absolute;
    top: 10rem;
    left: 10rem;
	z-index: 100;
}

#qrInput {
    background-color: blue;
    width: 10rem;
    height: 3rem;
}

#qrResult {
	background-color: white;
}