.center-setting-profile {
    position: relative;
    padding-bottom: 40px;
}

.center-setting-item {}

.center-setting-item.personal-item {
    padding-top: 30px;
}

.center-setting-item > .item-title {
    color: rgb(34, 34, 34);
    font-size: 20px;
    line-height: 20px;
}

.center-setting-item > .item-desc {
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px;
}

.center-profile-label {
    float: left;
    width: 150px;
    margin: 0px;
    line-height: 32px;
}

.center-setting-profile .form-control {
    max-width: 390px;
    float: left;
}

.center-profile-btn {
    text-align: right;
    max-width: 540px;
}

.center-setting-password {
    position: relative;
}

.center-setting-password .form-control {
    float: left;
    max-width: 220px;
}

.center-password-btn {
    text-align: right;
    max-width: 370px;
}

.center-password-btn > .warn-text {
    position: absolute;
    left: 0px;
    top: 12px;
}

.center-setting-notifi {
    position: relative;
    margin: 10px 17px;
}

.center-notifi-item {
    overflow: hidden;
}

.center-notifi-title {
    font-size: 17px;
    color: #333;
    margin-bottom: 5px;
}

.center-notifi-desc {
    float: left;
}

.center-notifi-desc > p {
    width: 75%;
    line-height: 22px;
    margin-right: 10px;
    color: #888;
    float: left;
    font-size: 13px;
}

.center-notifi-btn {}

.center-notifi-save {
    position: relative;
    margin-top: 20px;
}

.center-notifi-save-btn {
    width: 118px;
}

.center-notifi-mess {
    position: absolute;
    left: 183px;
    top: 7px;
}

.center-btn-switch {
    position: relative;
    /* background: linear-gradient( WhiteSmoke, DarkGray ); */
    /* background: #C0C0C0; */
    /* box-shadow: 0 0 5px rgba( 0,0,0,.4), 1px 1px 8px rgba( 0,0,0,.3); */
    margin: 0 auto;
    line-height: 0;
    padding: 1px;
    /* border: 1px solid #C2C2C2; */
}

.center-btn-switch label {
    position: relative;
    width: 104px;
    height: 30px;
    line-height: 32px;
    background: #D76562;
    /* border: 1px solid #d43f3a; */
    /* box-shadow: inset 0 3px 8px 1px rgba(0,0,0,.4), 0 1px 0 0 rgba(255,255,255,.5); */
    cursor: pointer;
    border-radius: 1px;
}

.center-btn-switch.checked label {
    /*background: rgba(144,238,144,.8);*/
    background: #5cb85c;
}

.center-btn-switch label:before {
    /* font-family: Helvetica, Arial, sans-serif; */
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    /* text-shadow: 0 -1px 0 rgba(0,0,0,.7), 0 1px 0 rgba(255,255,255,.8); */
    position: absolute;
    content: 'off';
    color: white;
    left: auto;
    right: 0;
    width: 52px;
    text-align: center;
    height: 100%;
}

.center-btn-switch.checked label:before {
    content: 'on';
    color: rgba(255, 255, 255, 0.8);
    right: auto;
    left: 0;
}

.center-btn-switch span:before {
    content: " ";
    position: absolute;
    width: 53px;
    height: 100%;
    background: #E4E4E4;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.25);
    left: 0px;
    top: 0px;
    /* border: 1px solid #ddd; */
    transition: all 0.4s ease;
}

.center-btn-switch.checked label span::before {
    left: 51px;
}
