.login {
	display: block !important;
	max-width: 460px !important;
	margin: 0 auto !important;
	padding: 38px 34px !important;
}

.login > a.u-block.u-mb40 {
	display: block;
	text-align: center;
	margin-bottom: 16px !important;
}

.login > a.u-block.u-mb40 img {
	display: inline-block;
	width: clamp(140px, 28vw, 190px);
	height: auto !important;
	max-height: none;
	object-fit: contain;
}

.login .login-title {
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.35;
}

.login form {
	width: 100%;
}

.login .form-control {
	width: 100%;
}

.login .button {
	min-width: 120px;
}

.top-bar-logo img {
	height: auto !important;
	max-height: 34px;
	object-fit: contain;
}
