.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(187.33deg, #3E53AD 1.08%, #432279 57%, #91173E 110.81%);
}

.logo-img {
	width: 98px;
}

.auth-form-container {
	max-width: 390px;
	height: 60.645vh;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.auth-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 390px;
}

.auth-form .form-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.auth-form .form-group input {
	width: 100%;
}

.auth-form a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: right;

	color: var(--primary-color);
	text-decoration: none;
}


.half, .half .container > .row {
  	height: 100vh;
}

/* @media (max-width: 991.98px) {
  .half .bg {
    height: 500px; } } */

.half .contents, .half .bg {
  	width: 50%;
}


@media (max-width: 991px) {
    .half .contents, .half .bg {
      	width: 100%;
	}
}