

html,
body{
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	scroll-behavior: smooth;

	margin: 0px;
	padding: 0px;
}

.panel{
	position:absolute;
	top:0px;
	left:0px; 
	margin: 0px;
	padding: 0px;
	height:100vw;
	width:100vw;
	z-index:4; 
	--trans:0; 
	visibility:hidden;
	background:url('images/DoucheWare-bg.jpg');
	overflow-y:scroll;
}

.center
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.entryFld, .passFld {
	position: absolute;
	height: 20px;
	width: 80px;
	background: white;
	border:1px solid red;
	transition: all 1s linear;
}

.scrollUp {
	position:absolute;
	top:0px;
	left:0px; 
	margin: 0px;
	padding: 0px;
	height:100vw;
	width:100vw;
	z-index:4; 
	--trans:0; 
	visibility:hidden;

	transform: translateY(40%);	
	animation: xcroll 60s linear infinite;
}

/*-----------------------------------*/

