h2
{
	font-weight: 600;
}
.img_login
{
	width: 40%;
	height: 100vh;
	position: fixed;
	top: 0;
}
.img_login:after
{
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.img_login img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.form
{
	margin-top: 40px;
	width: 35% !important;
	margin-left: 50%;
	background: transparent !important;
}
footer
{
	visibility: hidden;
	display: none;
}