.adxxx__main-hints {
	position: fixed;
	z-index: 123;
	right: 30px;
	top: 75px;
	max-width: 350px;
}
.adxxx__main-hints_hint {
	border-radius: 4px;
	background: white;
	padding: 25px 45px 25px 25px;
	margin-bottom: 25px;
	font-size: 14px;
	box-shadow: 1px 1px 7px 1px #ccc;
	position: relative;
	font-family: roboto-med;
	line-height: 18px;
	float: right;
	display: block;
}
.adxxx__main-hints_hint:before {
	content: "";
	position: absolute;
	width: 4px;
	background: black;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 4px 0 0 4px;
}
.adxxx__main-hints_hint i {
	position: absolute;
	right: 15px;
	top: 28px;
	color: #D7D7D7;
	cursor: pointer;
}
.adxxx__main-hints_hint.green {
	color: #21BB60;
}
.adxxx__main-hints_hint.green:before {
	background: #21BB60;
}
.adxxx__main-hints_hint.red {
	color: #FF3B30;
}
.adxxx__main-hints_hint.red:before {
	background: #FF3B30;
}
.adxxx__main-hints_hint span {
	font-style: italic;
	font-family: roboto;
}

.login .login__left {
	background-color: rgb(244, 244, 244);
	background-position: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-image: url('/images/ssp_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.mob-header {
	background: rgb(244, 244, 244);
	background-image: url('/images/ssp_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center;
}

.mob-header .logo_wrap {
	position: absolute;
	display: flex;
	width: 300px;
	height: 150px;
	left: 50%;
	margin-left: -150px;
	align-items: center;
	justify-content: center;
}

.mob-header img {
	height: auto;
	width: auto;
	max-width: 180px;
}

.login__icon {
	z-index: 1;
	position: relative;
}

.login .login__logo img {
	max-width: 100%;
	height: auto;
}

.form-group .error_inp {
	color: #FF3B30;
	border-color: #FF3B30;
}

.form-group .error-tit {display: none;}
.form-group.error .error-tit {display: block;}

@media only screen and (max-width: 992px) {
	.login__icon {display: none;}
}