.login-header{
	-moz-border-radius: 3px 3px 3px 0px;
	-webkit-border-radius: 3px 3px 3px 0px;
	border-radius: 3px 3px 3px 0px;
	border-color:#d8dee1;
}
.login-tab a{
	border-color:#8b99a5;
    color: #1472a3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.login-tab.act {
	position: relative;
}
.login-tab.act:after {
	position: absolute;
	bottom: -15px;
	left: 10px;
	display: block;
	content: "";
	width: calc(100% - 20px);
	height: 3px;
	background-color: #d01414;
}
.login-tab.act a {
	color: #000000;
}
.pop-up-simple .button.act{
	opacity:1;	
}
/* .catalog-filtr-checkbox-box.active {
    background: #e4f1fe !important;
    border-color: #48a3f6 !important;
} */
.input-error a{
	color: #e74c3c !important;
}