#Formlabel {
	font-family:"B Nazanin";
	font-size: 22px;
	font-weight: bold;
	color: #000;

}


#infoformlabel {
	font-family:"B Nazanin";
	font-size: 22px;
	font-weight: bold;
	color: #000;

}

#loginform {
  position: relative;	
  width:80%;
  /* top: 100px; */
  /* right: 20%;  */
  text-align: center;
  opacity:100;
  /* position: relative; */
  height:400px;
  margin: 5% auto;
  background: #6b98ff;
  padding: 20px 22px;
  border: 1px solid;
  border-top-color: rgba(255,255,255,.4);
  border-left-color: rgba(255,255,255,.4);
  border-bottom-color: rgba(60,60,60,.4);
  border-right-color: rgba(60,60,60,.4);
}

#infoform {
  position: relative;	
    width:80%;

  /* top: 100px; */
  /* right: 20%;  */
  text-align: center;
  opacity:100;
  /* position: relative; */
  height:400px;
  margin: 5% auto;
  background: #6b98ff;
  padding: 20px 22px;
  border: 1px solid;
  border-top-color: rgba(255,255,255,.4);
  border-left-color: rgba(255,255,255,.4);
  border-bottom-color: rgba(60,60,60,.4);
  border-right-color: rgba(60,60,60,.4);
}
#loginform input:focus {
	border:1px solid #97d6eb;	
	/* background-color: rgba(197,112,163,.2);  */
}
.pos1{
	  position: fixed;	
}
.pos2{
	  position: relative;	
}
::-webkit-input-placeholder { color: #ccc; text-transform: uppercase; }
::-moz-placeholder { color: #ccc; text-transform: uppercase; }
:-ms-input-placeholder { color: #ccc; text-transform: uppercase; }

.logininput{
	text-align:center;
    width:98%;
    height:40px;
    background:#faffbd;
    border-radius:1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #dedede;
	padding: 10px 24px 8px 10px;
    margin-top:10px;
    font-size:1.1em;
    color:#000;
    font-family:"B Nazanin";
}

.subbtn {
  width:98%;
  height:40px;
  background: #15adc5;
  font-family:"B Nazanin";
  color: #0a0a0a;
  font-size: 16px;
  cursor:pointer;
  margin-top:10px;
  font-weight: bold;
}


#sss {
	color: red;
	font-family:"B Nazanin";
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family:"B Nazanin";
	font-size: 14px;
	font-weight: bold;
	line-height: 70%;
} 

ul.infotxt {
	text-align:right;
    list-style-type: square;
}

ul li {
	padding-bottom: 20px 
}
