#content {
	margin: 90px 3em 1em 3em;
}

.fa-in-header {
	margin-right: 0.1em;
	color: #0275d8;
}

.login-wrapper {
	text-align: center;
}

.login {
	text-align: initial;
	display: inline-block;
	padding: 20px;
	border-radius: 15px;
	background-color: white;
}

.login-image {
	position: absolute;
	z-index: -1;
	top: 50px;
	left: 0;
	width: 100%;
	height: 90%;
	background-image: url(../img/intro-20230327.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
