.background-image {
    background-image: url('../images/background.png'); 
    background-size: cover;
    height: 100vh;    
}
.white-form-label {
    margin-bottom:.5rem;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.navbar-background {
    background-color:#213160;
}