.navbar-dark-blue {
	background: linear-gradient(90deg, #183152 0%, #002453 100%);
}

.sidebar, .navbar, .nav-link, .navbar-nav-link {
	color: white;
}

/*label.validation-invalid-label {
	color: white;
}*/

.bg-blur {
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(5px);
}

body {
  	background: url('../NSTP-SNAP.png');
  	background-size:     cover;                 
	background-repeat:   no-repeat;
	background-position: center center;
}