.reLogin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 40px;
}

[v-cloak]{
    display: none;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 5rem;
	text-align: center;
}

