* {
    margin: 0;
    padding:0;
}
.page {
    width: 100%;
    height: 99%;
    position: absolute;
}
.left {
    float: left;
    width: 60%;
    height: 100%;
}   
.left img {
    width: 103%;
    height: 100%;
}
.right {
    float: left;
    width: 30%;
    height: 100%;
    margin-left: 6%;
}
.logoImg {
    height: 100%;
    width: 50%;
    margin-top: 30px
}
.tName {
    margin-top: 47px;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: bold;
    /* font-family: "����"; */
}
.account {
    color: #A1A1A1;
    font-size: 14px;
    margin-top: 30px
}
.info {
    width: 80%;
    border: none;
    border-bottom:1px solid #A1A1A1;
    height: 30px;
    outline:none;
}
.info :focus{
    border-bottom:1px solid #A1A1A1;
  }
.loginBtn {
    width: 78px;
    height: 30px;
    background-color: black;
    border-radius: 15px;
    color: white;
    border: 0px;
    margin: 21px 0 25px 60%
}
.notice {
    width: 80%;
    color: #2B2B2B;
    font-size: 10px;
    text-align: center;
}
.codeDiv {
    width: 80%;
    text-align: center;
}
.code {
    margin-top: 20px;
    width: 40%;
    height: 40%;
}