input#authcode{
  vertical-align: middle;
    border: 1px solid #b3b4b3;
    width: 200px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    padding-left:5px;}
 input.own{
    color: #fff;
    background: #00447B;
    float: left;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;}
 input.reset2{
    color: #fff;
    float: right;
    background: #DBDBDB;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    border: 0;
    border-radius: 5px;}