.el-form-item.phone .el-form-item__content .el-input {
    width: 200px;
    margin-right: 16px;
}

.el-form-item.phone .el-form-item__content .el-button {
    width: 100px;
    height: 32px;
    padding: 0;
    background: #3f88e0;
    border-radius: 0;
    border: 1px solid #c4c8ce;
}

.register-verify-code {
    height: 70px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.register-verify-code img {
    height: 50px;
    width: 120px;
    vertical-align: middle;
}

.register-verify-code input {
    height: 50px;
    line-height: 50px;
    width: 150px;
    padding: 0 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

.error-msg {
    color: red;
}

.opt-position-right {
    float: right;
    margin: 15px 0;
}

