.repayment-page div.empty {
	width: auto;
	height: auto;
	overflow: auto;
}
.sr-repayment-warnings{
	display:none;
	font-weight: 400;
	font-size: 14px;
	color:red;
}
.code-img {
	display: flex;
	align-items: center;
	gap: 5px 24px;
}
.code-img .captcha_pic {
	width: 268px;
	max-width: calc(100% - 24px - 27px);
}
.repayment-page .btn--blue.ok_blue {
	background: #5b85eb;
	color: #fff;
}