@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	background: url(../../img/sample/bg.jpg) repeat;/*#242A35;*/
}
.l-login {
	background: #fff;/* #20252d;*/
	width:100%;
	text-align:center;
	border-bottom:1px solid #bfdbee;
}
.l-login img {
	padding:20px 0;
}
.l-login-main {
	width:100%;
	position:relative;
}
.l-login-blog {
	margin: 0 auto;
	max-width: 100%;
	width: 400px;
	min-height: 618px;
}
.l-login-blog h1 {
	 color: #20252D;
    font-size: 25px;
    font-weight: 300;
    margin: 20px 0 0 54px;
    padding: 0;
    text-align: center;
}

.lang_active {
 
    padding: 4px;
	opacity:0.5;
}
.submit
{
	float: none !important;
}


/*form styles*/




#msform {
	/*width: 400px;*/
	margin: 50px auto;
	text-align: center;
	position: relative;
}
.msform-height
{
	   height: 530px;
}
#msform fieldset {
	background: none repeat scroll 0 0 #fff; /*ECF0F6*/
	border: 1px solid #DCE3E9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:  5px 5px 5px 5px rgba(133, 140, 140, 0.1);
	-webkit-box-shadow: 5px 5px 5px 5px rgba(133, 140, 140, 0.1);
	box-shadow: 5px 5px 5px 5px rgba(133, 140, 140, 0.1);
	padding: 20px 5%;
	box-sizing: border-box;
	width:95%;
	margin: 0 3%;
	/*stacking fieldsets above each other*/
	position: absolute;
}


/*Hide all except first fieldset*/



#msform fieldset:not(:first-of-type) {
 display: none;
}
#msform fieldset input[type="text"], #msform fieldset input[type="password"], #msform fieldset textarea {
	width:90%;
	margin-bottom:20px;
}
.customize-select {
	margin-bottom: 20px;
/*	margin-left:17px;*/	
	float:  left;
	position: relative;
}
.customize-select, .bgsel {
	width:85%;
}
.customize-select-width {
	width:98%;
}
.check-text {
	float: none;
	font-size: 10px !important;
	margin: 0;
	text-align: left !important;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #e74c3c;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 30px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #e74c3c;
}
/*headings*/
.fs-title {
	font-size: 15px;
	/*text-transform:  capitalize;*/
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

/*progressbar*/

#progressbar {
	counter-reset: step;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#progressbar li {
	list-style-type: none;
	color: #20252D;
	text-transform: uppercase;
	font-size: 9px;
	width: 33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}



/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/

#progressbar li.active:before, #progressbar li.active:after {
	background: #ED2165;
	color: white;
}
.forgot, .forgot a {
	text-align:right;
	font-size:11px;
	color:#3c5a92;
	padding-bottom:0 !important;
	text-decoration:none;
}
.login-b {
	width:63px;
	padding:5px;
	text-align:center;
	font-size:14px;
	color:#fff;
	border:1px solid #38aa0f;
	background: #46d117; /* Old browsers */
	background: -moz-linear-gradient(top, #46d117 0%, #3eb918 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46d117), color-stop(100%, #3eb918)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #46d117 0%, #3eb918 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #46d117 0%, #3eb918 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #46d117 0%, #3eb918 100%); /* IE10+ */
	background: linear-gradient(to bottom, #46d117 0%, #3eb918 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d117', endColorstr='#3eb918', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(128, 255, 86, 0.5);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(128, 255, 86, 0.5);
	box-shadow:inset 0px 1px 0px 0px rgba(128, 255, 86, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
.l-login-blog p {
	font-size:14px;
	color:#484C55;
	text-align:center;
}
.l-login-blog p span, .l-login-blog p span a {
	color:#29a9f3;
	text-decoration:none;
	font-size: 12px;
}
.footer-blog {
	position: relative;
	bottom:0;
	margin:0px auto;
}
.footer {
	text-align:center;
	color:#FFF;
	font-size:11px;
	/*margin:25px 0 20px 0;*/
	position: fixed;
	bottom: 0;
	width: 100%
}
.footer img {
	margin:10px 0;
}
ul.pri {
	margin:0;
	padding:0;
}
ul.pri li {
	list-style:none;
	display:inline;
}
ul.pri li a {
	color:#FFF;
	font-size:11px;
	padding:0 2px;
	text-decoration:none;
}
div.selector{
	width:100%;
}
div.selector span {
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 93%;
}
textarea {
	padding:10px;
}
input[type="text"], input[type="password"] {
	padding:6px 20px 6px 6px;
}
.box-container
{
	background:none repeat scroll 0 0 rgb(255, 255, 255);
	 border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 15px;
}
.box-container h3
{
	color:#989898;
	font-size:14px;
}
.box-container h2 {
    border-bottom: 1px dotted rgb(184, 184, 184);
    text-transform: uppercase;
}
.alink
{
	text-decoration:none;
	color: rgb(0, 136, 204);
}
.fot-log
{
	width: 37%;
	float: left;
}
.fot-log2
{
	width: 30%;
	float: left;
}
.fot-log3
{
	width: 20%;
	float: left;
}
@media only screen and (max-width: 500px) and (min-width:220px) 
{
	#confirmBox{
		width:300px !important;
		position:fixed !important;
		left:10% !important;
		top:20% !important;
		margin:-10px 0 0 -20px !important;
	}
	.l-login-blog {
	width: 300px;
	}
	.fot-log
{
	width: 100%;
	float: none;
}
.fot-log2
{
	width: 100%;
	float: none;
}
.fot-log3
{
	width: 100%;
	float: none;
}
}