﻿html,body{
    background:#f4f4f4;
}
#Login{
   
    width:500px;
    height:466px;
    background:#fff;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-233px;
    margin-left:-250px;
     display:block;
}
#Login h3{
   height:112px;
   line-height:112px;
   color:#007eeb;
   font-size:28px;
   text-align:center;
}
#Login div{
    width:336px;
    height:42px;
    margin:auto auto;
   margin-bottom:18px;
}
#Login div input{
    width:334px;
    height:40px;
    color:#000;
    line-height:40px;
    font-size:14px;    
    border-radius:3px;
    text-indent:10px;
    border:1px solid #dddddd;
}
#Login div input::-webkit-input-placeholder{
    color:#aca9af;
}
#Login div.Verification{
    margin-bottom:0;
    height:auto;
    overflow:hidden;
}
    #Login div.Verification input{
        width:198px;
        float:left;
    }
    #Login div.Verification img{
        width:120px;
        height:40px;
        float:right;
        background:#e9e9ea;
    }
     #Login div.Verification p{
         line-height:30px;
         height:30px;
         float:left;
         font-size:14px;
         padding-left:16px;
         color:#fe4145;
         background:url(../../Template/images/error.png) no-repeat center left;
     }
      #Login div > a{
          height:40px;
          line-height:40px;
          background:#007eeb;
          text-align:center;
           border-radius:3px;
          display:block;
          font-size:14px;
          color:#fff;
      }
      #Login .Record{
          width:100%;
          bottom:0;
          position:absolute;
          background:#f4f4f4;
          line-height:66px;
          height:66px;
          margin-bottom:0;
          color:#999999;
          text-align:center;
      }
      #Login .Record a{
          width:auto;
          height:inherit;
          line-height:inherit;
          display:inline-block;
          background:none;
          border:0;
          color:#999;
      }