/*.textUserName {
	top: 50%;
	height: 3%;
	left: 50%;
	width: 20%;
	font-size: 12px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.textPassword {
	top: 56%;
	height: 3%;
	left: 50%;
	width: 20%;
	font-size: 12px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loginButton {
	position: fixed;
	top: 60%;
	left: 39.5%;
	width: 7%;
}*/
/*
.logo {
	position: absolute;
	top: 6%;
	left: 25%;
	width: 50%;
}

.loginPanel {
	position: absolute;
	top: 38%;
	left: 36%;
	width: 28%;
	height: 26%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
	opacity: .8;
}

.bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -999999
}

body {
	margin: 0;
	padding: 0
}