@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/IRANSans4/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/IRANSans4/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/IRANSans4/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/IRANSans4/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/IRANSans4/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/IRANSans4/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/IRANSans4/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/IRANSans4/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/IRANSans4/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/IRANSans4/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/IRANSans4/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/IRANSans4/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum).eot');
	src: url('../../fonts/IRANSans4/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../fonts/IRANSans4/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../fonts/IRANSans4/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../fonts/IRANSans4/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
body {
	background: #e9e9e9 url(../../img/login.jpg) no-repeat center center / cover;
    color: #666666;
    font-family: Iransans;
    font-size: 14px;
}
html,body{
  height:100%;
}
#login_form_bg h2 {
    color: #3a3f51;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
	text-align: center;
}

#login_form_bg {
	position:relative;
	max-width:400px;
	background: #ffffff none repeat scroll 0 0;
	border-top: 5px solid #3a3f51;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	top: 300px;
	margin: auto;
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: hidden;
	padding: 45px 30px;
}
#login_form_bg.login_form_bg_panel {
    max-width: 730px;
    height: 423px;
    box-sizing: border-box;
}
#login_form_bg .captchaInput {
    width: 150px !important;
}
#login_form_bg.verifycode_form {
    height: 360px !important;
}
#login_form_bg .panel-body {
	margin-bottom: 28px;
}
#login_form_bg .panel-body.loginbygap {
	margin-bottom: 0;
}

#login_form_bg .panel-body .input-group.error_input {
	border-color:red; 
}
#login_form_bg .panel-body .input-group .input-group-addon {
	display: block;
	float:left;
	margin-right:5px;
	width: 40px;
	height: 31px;
}

#login_form_bg .panel-body .input-group input {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    display: block;
    margin: 0 0 20px;
    outline: medium none;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
    width: 315px;
    font-family: Iransans ;
}
#login_form_bg.gapadmin .panel-body .input-group input {padding: 10px 15px;}
#login_form_bg .panel-body .input-group input:focus {
    border: 1px solid #3a3f51;
    color: #333333;
}

#login_form_bg .panel-body .input-group .input-group-addon i.icon-mail {
	background-position: -34px -14px;
}

#login_form_bg .panel-body .input-group .input-group-addon i.icon-lock {
	background-position: -164px -16px;
	top: 2px;
}

#login_form_bg .panel-body .input-group .input-group-addon i.icon-user {
	background-position: -99px -16px;
	top: 2px;
}

#login_form_bg .panel-body .submit_btn {
    background: #3a3f51 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-family: iransans;
    transition: all 0.4s ease;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0 !important;
}
#login_form_bg .panel-body .submit_btn:hover {
    opacity: 0.8;
}
#login_form_bg .panel-body .gap_btn {
    background: #6b45c1;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-family: iransans;
    transition: all 0.4s ease;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0 !important;
	border-radius: 4px;
}
#login_form_bg .panel-body .gap_btn .login_logo {
	width: 30px;
	height: 30px;
	background: url('../../img/login-logo.png') no-repeat center center / 100% auto;
	display: inline-block;
	margin: 5px 10px;
	vertical-align: middle;
	
}
#login_form_bg .panel-body .submit_btn:hover {
    opacity: 0.8;
}
#login_form_bg .panel-body .error {
	text-align: center;
	font-family: 'Iransans';
	font-size: 14px;
	color: #F00;
	padding: 5px 0 10px;
    float: left;
    position: relative;
}

#login_form_bg .footer .register{
	display: block;
	height: 42px;
	border: 2px solid white;
	border-radius: 5px;
	margin: 0 auto;
	font-size:23px;
	font-family: 'arial', tahoma;
	cursor: pointer;
	color: white;
	text-align: center;
	padding: 0 5px;
	line-height: 42px;	
	font-weight:bold;
	position: relative;
	top: 22px;
}

.login_success {
	width: 341px;
	background: #9dc64b url(../../img/tick.png) no-repeat right center ;
	margin: 50px auto;
	font-family: arial;
	text-align: center;
	padding:10px 80px 10px 0px;
	font-size: 32px;
	border: 1px solid #799d31;
	border-radius: 5px;
	color: #fff;
}
#login_form_bg .footer_fix{
	position:inherit !important;
}

