@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/w_Yekan.eot?#iefix") format("embedded-opentype"), url("fonts/w_Yekan.woff") format("woff"), url("fonts/w_Yekan.ttf") format("truetype"); }
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

pre {
    overflow: auto; }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
    overflow: auto; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    content: '';
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background-image: url("../img/bg_2048.jpg"); }

body {
    font-family: "yekan", Tahoma, sans-serif !important;
    font-size: 14px; }

/* Header */
header.header {
    font-family: "yekan", Tahoma, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background-color: #FF9800;
    z-index: 1;
    padding: 10px; }
header.header img:first-child {
    float: right; }
header.header img:last-child {
    float: left; }
header.header img[set="center"] {
    position: relative;
    right: 39%;
    float: right;
}
/* Main */
.main {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center; }
.main .login {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+14,ffffff+100&1+14,0+100 */
    background: -moz-linear-gradient(top, white 14%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 14%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 14%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    padding: 0 10px;
    position: relative;
    top: 120px;
    z-index: 10;
    border-radius: 10px;
    color: #424242;
    margin: 0 auto; }
.main .login .login-header {
    margin: 0;
    color: #03A9F4;
    border-bottom: 1px solid #03A9F4;
    height: 60px;
    line-height: 60px;
    margin-bottom: 25px; }
.main .login .btn-submit {
    transition: all 300ms;
    width: 100%;
    background-color: #4CAF50;
    border: none;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 5px; }
.main .login .btn-submit:hover {
    background-color: #FF9800; }
.main .login input {
    margin-bottom: 15px;
    text-align: center; }

/* Footer */
footer.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    align-items: center;
    background-color: #424242;
    box-sizing: border-box;
    z-index: 2;
    color: #ccc;
    font-size: 1.2rem; }
footer.footer i {
    color: #FF9800;
    margin-left: 5px; }
footer.footer p {
    margin: 0;
    padding: 6px 0; }
footer.footer .contact h3 {
    font-size: 1.5rem;
    padding: 5px 0;
    color: #FF9800;
    margin: 0; }
footer.footer .contact .phone, footer.footer .contact .mobile {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #5c5c5c; }
footer.footer .copyright {
    border-top: 1px solid #5c5c5c;margin-top: 20px; }
footer.footer .copyright a {
    color: #ffffff; }
footer.footer .copyright a:hover {
    color: #FF9800; }
footer.footer .copyright p {
    width: 100%;
    text-align: center;
    margin-left: 84px;}

@media (min-width: 768px) {
    .main .login {
        width: 450px; }

    footer.footer .copyright p {
        width: 50%; }
    footer.footer .copyright p:first-child {
        float: right;
        text-align: right; }
    footer.footer .copyright p:last-child {
        float: left;
        /*text-align: left;*/
    }
}
h1,h2,h3,h4{
    font-family:"yekan";
}

/*# sourceMappingURL=style.css.map */
