﻿ body { margin: 0; padding: 0; border: 0; }
        .wrapper { background: url(/Content/images/login/bg.png) no-repeat top center; height: 100%; width: 100%; background-size: 100% 100%; border-bottom: 0px solid orange; position: absolute; top: 0px; left: 0; font-family: "微软雅黑"; font-size: 14px; }
        
        
        .logo { height: 67px; margin: 156px auto 0; text-align: center; }
        .logo img { display: inline-block; border: 0px solid yellow; }

        .container { width: 424px; height: 444px; background: url(/Content/images/login/denglubg.png) no-repeat top center; margin: 56px auto 0; overflow: hidden; background-size: 100% auto; z-index: 102; position: relative; }
        .row { text-align: center; border: 0px solid silver; width: 420px; margin-left: 22px; height: 40px; font-size: 18px; }
        
        #username, #password, #VerifiCode { width: 290px; margin: 0 auto; padding: 4px 10px; background-color: transparent; border: 1px solid silver; border-radius: 4px; height: 30px; display: inline-block; }
        
        #VerifiCode { width: 125px; }
        #imgCode { width: 106px; position: absolute; left: 250px; height: 38px; border: 1px solid silver; border-radius: 4px; }
        .lbl { display: inline-block; width: 80px; font-weight: bold;text-align: center;font-size: 14px; }
        #login_button { background-color: #169410; width: 350px;font-weight: bold; text-align: center; color: white; border: 1px solid green; height: 40px; line-height: 40px; margin-left: 38px; border-radius: 4px; margin-top: 25px; }
        #login_button:hover { border: 1px solid green; background-color: green; }
        
        
        .wrapper, .copyright, .banner { min-width: 800px; min-height: 566px; }
        .footer { position: absolute; left: 0; bottom: 0; background-color: green;width: 100%;text-align: center;height: 55px;line-height: 30px;color: white; }
 