#lens-modal{
position:fixed;top:0;left:0;width:100%;height:100%;
background:rgba(0,0,0,.7);z-index:9999;
}
.box{
background:#fff;width:90%;max-width:500px;
margin:40px auto;padding:20px;border-radius:10px;
}
input,select{width:100%;margin:5px 0;padding:8px;}
