@charset "utf-8";
/*  UI Design by Shabdiz . 2015 . ShabdizCO. ShabdizCO. http://shabdiz.org/ */

@font-face {
	font-family: 'BYekan';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'BYekan';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'BYekan';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: 'BYekan';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'BYekan';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

html{
    min-height: 100%;
}

body{
   background: url(https://shabdiz.org/cdn/viban/vibanbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	direction:rtl;
	margin:0px;
	padding:0px;
	font-family:'Byekan';
	font-size:13px;
       
       
}
input{
	width:auto;
	padding:10px;
	margin:10px 0px;
	font-family:'Byekan';
	font-size:12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
		border-radius:3px;
	border:none;
	color:#666;
}
input:focus{
	outline:none;
}
.button,.btn{
	font-family:'Byekan';
	font-size:13px;
}
#login{
	margin-top:100px;
	margin-bottom:50px;
}
#topbar{
	width:auto;
	height:45px;
	background-color:#cb4460;
}
#logo{
	width:90px;
	height:80px;
	background-color:#cb4460;
	border-radius:5px;
	background-image:url(../images/logologin.png);
	background-size:70px 62px;
	background-repeat:no-repeat;
	background-position: center center;
}
#main{
	background-image:url(../images/glass.png);
	border-radius:25px;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}
#title{
	color:#646464;
	cursor:default;
}
.username{
	width:300px;
	background-color:white;
	border-left:5px solid white;
	background-image:url(../images/user2login.png);
	background-repeat:no-repeat;
	background-position:12px 8px;
	margin-top:40px;
}
.username:focus{
	border-left:5px solid #cb4460;
}
.password{
	width:300px;
	background-color:white;
	background-image:url(../images/keylogin.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
	border-left:5px solid white;
}
.password:focus{
	border-left:5px solid #cb4460;
}
.btn-success{
	width:300px;
	margin-top:20px;
	margin-bottom:40px;
}
.forget{
	color:#787878;
}
footer{
	width:auto;
	height:40px;
	background-color:#202020;
}
#footer-container{
	width:800px;
	height:auto;
	color:#FFFFFF;
	padding-top:10px;
}
#footer-container p{
	float:left;
	cursor:default;
}
footer nav a{
	color:#FFFFFF;
	margin-left:15px;
}
footer nav a:hover,footer nav a:active,footer nav a:focus{
	color:#FFFFFF;
}
@media (max-width: 350px) {
	#title{
		font-size:25px;
	}
}


.regdiv{
	width:auto;
	margin: 0 auto;
	padding: 0px 15px;
}
.modal-body{
	text-align: center !important;
}
.modal-title{
	text-align: center;
	color: #3E3E3E;
}

.regname,.enregname{
	background:url(../images/user2.png) no-repeat 5px 6px;
}
.regfamily,.enregfamily{
	background:url(../images/user3.png) no-repeat 5px 6px;
}
.regmobile,.forgmobile{
	background:url(../images/phone.png) no-repeat 5px 6px;
}
.regemail,.forgemail{
	background:url(../images/mail.png) no-repeat 5px 6px;
}
.authcode{
    background:url("../images/star.png") no-repeat 5px 6px;;
}


.btn-reg{
	background-color: #5cb85c;
	color: #fff;
	transition: .3s;
	width: 100px;
}
.btn-reg-forg{
	background-color: #5cb85c;
	color: #fff;
	transition: .3s;
	width: 150px;
}
.btn-reg-forg:hover{
	background-color: #439743;
	color: #fff;
	transition: .3s;
}
.btn-reg:hover{
	background-color: #439743;
	color: #fff;
	transition: .3s;
}
.modal-footer{
	text-align: center !important;
}
.forg-divider{
	width:auto;
	height: 1px;
	background-color: #AAAAAA;
	margin: 15px;
}
