.floating-pass-div > .form-control:focus, .floating-pass-div > .form-select:focus {
    z-index: 0 !important;
}

.password-toggle {
    cursor: pointer;
}

button[data-toggle-password="true"]:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    z-index: 5;
}
