
.backgroundImageContainer {
	/* The image used */
	background-image: url('/random.gif');

	/* Add the blur effect */
	filter: blur(12px);
	-webkit-filter: blur(12px);

	/* Full height */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);


	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;

	/* improve performance on iOS devices by passing to GPU */
	transform: none;
	-webkit-transform: rotateX(0);

	opacity: 25%;

	z-index: 1;

}

.foreground {
	display: flex;
	flex-wrap: wrap;

	
	color: white;
	
	font-weight: bold;
	position: absolute;
	/* top: 50%; */
	left: 50%; 
	transform: translate(-50%, 0%);
	z-index: 2;
	width: 80%;
	padding: 20px;
	text-align: center;

	align-items: flex-start;
	justify-content: center;
}

.foreground-element {
	width: 100%;
}

.pageTitleContainer {
	margin-bottom: 50px;
}

.file-input {
	margin-bottom: 30px;
}

.alias_text_field_container {
	margin: 20px;	
	margin-bottom: 40px;
}

#alias_text_url_prefix {
	font-size: large;
}

#alias_text {
	font-size: large;
}

#password_text {
	font-size: large;
	margin-top: 10px;
	margin-bottom: 30px;
}
