#login-dialog {
	width:40%;
	text-align:center;
	background-color: white;
	padding: 20px;
    z-index: 10;
}

#background {
	display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
    pointer-events: none;
}

#main-panel {
	pointer-events: auto;
}