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

.ua-dataset-register-main {
    background: var(--bg-content, #fff);
	display: flex;
	height: 100%;
}

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

.ua-dataset-register-main-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: 0;
}

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

.ua-dataset-register-advantage {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: var(--text-accent, #0350A5);
    text-align: center;
    font-family: Daikon;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.06px;
    background: #DFEEFF;
    box-shadow: -102px 137px 48px 0 rgba(89, 99, 105, 0.00),
        -65px 88px 44px 0 rgba(89, 99, 105, 0.01),
        -37px 49px 37px 0 rgba(89, 99, 105, 0.05),
        -16px 22px 27px 0 rgba(89, 99, 105, 0.09),
        -4px 5px 15px 0 rgba(89, 99, 105, 0.10);
    padding: 8px 24px;
}
.ua-dataset-register-main-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.ua-dataset-account-exists {
	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: var(--text-body-reg, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
}

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

.ua-dataset-register-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1540px) {
	.ua-dataset-register-left-bg,
	.ua-dataset-register-main-content {
		width: 50%;
	}
}

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

	.ua-dataset-register-main-content {
		width: 100%;
	}

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

@media screen and (max-width: 599px) {
	.ua-dataset-register-main-content {
		padding: 80px 24px;
	}
}
