#content{
    padding:100px 0px;
}

#content .logo {
    text-align:center;
}

#content .tabs{
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
}

#content .tabs .key{
    padding:4px 15px;
    width:470px;
    height:40px;
    line-height:40px;
    outline:none;
    font-size:14px;
    color:#7a7368;
    border:1px solid #dbd8b9;
    background-color:#fff;
}

#content .tabs .key:focus{
    border:1px solid #26AD60;
}

#content .tip{
    position:relative;
    margin-bottom:10px;
    padding:20px 60px;
    width:500px;
    font-size:14px;
    color:#958571;
    border:1px solid #26AD60;
    background-color:#f5f5e9;
    left:24%;
}

#content .tip a{
    margin-left:10px;
}

#content .tip p{
    display:inline-block;
    color:#958571;
    font-size:14px;
}

#encrypt{
    width:120px;
    height:48px;
    outline:none;
    font-size:18px;
    color:#fff;
    cursor:pointer;
    border:0;
    border-bottom:3px solid #26AD60;
    background:#5CB482;
}

#encrypt:hover{
    background:#26AD60;
}

