@charset "utf-8";

#login-box {
    display: none;
    position: fixed;
    left: 50%;
    top: 41%;
    margin-left: -210px;
    margin-top: -320px;
    z-index: 10000002;
    border-radius: 10px;
    overflow: hidden;
}

#bg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000001;

}