﻿body {
	background-image: url(/img/loginscreen.jpg);
	background-size: 100%;
	padding-top: 2em !important;
}

@media (max-width: 767px) {
	body {
		background-image: url(/img/loginscreenmobile.jpg);
	}
}

.dx-field-item-label-text {
	color: white;
}

.dvlg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin-top: -6em;
}

.statscls {
	position: absolute;
	bottom: 0;
	color: white;
	left: 0;
	font-size: .6em;
}

table td {
	padding: 0.55em;
}

table {
	border-radius: 1em;
	background-color: #ffffffaa;
	color: white;
	min-width: 15em;
	width: 30em;
}
