body
{
	/*background: url("../../../images/covers/2019114.jpg") no-repeat;
	background-size: cover;
    background-attachment: fixed;*/
}
#vanta {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#LOGIN
{
	background-color: white;
	width: 440px;
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 340px;
	overflow: hidden;
}
#LOGIN > img:first-child
{
	height: 20px;
	margin-bottom: 10px;
}
#LOGIN #USERNAME-DIV
{
	position: absolute;
	left: 50px;
	right: 50px;
}
#LOGIN #USERNAME-DIV h2
{
	font-weight: 100;
}
#LOGIN #USERNAME-DIV input
{
	border: none;
	border-bottom: 1px solid #444;
	width: 100%;
	padding-bottom: 7px;
	margin-top: 20px;
}
#LOGIN #USERNAME-DIV button
{
	float: right;
	margin-top: 70px;
	border: none;
	background: none;
	background-color: #008000;
	color: white;
	height: 35px;
	min-width: 108px;
}

@media screen and (max-width: 450px)
{
	#LOGIN 
	{
		width: 100%;
		height: 100%;
		margin: 0;
	}	
}