#bg {
background: rgba(0,0,0,.6);
position: fixed;
left: 0;
top: 0;
width: 320px;
height: 100%;
z-index: 100;
overflow: auto;
}
#form {
width: 150px;
min-height: 520px;
padding: .3em 1em;
background: #fff;
border-radius: 12px;
z-index: 200;
top: 20px;
margin: 1em auto;
}