/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
[data-bs-theme=dark] body {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .5))), url(https://protetice-dentare.cici.ro/wp-content/uploads/2025/06/auth-bg-2.png) center / cover no-repeat fixed;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url(https://protetice-dentare.cici.ro/wp-content/uploads/2025/06/auth-bg-2.png) center / cover no-repeat fixed;
}