html,body{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #f7ffee;
    width: 100%;
    height:100%;
    overflow: hidden;
}
.login_box{
    background-color: white;
    border-radius: 8px;
    width: 600px;
    height: 360px;
    box-shadow:0 0 5px 5px #efffe4;
}
.login_box .left{
    background-color: #a8d9ff;
    width: 300px;
    height:360px;
    border-radius: 8px 0 0 8px;
    position: relative;
    float: left;
}
.login_box .left .ntwh{
    width: 150px;
    margin-left: 75px;
    margin-top: 30px;
}
.login_box .left .title{
    width: 300px;
    font-size: 32px;
    height:48px;
    line-height: 48px;
    text-align: center;
    color:#fff;
    margin-top: 8px;
    margin-bottom: 0;
}
.login_box .left .subhead{
    width: 300px;
    font-size: 18px;
    height:32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    margin-top: 8px;
    margin-bottom: 0;
}
.login_box .left .bottom{
    width: 300px;
    height:24px;
    bottom: 16px;
    position: absolute;
    margin: 0;
    text-align: center;
    color: #fff;
}
.right{
    width: 300px;
    height:360px;
    float: right;
    border-radius: 0 8px 8px 0;
}
.right .title{
    width: 300px;
    padding-left: 30px;
    font-size: 18px;
    margin-top: 48px;
    font-weight: 900;
    margin-bottom: 32px;
}
.right .input{
    width: 238px;
    height:36px;
    margin-left: 30px;
    border-radius: 4px;
    border: solid 1px #aaa;
    font-size: 16px;
    margin-top: 24px;
}
.right .input i{
    width: 24px;
    height:24px;
    margin: 6px;
    float: left;
    font-size: 24px;
}
.right .input input{
    outline: 0;
    font-size: 16px;
    float: right;
    width: 188px;
    margin-right: 6px;
    height: 34px;
    border-style: solid;
    border-color: #aaa;
    border-width: 0 0 0 1px;
    padding-left: 5px;
}
.right button{
    border: 0;
    background-color: #a9c788;
    border-radius: 4px;
    width:240px;
    height:36px;
    margin-left: 30px;
    margin-top: 36px;
    color:#fff;
    font-size: 18px;
}
.right button:hover{
    background-color: #bbd79c;
}
.right button:active{
    background-color: #9bbd76;
}
.right .tip{
    font-size: 16px;
    color: #aaa;
    height:24px;
    padding-left: 30px;
    margin-top: 20px;
}