:root {
    --bs-dark-rgb-custom: 50, 50, 50; /* Lichter donkergrijs */
    --bs-light-rgb: 255, 255, 255;
}

body {
    margin: 0;
    padding: 0;
    z-index: -1;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: rgba(var(--bs-dark-rgb-custom), 0.9) !important;
    color: rgba(var(--bs-light-rgb), 0.9); /* Lichte tekstkleur */
}

h1 {
    color: #f8f9fa; /* Helder witte tekst */
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Onzichtbare scrollbar */
}

.inloggentexth1 {
    color: #f8f9fa; /* Helder witte tekst */
}

.backgroundimagelogin {
    background-image: url('https://wallpapershome.com/images/pages/pic_h/24978.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    filter: brightness(0.8); /* Minder donkerdere achtergrondafbeelding */
}

.login-panel {
    background-color: rgba(60, 60, 60, 0.95); /* Lichter grijs voor het paneel */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    z-index: 1;
}

.login-panel .panel-heading {
    margin-bottom: 20px;
}

.login-panel .panel-title {
    font-size: 24px;
    font-weight: bold;
    color: #f8f9fa; /* Lichte tekstkleur */
}

.login-panel .form-control {
    margin-bottom: 15px;
    background-color: #4e4e4e; /* Donkere invoervelden */
    color: #f8f9fa; /* Lichte tekstkleur */
    border: 1px solid #6c757d; /* Subtiele randkleur */
    border-radius: 5px;
}

.login-panel .form-control:focus {
    background-color: #5c5c5c; /* Nog donkerder bij focus */
    border-color: #007bff; /* Blauwe accentkleur */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.login-panel .btn-primary {
    width: 100%;
    background-color: #007bff; /* Primaire knopkleur */
    border: none;
    color: #fff; /* Witte tekst */
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.login-panel .btn-primary:hover {
    background-color: #0056b3; /* Donkerder bij hover */
}

.loginbox p {
    color: #f8f9fa; /* Helder witte tekst */
}
