body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-login-image {
    background-image: url('../img/login.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.current-value {
    font-size: 1rem;
    font-weight: bold;
    color: #4e73df;
}
