input.password-reset::-webkit-input-placeholder{
    font-size: 12.5px;
}
input.form-control::-webkit-input-placeholder{
    font-size: 12.5px;
}
.w-pw-edit-left {
    width: 45% !important;
}
.w-pw-edit-right {
    width: 55% !important;
}
@media only screen and (max-width: 768px){
    .member-info-cnt {
        font-size: 16px !important;
    }
    .w-pw,
    .w-pw-60,
    .w-pw-edit-left,
    .w-pw-edit-right {
        width: 100% !important;
    }
}
@media only screen and (max-width: 375px) {
    .password.password-login, .password {
        width: 78% !important;
        padding-right: 0 !important;
    }
    .password-register {
        width: 90% !important;
    }
    input.password-reset::-webkit-input-placeholder{
        font-size: 10px;
    }
    input.form-control::-webkit-input-placeholder{
        font-size: 10px;
    }
    .txt-padding-password ,  .txt-padding-password:focus {
        padding-right: 35px !important;
        display: flex !important;
    }
}
