@charset "UTF-8";
.overlay{
    background: #000;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10005;
    display: none;
}


#loginbar {
    width: 400px;
    height: 500px;
    display: none;
    position: absolute;
    z-index: 10005;
    background: #fff;
    left: 50%;
    margin-left: -200px;
    top: 80px;
    perspective: 2000;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}