h1
{
	color: #FFF;
	font-size: 27pt;
	margin-top: 80px;
}
.banner-image
{
	position: relative;
	top: 50%;
}
#empleate-logo
{
	width: 350px;
	margin: auto;
	margin-top: 20px;
}
.banner-image h2
{
	font-size: 20pt;
	color: #FFF;
}
.banner-image ul
{
	list-style: none;
	height: 100%;
}
.banner-image ul li
{
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 600px)
{
	.form
	{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		min-height: 80vh;
	}
	.banner-image ul
	{
		display: flex;
	}
	.banner-image ul li
	{
		width: 45%;
	}
	.banner-image ul li:nth-child(1)
	{
		margin-right: 5%;
	}
}