.register-form {
    width: 90%;
    margin: 0 auto;
}
/*去掉 input:focus的边框*/
input:focus,textarea:focus {
    outline: none;
}
input,textarea {
    outline: none;
    box-sizing: border-box;
}
.register-input {
    margin: 10px 0;
    width: 100%;
    height: 42px;
    border: none;
    border-radius: 4px;
    padding-left: 7px;
}
.btn-box {
    margin: 18px 0;
}
.register-btn {
    display: inline-block !important;
    width: 40%;
    height: 38px;
    font-size: 14px;
    display: inherit;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background-color:  #1296db;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.login-p {
    display: inline;
    width: 55%;
    float: right; 
    line-height: 300%;
    text-align: right;
    color: #1296db;
}


.down-item {
    width: 100%;
    float: left;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    /* background-color: red; */
}
.down-icon {
    width: 22px;
    margin-right: 3px;
    vertical-align: middle;
}
.down-item span {
    vertical-align: middle;
}

.send_code_disable {
    color: white !important;
    background-color: #d0d0d0 !important;
}
#add-user-from {
    display: none;
}