@media (min-width: 100px) and (max-width: 750px){ 
	.li-bar{
		width:120px !important;
		margin-bottom:20px;
	}

   .steps{
	margin-bottom:140px !important;
	}

}


.progress{
    width : 100%;
}
 
.progressbar {
	counter-reset: step;
}
.progressbar .li-bar {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}
.progressbar .li-bar:before {
	width: 80px;
	height: 80px;
	content: counter(step);
	counter-increment: step;
	line-height: 75px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}
.progressbar .li-bar:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar .li-bar:first-child:after {
	content: none;
}
.progressbar .li-bar.active {
	color: #3c97e8;
}
.progressbar .li-bar.active:before {
	border-color: #3c97e8;
}
.progressbar .li-bar.active + .li-bar:after {
	background-color: #3c97e8;
  }



  .explain{
    padding:10px;
    border-radius:10px;
    box-shadow: 5px 10px 18px #888888;
    background : #fff;
	font-size:1.3em;
}

.register{
    border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width:50px;
	height:50px;
	text-align:center;
	padding:12px;
	position:relative;
    top:-30px;
    right:-10px;
	background-color:#fff;
}

    .fb {
  background-color: #3B5998;
  color: white;

}

.fb:hover {
  background-color: rgb(50, 75, 129);
  color: white;

}


.google {
  background-color: #dd4b39;
  color: white;

}

#register{
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid rgb(217, 217, 217);
	border-radius:10px;
}

#have-account a:hover{
color:rgb(118, 183, 239);
}

label{
	font-family:'Roboto Condensed', sans-serif;
	text-transform: capitalize;
}

.eye{
	background: transparent;
    border: none;
}

.eye i{
	color:#808080
}

.eye i:hover{
	color:black;
	font-size: 1.1em;
}