﻿   #login_box
        {
            width: 100%;
            height: 500px;
            z-index: -1;
            height: 200px;
            position: absolute;
            top: 50%;
            margin-top: -100px;
            background-color: #fff;
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
        }
        
        .login_main img
        {
            vertical-align: middle;
        }
        #login_bottom
        {
            position: fixed;
            bottom: 35px;
            width: 100%;
            height: 60px;
            line-height: 80px;
            background-color: #336799;
            color: White;
            text-align: center;
            font-family: Arial;
            font-size: 11px;
        }
        #login_bottom a
        {
            margin-left: 20px;
        }
        #login_bottom1
        {
            position: fixed;
            bottom: 20px;
            width: 100%;
            height: 20px;
            line-height: 50px;
            color: White;
            text-align: center;
            font-family: Arial;
            font-size: 11px;
        }
        .input
        {
            background-color: transparent;
            width: 220px;
            height: 32px;
            border: 0px;
            margin-left: 37px;
            margin-top: 7px;
        }
 .page
        {
            height: 100%; display: flex; flex-direction: column;
        }
        .grid
        {
            flex: 1; background: url(../images/bg.jpg) no-repeat; background-position: center center;
            background-size: 100% 100%; display: grid; grid: 50px 1fr 58px/1fr 1024px 1fr;
        }
        .box
        {
            grid-column: 2/3; grid-row: 2/3; position: relative;
        }
        .box-left
        {
            position: absolute; height: 276px; top: 50%; margin-top: -188px; width: 266px;
                    background: url(../images/bg-left.png) no-repeat; background-position: center center;
                    background-size: 100% 100%;
        }
        .box-right
        {
            position: absolute; top: 50%; margin-top: -188px; right: 0;
        }
        .box-login
        {
            width: 300px; background-color: #fff; height: auto; overflow: hidden;
            }