body
        {
            background-color:#3f3e3e;
			font-family:"Open Sans",Calibri,Candara,Arial,"微软雅黑",sans-serif;
			height: 100%;width: 100%;margin:0;padding:0;
            }
.aspNetHidden{ height:0px;}
.login-mid 
        {
          height: 500px;
          position: fixed;
            top: 200px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: auto;
            float:left; width:100%;
        }
.big_bg
{
  position:absolute;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-position: center 0;
    background: url("../images/1bg.jpg");
    background-size:100% 100%; 
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
			}
			
        
       
		
		input
		{
                border: 1px solid #ccc;
                padding: 7px 0px;
                border-radius: 3px;
                padding-left:5px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
            }
            input:focus
            {
                    border-color: #66afe9;
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
            }
            .input_login_username{background: url("../images/icon_loginuser.png") no-repeat scroll  left center transparent;background-position: 10px; padding-left:40px}
            .input_login_password{background: url("../images/icon_password.png") no-repeat scroll left center transparent;background-position: 10px; padding-left:40px}
            
            .button_css_login{
	             background-color:#00b7ee;height:35px; color:#ffffff; padding-left:20px; padding-right:20px; 
             border-style:none;
             border-radius:3px;
             cursor: pointer;
             FONT-SIZE: 16px;
             font-weight:bold;
            }
            .button_css_login:hover, .button_css_login:focus {
 	        BACKGROUND: #00a2d4 }