﻿/**{
    padding:0;
    margin: 0;
}*/
/*.top{
    width: 100%;
    height: 100px;
}
.top img{
    width: 100px;
    height: 100px;
    margin-left: 200px;
}*/
#container{
    background: url("../../images/bg3.jpg");
    width: 100%;
    height: 500px;
    display: block;
    float: left;
    margin-top:0;
    /*background-color: red;*/
}
#left{
    width: 50%;
    height: 500px;
    /*margin-left: 10%;*/
    /*background-color: red;*/
    display: block;
    float: left;
}
.img{
    width: 600px;
    height: 400px;
    margin-top: 50px;
   margin-left: 120px;
}
#right{
    width: 30%;
    height: 300px;
    margin-top: 100px;
    background-color:white;
    display: block;
    float: left;
    margin-left: 100px;
    border: solid 1px #D8D8D8;
    width: 30%;
    border-radius: 50px;
    /*height: 500px;*/

}
.form{
    margin-left: 250px;
    /*margin-top: 30px;*/
}
input{
    background: #f3f3f3 url(../../images/img.png) no-repeat 1px top;
    border: #D8D8D8 1px solid;
    border-radius: 3px;
    width: 290px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
}
table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 10px;
    border-radius: 20px;

    /*margin-top: 10px;*/
    /*padding-top: 20px;*/
}
#checkBox{
    width:15px;
    height: 15px;
    margin-left: 35px;
}
.login{
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 340px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    background-color: #2babcf;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 40px;
}
/*.submit{
    margin-top: 20px;
    height: 40px;
    width: 340px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2babcf;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 40px;
}*/
.login:hover{
    cursor: pointer;
}
.forget{
    font-family: 微软雅黑;
    font-size: 12px;
    margin-left: 330px;
    margin-top: 25px;
    text-decoration: none;
}
a:hover{
    cursor:pointer
}
