.auth-box {
    /*border: 1px solid #e4e3e1;*/
    border-radius: .2em;
    -webkit-border-radius: .2em;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.auth-box .auth-text {
    background-color: #fff;
    color: #4d4c4c;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 160px;
    float: left;
    background-position: 0px -360px;
    background-repeat: repeat-x;
    padding: 5px;
    border-right: 0 none;
    border-left: 1px solid #e4e3e1;
    border-top: 1px solid #e4e3e1;
    border-bottom: 1px solid #e4e3e1;
    border-radius: 0.2em 0px 0px 0.2em;
}
.auth-box .auth-btn {
    background-color: #fff;
    color: #fd803c;
    font-size: 14px;
    font-weight: normal;
    width: 120px;
    float: left;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e4e3e1;
    outline: none;
}
.auth-box .auth-btn:hover {
    background-color: #fd772e;
    border: 1px solid #fd772e;
    color: #fff;
}
.auth-box .auth-btn.btn-disable {
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #999998;
}
.auth-box input {
    border: 0 none;
    height: 42px;
    margin: 0;
    padding: 0;
}