﻿html {
    height: 100%;
    margin: 0;
}
 
body {
    background-image: url('Images/bg.jpg');
   background-repeat: no-repeat; 
   background-position:center;
   /* background-attachment: fixed;*/
    
    font-size: 14px;
    background-color: #0F65A6;/*#1369a0;*/
    
 
    margin: 0px;
    height: 100%;
}

 
#loginContainer {
    min-width: 500px;
    height: 382px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -191px;
}

#login {
 margin-top: 174px;
/*margin-left: 212px;*/
margin-left:105px;
}

.margintop10 {
    margin-top: 12px;
    margin-bottom: 0;
    list-style-type: none;
    height: 20px;
    /*padding-left: 52px;*/
}

 

    #loginBtn
    {
        color:#FFFFFF;
        text-decoration:none;
        font-size:15px;
        font-family:Arial;
        font-weight:100;
    }


     #resetBtn
    {
        color:#FFFFFF;
        text-decoration:none;
        font-size:15px;
        font-family:Arial;
        font-weight:100;
    }

#Password, #UserName ,#VCode{
    background-color: transparent;
    border: none;
    height: 20px;
    width: 160px;
    font-size: 15px;
    line-height: 20px;
    color:#000000;
}

 


#chk1 {
    background-color: transparent;
    margin-left: 0px;
   /* margin-right: 78px;*/
   margin-right:72px;
   /* border: #0033CC solid 2px;*/
}

#chk2 {
    background-color: transparent;
}

.loginBtn {
    background-image: url('Images/btnbg2.png');
    width: 112px;
    height: 37px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    cursor: pointer;
    color:#0359a2;
}

    .loginBtn:hover {
        background-image: url('Images/btnbg1.png');
    }

.margintop20 {
    list-style-type: none;
    margin-bottom: 0;
    list-style-type: none; 
}
/* webkit 浏览器*/
#UserName::-webkit-input-placeholder,#Password::-webkit-input-placeholder,#VCode::-webkit-input-placeholder {
      /*background:lightgreen;*/
    text-transform:uppercase; 
    font-style:italic; 
    letter-spacing:3px; 
    font-size:14px ;
    color:#dcdcdc;   }
/* 火狐浏览器 */
#UserName::-moz-placeholder,#Password::-moz-placeholder ,#VCode::-moz-placeholder {
     text-transform:uppercase; 
    font-style:italic; 
    letter-spacing:3px; 
    font-size:14px;
    color:#dcdcdc; 
}
 