.sd-login-right .sd-right-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sd-login-right .sd-right-inner img {
	max-width: 70%;
	height: auto;
	opacity: .95;
}

.sd-top-logo img {
	max-width: 190px;
	height: auto;
}

.sd-signup {
	width: 100%;
	margin-top: 10px;
	background: #f6e2bf;
	color: #111827;
	border-radius: 6px;
	padding: 14px;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
}

.sd-signup a {
	color: #9b1c1f;
	font-weight: 600;
	text-decoration: underline;
}

.sd-help {
	margin-top: 22px;
	font-size: 12px;
	color: #6b7280;
	text-align: center;
}

.sd-help a {
	color: #9b1c1f;
	text-decoration: none;
}

.sd-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 10px 12px;
	border-radius: 6px;
	margin: 0 0 18px;
	font-size: 13px;
}

@media (max-width:900px) {}