﻿.login-container {
	height: 100vh;
}

.loading {
	position: absolute;
	z-index: 5000;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100vh;
	text-align: center;
	display: none;
}

	.loading .loading-icon {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 25px);
	}

.app-logo {
	font-size: 2.5em !important;
	/*width: 62px;
	height: 70px;*/
	margin: 0 auto;
}

.app-logo img {
	width: 150px;
}

.app-name {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 2.5em !important;
}