.primary {
	padding: 0;
	height: calc(100vh - 70px);
}

.ua-dataset-main {
	display: flex;
	height: calc(100vh - 70px);
}

.ua-dataset-auth {
	height: 100%;
	width: 37.5%;
	padding: 8px 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ua-dataset-auth-wrapper {
	width: 536px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ua-dataset-auth-extras {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.ua-dataset-auth-bg {
	width: 62.5%;
	background: url("/ua_portal_design/images/login/login-img.svg") center /
		cover no-repeat;
}

.ua-dataset-auth-heading {
	color: var(--others-dark-blue-1, #0b305c);
	text-align: center;
	font-family: "Kyiv*Type Sans";
	font-size: var(--text-h2, 34px);
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 30px;
}

.ua-dataset-auth-register {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--border-color-divider, #e2e8f0);
	margin: 0;
	width: 100%;
	text-align: center;
}

.ua-dataset-auth-sso {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: 100%;
}

.ua-dataset-auth-register-text,
.ua-dataset-auth-link,
.ua-dataset-auth-sso-desc {
	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: var(--text-body-reg, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.ua-dataset-auth-link {
	color: var(--text-accent, #0350a5);
	text-decoration-line: underline;
}

.ua-dataset-auth-form__link {
	color: var(--text-accent, #0350a5);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
	text-decoration: underline;
	margin-top: 8px;
}

@media screen and (max-width: 1500px) {
	.ua-dataset-auth-bg,
	.ua-dataset-auth {
		width: 50%;
	}
}

@media screen and (max-width: 1279px) {
	.ua-dataset-auth-bg {
		display: none;
	}

	.ua-dataset-auth {
		width: 100%;
	}

	.ua-dataset-main {
		justify-content: center;
		align-items: center;
	}

	.ua-dataset-auth-heading {
		font-size: 28px;
	}
}

@media screen and (max-width: 599px) {
	.ua-dataset-auth {
		padding: 8px 24px;
	}
}
