.steps {
	padding: 15px 0;
	background-color: var(--steps-bg);
	font-size: 15px;
	font-weight: 700;
}

.steps>.container {
	display: flex;
	justify-content: center;
	align-content: center;
}

.stepsTitle {
	display: inline-block;
	font-weight: 400;
	font-style: italic;
	color: var(--steps-text-link);
}

.steps ul {
	display: inline-block;
	margin-bottom: 0;
}

.steps ul li.active {
	display: inline-block;
	font-style: italic;
}

.steps span {
	color: #fff;
	display: inline-block;
	background: var(--steps-text);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 4px;
	font-family: sans-serif;
}

.steps li {
	padding-left: 25px;
	position: relative;
	color: var(--steps-text);
}

.steps li:before {
	content: ">";
	position: absolute;
	left: 0px;
	top: 2px;
	color: var(--steps-text);
}

.steps li a {
	color: var(--steps-text-link);
}

.steps li.active a {
	color: var(--steps-text-active);
}

.steps li.active span {
	background:var(--steps-text-active);
	font-style: normal;
}

.steps ul li:first-child:before {
	display: none;
}

.content-form#contLogin {
	background: url(img/bgLogin.png) no-repeat  var(--masterclub);
	border: 0 none;
}

.content-form#contLogin .masterLogin {
	margin: -20px -20px 15px;
}

.masterLogin a {
	display: block;
	text-decoration: none;
	margin: 0 auto;
	max-width: 390px;
}

.masterLogin h4 {
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 1.3;
}

.masterLogin p {
	color: #fff;
	font-weight: 400;
	font-style: italic;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.condInfo {
	font-size: 12px;
	text-transform: uppercase;
}

@media (min-width: 600px) {
	.masterLogin {
		text-align: left;
	}
	.masterLogin div {
		margin: 19px 0;
	}
	.masterLogin img {
		float: left;
		margin-right: 15px;
	}
	.masterLogin h4 {
		font-size: 18px;
		margin-top: 0;
	}
	.masterLogin .btn {
		margin: 5px auto;
	}
	.masterLogin p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.steps li:first-child {
		padding-left: 0px;
	}
	.stepsTitle {
		margin-right: 10px;
	}
	
	.steps ul li.checkout {
		display: none!important;
	}
}

@media (min-width: 992px) {
	.steps {
		padding: 30px 0;
	}
	
	.masterLogin {
		padding: 15px;
		margin-bottom: 40px;
		text-align: left;
	}
}