﻿ input, button, select, textarea { outline: none }
 html,
 body {
     background: #465970;
            
     height: 100%; 
 }
 .bgmap {
     position: absolute;z-index: 1;margin: -284px 0 0 -561px;top: 50%;left: 50%;
 }
 #main {
     width: 100%;
     height: auto;
 } 

 input {
     width: 194px;  
     height: 24px;
     line-height: 24px;
     margin-left: 115px;
     padding-left: 5px;
     border: none;
     padding: 0;
     background-color: transparent;
 }

 #loginMain {  
     position: absolute;z-index: 2;top: 42%;left: 50%;margin: -242px 0 0 -223px;
     width: 446px;
     height: 485px;
     background: url('/Content/Login/images/logobg.png') no-repeat;
 }


 #LoginName { /* margin-top: 214px; */border-left: 1px solid #d1d1d1;margin-left: 0 !important;width: 320px;position: absolute;text-indent: 10px; top: 214px;left: 78px;}

 #Password { margin-top: 42px; border-left: 1px solid #d1d1d1;margin-left: 0 !important;width: 320px;position: absolute;text-indent: 10px;top: 240px;left: 78px;}

 #error {
     margin-left: 44px;
     margin-top: 295px;
     *margin-top: 310px;
     height: 15px;
 }

 .operate { padding: 20px 0 0 42px; }

 .operate a {
     float: left;
     display: inline-block;
     width: 121px;
     height: 33px; 
 } 

 /*登录按钮*/

 #login {width:170px;height: 40px;background: #0099cc;font: 18px/40px "microsoft yahei";text-align: center;color: #fff;text-decoration: none;}

 /*失败按钮*/

 #cancel {
     width:170px;height: 40px;background: #e8e8e8;font: 18px/40px "microsoft yahei";text-align: center;color: #fff;margin-left: 21px;text-decoration: none;
 }
 #cancel:hover{background-color: #0099cc;}