html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.global-watermark-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     pointer-events: none;
     z-index: 999999;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
 }

.global-watermark-content {
    font-size: 8rem;
    font-weight: 900;
    color: #000;
    opacity: 0.15;
    transform: rotate(-30deg);
    letter-spacing: 1rem;
    white-space: nowrap;
    user-select: none;
}
