/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'IRANSans';
	src:url("IRANSans/IRANSans-web.eot");
	src:url("IRANSans/IRANSans-web.eot?#iefix") format("eot"),
		url("IRANSans/IRANSans-web.woff2") format("woff2"),
		url("IRANSans/IRANSans-web.woff") format("woff"),
		url("IRANSans/IRANSans-web.ttf") format("ttf");
}

@font-face{
	font-family:'IRANSans';
	src:url("IRANSans/IRANSans-web.eot");
	src:url("IRANSans/IRANSans-web.eot?#iefix") format("eot"),
		url("IRANSans/IRANSans-web.woff2") format("woff2"),
		url("IRANSans/IRANSans-web.woff") format("woff"),
		url("IRANSans/IRANSans-web.ttf") format("ttf");
	font-weight:normal
}

/*===================== Traditional Fonts ====================*/
@font-face {
	font-family: 'BYekan';
	src: url(Farsi/Yekan.eot);
	src: url(Farsi/Yekan.eot?#iefix) format("embedded-opentype"),
		 url(Farsi/Yekan.woff) format("woff"),
		 url(Farsi/Yekan.ttf) format("truetype"),
		 url(Farsi/Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal
}	

@font-face {
	font-family: 'BNazanin';
	src: url('Farsi/39.eot');
	src: local('?�?�??'), url('Farsi/39.woff') format('woff'),
					  url('Farsi/39.ttf') format('truetype'),
					  url('Farsi/39.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'BTitr';
	src: url('Farsi/44.eot');
	src: local('?�?�??'), url('Farsi/44.woff') format('woff'),
					  url('Farsi/44.ttf') format('truetype'),
					  url('Farsi/44.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
@font-face {
    font-family: 'BMitra';
    src: url('Farsi/BMitra.eot');
    src: url('Farsi/BMitra.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BMitra.woff') format('woff'),
         url('Farsi/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMitraBold';
    src: url('Farsi/BMitraBold.eot');
    src: url('Farsi/BMitraBold.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BMitraBold.woff') format('woff'),
         url('Farsi/BMitraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BRoya';
    src: url('Farsi/BRoya.eot');
    src: url('Farsi/BRoya.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BRoya.woff') format('woff'),
         url('Farsi/BRoya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BTabassom';
    src: url('Farsi/BTabassom.eot');
    src: url('Farsi/BTabassom.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BTabassom.woff') format('woff'),
         url('Farsi/BTabassom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BTitr';
    src: url('Farsi/BTitr.eot');
    src: url('Farsi/BTitr.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BTitr.woff') format('woff'),
         url('Farsi/BTitr.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BTitrTGE';
    src: url('Farsi/BTitrTGE.eot');
    src: url('Farsi/BTitrTGE.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BTitrTGE.woff') format('woff'), 
         url('Farsi/BTitrTGE.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BTraffic';
    src: url('Farsi/BTraffic.eot');
    src: url('Farsi/BTraffic.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BTraffic.woff') format('woff'),
         url('Farsi/BTraffic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BNasim';
    src: url('Farsi/BNasim.eot');
    src: url('Farsi/BNasim.eot?#iefix') format('embedded-opentype'),
         url('Farsi/BNasim.woff') format('woff'),
         url('Farsi/BNasim.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body {
   
    font-family: 'IRANSans';
    text-align: center !important;
    color: #fff;
}

.page-container {
    margin: 120px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
	    font-family: 'IRANSans' !important;

}

input {
	    font-family: 'IRANSans' !important;
    font-size: 12px!important;
    width: 270px;
    height: 42px;
    text-align :right ;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'B Yekan', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

.button {
	text-align: center;
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'B Yekan', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}





