#UP-content .table-body{
    position: relative;
    height: auto;
    padding-top: 65px;
    padding-bottom: 60px;
}

#UP-content .update-password-detail{
    width: 320px;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#UP-content .update-password-detail > div.old-password,
#UP-content .update-password-detail > div.new-password,
#UP-content .update-password-detail > div.confirm-password{
    position: relative;
    margin-bottom: 25px;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;
}

#UP-content input{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e4e4e4;
}

#UP-content input:focus{
    outline: none;
}

#UP-content button.submit,
#UP-content button.submit:focus{
    width: 320px;
    height: 40px;
    background-color: #0ea0ff;
    color: #fff;
    border: none;
    outline: none;
    margin-bottom: 25px;
}

#UP-content button.submit:hover{
    background-color: #088bfa;
}

#UP-content button.submit:disabled{
    background-color: #0ea0ff;
}

/*NOTICE*/
#UP-content .notice{
    padding: 27px 40px;
    background-color: #f6f8fa;
}

#UP-content .notice > p{
    font-weight: 400;
    color: #bbb;
}

#UP-content .notice > p:last-child{
    margin: 0;
}

#UP-content .notice .title{
    color: #ffa41e;
}

#UP-content .error-border{
    border: 1px solid #f53f3e !important;
}

#UP-content .error-content{
    color: #f53f3e !important;
}

#UP-content .error-description{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #f73d3d;
    display: block;
    margin-top: 2px;
    height: 17px;
    line-height: 17px;
}
/*NOTICE END*/