/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
 	/*background:url(../../../images/login/login.png) repeat-x;*/
    background-color: #08AEEA;
	background-color: #08AEEA;
	background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
	/* -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover; */
 	position:relative;
 	background-size : cover;
/*  	font-family: 'BSinaBold'; */
}
#frmlogin{
	    font-family: B yekan ;
}
.login-form1 {
	background:rgb(255, 255, 255);
	width:360px;
	margin:10% auto;
 	position: relative;
	border-radius: 5px;
}
.head {
	position: absolute;
    top: -8%;
    left: 42%;
}
.head img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.23);
	background-color: #FFCF00;
}
form {
	padding: 50px 30px 100px 30px;
	border:1px solid #ffffff;
	border-radius: 10px!important;



}

h1{
	    text-align: center;
    font-family: tahoma;
        color: #d5211c;
}
 .ui-widget-content .ui-inputfield{
 box-shadow: none;
 }
 
 .ui-panel-content.ui-widget-content{
 	padding:0;
 }
 
form li{
	border:1px solid #dbd8d8;
	list-style:none;
	margin-bottom:25px;
	margin-top: 20px;
	background:white;

}


.rolist{
	
font-family: b yekan;
font-size: 14px;

}

.ui-selectonemenu-items-wrapper li{
	font-family: b yekan;
	font-size: 14px;
	
}

.icon{
	height:30px;
	width:30px;
	display: block;
	float:left;
	margin:7px -11px 0px 0px
}

.user{
	background: url(../../../images/lngimages/icons.png) no-repeat 12px 11px;
	
}
.lock{
	background: url(../../../images/lngimages/icons.png) no-repeat -17px 11px;
}

.mail{
	background: url(../../../images/lngimages/email.png) no-repeat 7px 11px;
}

.cal{
	background: url(../../../images/lngimages/cal.png) no-repeat 7px 11px;
}

input[type="text"], input[type="password"] {
	font-family: B yekan ;
	padding:0.7em 2em 0.7em 1.7em;
	color:#858282;
	font-size:15px;
	outline: none;
	background: none;
	border:none;
/* 	font-weight:600; */
}
.login-form .text{
/* 	background-color: red !important; */
    width: 100%;
}
/*  .rolist:hover,form li:hover  {
    border: 1px solid #8D0F4D;
    box-shadow: 0 0 1em #932E74;
    -webkit-box-shadow: 0 0 1em #932E74;
	 -o-box-shadow: 0 0 1em #932E74;
	 -moz-box-shadow: 0 0 1em #932E74;
} */

