@media (min-width: 100px) and (max-width: 991px) {

.reg-head {
	font-size: 22px;
	font-weight: bold;
	color: #e1407a;
	line-height: 30px;
	text-align:center;
	text-transform: capitalize !important;
}

::-moz-selection {
	background: #f35b3f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f35b3f;
	color: #fff;
	text-shadow: none;
}


/***** Top menu *****/




/***** Top content *****/

.top-content {
	padding: 10px 0 10px 0;

}

.top-content .text {
	color: #fff;
}



.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p {
	opacity: 0.8;
}

.top-content .description a {
	color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
	border-bottom: 1px dotted #fff;
}

.form-box {
  /**	padding-top: 40px; **/
  
}

.f1 {
	padding: 25px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 15px;
	box-shadow: 1px 0px 6px 0px #ffffffbf;
}

.f1 h3 {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.f1-steps {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	 width: 710px;
}

.f1-progress {
	position: absolute;
	top: 24px;
	/***left: 0; **/
	left: 59px;
 /***	width: 100%; **/
	width: 30%;
	height: 1px;
	background: #ddd;
}

.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #f35b3f;
}

.f1-step {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 5px;
}

.f1-step-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	background: #ddd;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding-left:10px;
}

.f1-step.activated .f1-step-icon {
	background: #fff;
	border: 1px solid #f35b3f;
	color: #f35b3f;
	line-height: 38px;
}

.f1-step.active .f1-step-icon {
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: #f35b3f;
	font-size: 22px;
	line-height: 48px;
}

.f1-step .numb-title1 {
	font-weight:bold;
	margin-left:8px;
	font-size:16px;
}


.f1-step p {
	color: #ccc;
}

.f1-step.activated p {
	color: #f35b3f;
}

.f1-step.active p {
	color: #f35b3f;
}

.f1 fieldset {
	display: none;
	text-align: left;
}

.f1-buttons {
	text-align: right;
}

.f1 .input-error {
	border-color: #f35b3f;
}

/**** REG FORM DATA START ****/

.register-button {
	padding-left:100px;
}

.label-register{
		color:#000;
	font-weight:bold;
	font-size:11px;
}

.reg-checkbox-label{
	color:#000;
	font-weight:bold;
	font-size:11px;
}


.login-text {
	color:#000;
}

.login-text {
	text-align:center;
}

.login-text2 {
	text-align:center;
}


.login-text .text-base1{
	color:#e1407a;
	 text-decoration: underline;

}
.login-text2 .text-base2{
	color:#e1407a;
	 text-decoration: underline;

}

.reg-button{
	background:#e1407a !important;
	width:200px;
	 margin-left: -50px;
}


/**** REG FORM DATA END ****/

.mylogin .modal-content {
    background-color: #1e4e9d;
    position: relative;
    padding: 30px 10px;
}


}