.form-group-change-password{
    margin: 0px !important;
    padding-left: 50px;
    padding-right: 50px;
}

.form-change-password-div-title{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
    height: 44px;
    background: #e0f7fa;
}

.form-change-password-div-input{
    border: 1px solid #ccc;
    padding: 5px 15px;
    height: 44px;
    background: #fafafa;
}

.form-change-password-div-input input{
    display: inline-block;
}

.form-change-password-input{
    width: 50%;
}

.show-password{
    cursor: pointer;
    font-size: 25px;
    margin-left: 10px;
    transform: translateY(2px);
}

.form-rule-change-password{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
}

.form-rule-change-password-div{
    border: 1px solid #ccc;
    margin: 0px 20px;
    padding: 10px;
}

.form-rule-change-password-ul{
    margin-left: 10px;
}

.form-rule-change-password-ul li{
    list-style-type: none;
}

#btn-change-password{
    width: 200px;
    height: 35px;
    border-radius: 10px;
    background: #55b1dc;
    border-color: #ccc;
    color: white;
    font-weight: bold;
}