input[type="submit"]{
	float:right;
	font-size:17px;
	display: inline-block;
/* 	font-weight:600; */
	color: #fff;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	outline: none;
	padding:15px 10px;
	margin-top:3px;
	font-family: B yekan ;
	width:30%;
	height:50px !important;
	border:none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	background: #ffe49e; /* Old browsers */
	background: -moz-linear-gradient(top,  #DDD4E0 0%, #F1CCFD 3%, #270A27 35%, #5D027C 97%, #e27f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe49e), color-stop(3%,#e27f00), color-stop(35%,#e27f00), color-stop(97%,#ff9000), color-stop(100%,#e27f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#7C026D 97%,#14001B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#7C026D 97%,#14001B 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #DDD4E0 0%,#ff879d 3%,rgba(187, 54, 15, 0.95) 35%,#ff0000 97%,#1b0700 100%); /* IE10+ */
	   
	   background: linear-gradient(to bottom, #DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#7C026D 97%,#14001B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe49e', endColorstr='#e27f00',GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:hover{
	background: #6cc2af; /* Old browsers */
	background: -moz-linear-gradient(top,  #DDD4E0 0%, #F1CCFD 3%, rgba(54, 0, 45, 0.95) 65%, #CB5BBE 97%, #14001B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDD4E0), color-stop(3%,#F1CCFD), color-stop(65%,rgba(54, 0, 45, 0.95) ), color-stop(97%,#CB5BBE ), color-stop(100%,#14001B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#CB5BBE 97%,#14001B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#CB5BBE 97%,#14001B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #DDD4E0 0%,#F1CCFD 3%,rgba(54, 0, 45, 0.95) 35%,#CB5BBE 97%,#14001B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #DDD4E0 0%,#ff879d 3%,rgba(187, 54, 15, 0.95) 35%,#ff0000 97%,#1b0700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27f00', endColorstr='#ffe49e',GradientType=0 ); /* IE6-9 */
	
}
/***************************/

.loginbtn{
	
	font-family: b yekan;
    font-style:normal;
	font-size: 20px;
	float: left;
	
    background:#28e58e !important;
    color: #ffffff;
    padding: 8px;
    transition:1s;
    width: 100%;
    margin-top: 10px;
    border-radius: 30px !important;
	height: 60px;

    
}

.loginbtn:hover{
    background:#08AEEA  !important;
   
}


.ui-selectonemenu .ui-selectonemenu-label {
    text-align: right;
    width: initial;
    
}	


.p-container{
    padding-top: 40px;
    font-size: 14px;
	margin-top:2em;
}
.p-container  .checkbox input {
	position: absolute;
	left: -9999px;
}
.p-container.checkbox i {
	border-color: #fff;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	
}
.p-container.checkbox i:hover {
	border-color:red;
	
}
.p-container  i:before {
	background-color: #2da5da;	
}
.p-container  .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.p-container  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
	content:url(../images/tick.png) no-repeat 7px 1px;
	top:-15px;
	left:1px;
	width: 15px;
	height: 15px;
}
.p-container  .checkbox {
	float: left;
	margin-right: 30px;
}
.p-container .checkbox {
	padding-left: 40px;
	font-size: 16px;
	line-height:60px;
	color:#858282;
	cursor: pointer;
	font-family: BSinaBold;	
	font-weight: 600;
}
.p-container  .checkbox {
	position: relative;
	display: block;
}
.p-container  .checkbox i {
	position: absolute;
	top:18px;
	left:5px;
	display: block;
	width:22px;
	height:22px;
	outline: none;
	border:1px solid #999;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}
.p-container  .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
	color: #2da5da;
}
.p-container .checkbox input:checked + i,
.p-container . input:checked + i {
	border-color: #2da5da;	
}
.p-container .rating input:checked ~ label {
	color: #2da5da;	
}

.p-container .checkbox input:checked + i:after {
	opacity: 1;
}

/****************/
.copy-right {
	position: center;
	margin-bottom: 0px !important;

	}
.copy-right p {
	color: #000;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600;

}
.copy-right p a {
	font-family: 'Open Sans', sans-serif;	
	font-size: 1em;
	color: #747474;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover {
	color:#fff;
}
/*-----start-responsive-design------*/
@media (max-width:1024px){
.login-form  {
		margin:8% auto 0;
		width:45%;
	}
	.copy-right {
	left: 41%;
	bottom:-18%;
	}
}
@media (max-width:768px){
	.login-form  {
		margin:12% auto 0;
		width:57%;
	}
	.copy-right {
	left:38%;
	bottom:-14%;
	}
}
@media (max-width:640px){                                  
	.login-form  {
		margin:13% auto 0;
		width:70%;
	}
	.copy-right {
	left:36%;
	bottom:-18%;
	}
}
@media (max-width:480px){                                  
	.login-form  {
		margin:20% auto 0;
		width:90%;
	}
	.copy-right {
	left:30%;
	bottom:-17%;
	}
	
}
@media (max-width:320px){                                  
	.login-form  {
		margin:20% auto 0;
		width:95%;
	}
	form{
		padding:19% 1.5em; 
	}
	form li{
		margin-top:10px;
	}
	
	input[type="text"], input[type="password"]{
		font-size:15px;
		padding: 0.5em 1em 0.5em 1em;
	}
	input[type="submit"]{
		float:none;
		font-size: 15px;
		padding: 10px 10px;
		width: 40%;
		margin-left: 28%;
	}
	.head{
		top:-12%;
		left:35.5%;
	}
	.head img {
	width:69%;
	}
	.user {
		background: url(../../../images/lngimages/icons.png) no-repeat 12px 4px;
	}
	.lock {
		background: url(../../../images/lngimages/icons.png) no-repeat -20px 3px;
	}
	.p-container .checkbox {
	float: none;
	text-align: center;
	}
	.p-container{
		margin-top: 0;
	}
	.icon{
		margin:6px -11px 0px 0px;
	}
	.p-container .checkbox i {
	position: absolute;
	top: 18px;
	left: 43px;
	}
	.copy-right {
	left:20%;
	bottom:-10%;
	}
}
	
.links-con {
/*     padding-top: 60px; */
    direction:ltr;
}
.links-con > p {
    padding-top: 5px;
    width: 60%;
/*     float: left; */
    text-align: left;
}

.links-con > p > a {
    font-size: 15px;
    font-family: b yekan;
}
input:-webkit-autofill{
	background-color: red !important;
}
.links-con > p > a.forget {
        color: #6d6d6d;
}

.links-con > p > a.register {
    color: #9A3D8E;
}

.comment {
    color: #000000;
}

.links-con > p > a:hover {
    color: #FFEC20;
}

.links-con {
/*     padding: 15; */
}
.mregisterpage form li {
    margin-bottom: 5px;
    margin-top: 5px;
}
form li.merchantreg{
	width: 49% !important;
    display: inline-block !important;
}
.mregisterpage form {
    padding: 10% 2.5em;
    border: 1px solid #968F8F;
    border-radius: 10px;
}
/*.mregisterpage #btnLoginId,.loginbtn{
	    background: #2abfd3 !important;
    box-shadow: 0px 1px 1px #d0d0d0 !important;
  
}
.mregisterpage #btnLoginId:HOVER, .loginbtn:HOVER{
    box-shadow: 0 0 10px #00fbcc;
}
#btnrecpass{
	background: #ffb100;
    box-shadow: 1px 1px 1px #9e9e9e;
    width: 130px;
}
#btnrecpass:HOVER{
    box-shadow: none;
}*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.inputtext {
	width: 100% !important;
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;

}
.inputtext #validCountDay_input.ui-spinner-input{
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	/* width: inherit !important; */
}

.inputtext label {
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
}

.inputtext label:active, .inputtext label.active {
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #65c5ff !important;
	box-shadow: 0px 0px 5px #79cdff !important;
}

.inputtext label:hover {
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
}

.inputtext:focus {
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #65c5ff !important;
	box-shadow: 0px 0px 5px #79cdff !important;
}

.inputtext:hover {
	background: white !important;
	background-color: #fff !important;
	background-image: none !important;
}
