
.newPasswordContainer {
    border-radius: 5px;
    width: 60%;
    height: 75%;
    box-shadow: 0 0 10px #ddd;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 5%;
    background: #fff
}
.newPasswordContainer .el-tabs {
    margin: auto;
}
.newPasswordContainer .el-header {
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
}
.newPasswordContainer .el-col {
    border-radius: 2px;
    height: 58px;
    margin: auto;
}
.newPasswordContainer .el-input {
    margin: 10px;
}
#phone-input {
    width: 100%;
    float: left;
}
#oldPwd-input {
    width: 100%;
    float: left;
}
#nums-input {
    width: 100%;
    float: left;
}
#next-btn {
    width: 100%;
    margin: 10px;
    float: left;
}
#nums-btn {
    width: 70%;
    margin: 10px 10px 10px -10px;
}
#second .el-button, #second .el-input {
    width: 90%;
    margin: 10px;
    float: left;
}
.newPasswordContainer .el-header {
    text-align: center;
    line-height: 60px;
}

