html {height:100%;}
body {height:100%; margin:0; padding:0; background-color: #oo8ooo;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}

input#image-button{
    background: #ccc url('icon.png') no-repeat top left;
    /*padding-left: 16px;*/
    height: 16px;
}

button {
	border: none;
	cursor: pointer;
	appearance: none;
	background-color: inherit;
	/*align-items: center;*/
	/*display: flex;*/
}