﻿body {
	height: 100vh;
	background-color: var(--mud-palette-secondary) !important;
}

.background-container {
	height: 100%;
	background-color: rgba(8, 32, 74, 1);
}

a.PostLogoutRedirectUri {
	color: dodgerblue;
}
