.login-overlay {
    background: {
        size: cover;
        attachment: fixed;
        color: var(--homeMenu-bg-color, #{$o-gray-200});
        image: var(--homeMenu-bg-image, url("/hr_attendance/static/img/background-light.svg"));
    }
    .timer-hours{
        font-variant-numeric: tabular-nums;
    }
}

.screen-login-header {
    .screen-login-logo {
        img {
            height: $pos-navbar-height;
        }
    }
}
