@charset "utf-8";
ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    list-style:none;
}
*{
    margin:0;
    padding:0;
}
body {
    font-family: Microsoft Yahei,"Helvetica Neue", Helvetica,  Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size:16px;
   /* min-width:1208px;*/
   min-height: 700px;
    background: url("../skin/image/img/logo1.jpg") no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed
}
#maskImg{
    position: relative;
    z-index: 1;
    height: 500px;
    width: 1000px;
    opacity: 0.8;
    filter: opacity(20) ;
    margin: 100px  auto 0 auto;
    border-radius: 5px;
}
#mask{
    position: relative;
    z-index: 1;
    height: 500px;
    width: 700px;
    opacity: 0.8;
    filter: opacity(20) ;
    background-color: #ffffff;
    margin: -502px  auto 0 auto;
    border: 1px solid #50a7ae;
    border-radius: 5px;
}
#login{
    position: relative;
    z-index: 99;
    height: 500px;
    width: 700px;
    margin: -502px  auto 0 auto;
    border: 1px solid #50a7ae;
    border-radius: 5px;
}
#header{
    
    border-bottom:1px solid #50a7ae;
}
#header img{
    height: 80px;
    width: 465px;
    margin-top: 35px;
    margin-left: 55px;
    float: left;
}
#header div{
    border-left: dotted 1px #50a7ae;
    display:inline-block;
    color: #565656;
    height: 75px;
    margin-left: 25px;
    margin-top: 35px;
    padding:0 25px;

}
#header div h1{
    font-size: 30px;
    font-weight: bold;
    margin-top: -4px;
}
.form{
    color: #50a7ae;
    font-size: 18px;
    width: 430px;
    margin: 0px auto;
}

.form tr {
    height:70px;
    width: 430px;
}
.form .login{
    height:66px;
    width: 430px;
}
.form .login .loginButton input{
   margin-left: 75px;
}
.form input{
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bolder;
    outline: none;
}
.form .input input{
    height: 40px;
    line-height: 40px;
    width: 280px;
    border: 2px solid #50a7ae;
    background-color:rgba(32,143,153,0.1);
}
.form .input input.error{
    border: 2px solid #ff0000;
    background-color:rgba(255,0,0,0.1);
}
.form .validation input {
    height: 40px;
    line-height: 40px;
    width: 135px;
    border: 2px solid #50a7ae;
    border-radius: 5px;
    background-color:rgba(32,143,153,0.1);
}

.form .remember input {
    height: 15px;
   
    width: 20px;
   
}

.form .validation img{
    margin-top: 2px;
}
input.btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #208f99;
    border-left: 5px;
    border:none;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    cursor:pointer
}
input.btn:hover{

}
.text-r{
    text-align: right;
}
.relative{
    position: relative;
}
.relative span{
     position: absolute;
     bottom:-10px;
     left: 0;
     color: #ff0000;
     font-size: 12px;
}
tr a{
    text-decoration: none;
    color:#208f99;
    font-size: 13px;
}
#footer p{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    margin: 0 auto;
    width: 100%;
}
.form .errorInput{
	height: 10px;
}

.verificationCodeImg{
	height: 42px; 
	width: 100px; 
	border:none;
	vertical-align: middle; 
	margin-left: 0px; 
}
