/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

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

.logo {
	padding: 10px;
}

.sign-out-btn {
	text-align: right;
	/* margin: 0 10px; */
}

.progress-centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
