.toggle-password-icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 10;
}
.toggle-password-icon:hover {
    color: #333;
}


.btn.btn-pn{
    background-color: #f96791 !important;
    border-color: #f96791 !important;
    color: #fff;
}

.btn.btn-pn:hover{
    background-color: #bc5774 !important;
    color: #fff;
}

.bg-secondary{
    background-color: #ffcbda !important;
}

label{
    color: #bc5774 !important;
    font-size: 13px;
}

h4 .text-primary{
    color: #bc5774 !important;
}