#login_form_bg form p.desc {
	padding-bottom: 15px;
    text-align: justify;
}
#login_form_bg form .change_mobile {
	display: block;
    text-align: center;
    padding: 10px;
}
.loading_popup{
	position: absolute;
	text-align: center;
	background: rgba(255,255,255,0.83);
	width: 100%;
	height: 100%;
	right: 0;
	top:0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
}
.loading_popup_inn{
	right: 0;
	top:0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: auto;
	position: absolute;
	color: #3a3f51;
}
/* -------------------------register_containr------------------------ */
.register_containr .line{
	margin-bottom:4px;
	overflow:hidden;
}
.register_containr label{
	float:right;
	font:normal 11px/20px tahoma;
	color:#444;
}
.register_containr input{
	border:1px solid #aaa;
	float:left;
	font:normal 12px/22px tahoma;
	height:22px;
	color:#979797;
	background:none;
	width:170px;
	background:none;
	padding:0 10px;
	border-radius: 			5px; 	
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
.login_form{
    float: right;
    width: 300px;
}
#lgp_qrcode{
    float: left;
    width: 335px;
    font-size: 12px;
}
@media only screen and (min-width : 400px){
	/*.login_containrt{width:310px;}*/
}

@media only screen and (max-width : 600px){
	
	#header1 img.pic{ width: 86%;}
	#login_form_bg {
		margin: auto;
		width: 95%;
	}
}
@media only screen and (max-width : 640px){
	.login_form_bg_panel .login_form,
    .login_form_bg_panel #lgp_qrcode{
        float: none;
        margin: 0 auto;
    }
    .login_form_bg_panel .login_form{
        margin-bottom: 12px;
    }
    #login_form_bg.login_form_bg_panel{
        height: 500px;
        width: 350px;
    }
    .login_form_bg_panel.verifycode_form{
        height:600px !important;
    }
}
@media only screen and (max-height : 600px) and (max-width : 640px){
    .login_form_bg_panel.verifycode_form{
        position: relative !important;
    }
}
@media only screen and (max-height : 500px) and (max-width : 640px){
    #login_form_bg.login_form_bg_panel{
        position: relative !important;
    }
}
.loading_popup{
	position: absolute;
	text-align: center;
	background: rgba(255,255,255,0.83);
	width: 100%;
	height: 100%;
	right: 0;
	top:0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
}
.loading_popup_inn{
	right: 0;
	top:0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: auto;
	position: absolute;
	color: #3a3f51;
}
.hidden {
    display: none;
}
.lgp_link {
    color: #9473e0;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
#lgp_qrcode {
    text-align: center;
}
.grCod_link {
    margin: 45px auto;
    font-size: 14px;
}
p.notification {
    margin: 0 0 10px 0;
}
.login_form .mobile_login {
    direction: ltr;
    width: 218px !important;
    margin-left: 2px !important;
}
.login_form .mobileCode {
    text-align: center;
    direction: ltr;
}

.login_form .desc{
    font-size: 12px;
}
.login_form #country_select {
    width: 299px !important;
    height: 44px;
    direction: ltr;
    margin-bottom: 10px
}
.login_form #country_code {
    width: 76px !important;
    direction: ltr;
    background-color: #E8E8E8;
}
.login_form label{
    padding-bottom: 10px;
}
.login_form input {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
button.digits-button {
    margin-top: 7px;
    background: #00b8fb none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 15px;
    width: 100%;
    font-family: iransans;
    font-weight: bold;
}
@media only screen and (max-width: 640px){
	.login_ad_box {height: 590px !important;}
	.login_ad_box #lgp_qrcode {
		width: auto;
	}
}

.captcha-img {
	float: right;
	margin-right: 10px;
}

.captcha-txt {
	float: left;
	margin-left: 15px;
}

#login_form_bg .panel-body .input-group input {
	float:left;
}

.message.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}