body,
html,
.fill,
#app {
	height: 100%;
}

.fill,
#app {
	display: flex;
	flex-flow: column;
	max-height: 100%;
}

#loginPlugin {
	display: inline-block;
}

.hide {
	display: none !important;
}

.fill > .fill-body,
#app > .fill-body {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
}

.fill-body > .card-body {
	overflow: hidden;
}

@-webkit-keyframes autofill {
	to {
		color: #eee;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.ie-error-Message {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.supported-browsers-list {
	text-align: left;
	list-style-position: inside;
	padding-left: 43%;
}

#iEErrorMessage {
	display: none;
}

