﻿@import url("fonts.css");

/*----------------------------------------*/
/*  General
/*----------------------------------------*/
body, html {
    height: 100%;
}

body {
    font-family: IRANSans;
    font-size: 10.5pt;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    background-color: #051f27;
}

h1, h2, h3, h4, h5, h6 {
    font-family: iranyekan;
}

.h1, h1 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.h5, h5 {
    font-size: 13.5pt;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

    a, a:hover, a:focus, a:visited {
        text-decoration: none;
    }
        a:hover, a:focus, a:visited {
            color: #0e6d8a;
        }

.text-sm {
    font-size: 9pt;
}

.text-red {
    color: red;
}

.no-list-style {
    list-style: none;
}
/*----------------------------------------*/
/*  Sidebar
/*----------------------------------------*/
.sidebar {
    font-family: iranyekan;
}

h1.menu-main-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  footer
/*----------------------------------------*/

footer {
    /*padding-top: 60px;*/
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}

    footer:before {
        background: rgba(0, 0, 0, 0.8);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    footer .footer-bottom {
        /*margin-top: 40px;*/
        padding: 20px 0;
        border-top: 1px solid #999999;
        position: relative;
        text-align: center;
        padding-bottom: 0;
    }

    footer .shortcuts {
        margin-bottom: 45px;
    }

    footer .page-links.multiple {
        columns: 2;
        list-style: disc;
        padding-right: 15px;
    }

        footer .page-links.multiple li {
            margin-bottom: 10px;
        }

    footer .page-links li {
        border-bottom: solid 1px #d9d7d73d;
        margin-left: 20px;
        list-style: none;
    }

        footer .page-links li a {
            color: #fff;
        }

    footer .social-links {
        padding-right: 15px;
        list-style: none;
    }

        footer .social-links li a {
            color: #FFF;
            font-size: 16px;
        }

/*----------------------------------------*/
/*  Others
/*----------------------------------------*/
.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.login100-more {
    width: calc(100% - 300px);
    background-image: url("../img/tourani.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.1)
    }

.login100-form {
    width: 300px;
    min-height: 100vh;
    display: block;
    background-color: #ecf0f5;/*#f7f7f7*/ 
    padding: 40px 10px 20px;
    text-align: center;
}

@media(max-width:992px) {
    .login100-form {
        width: 50%;
        padding-left: 50px;
        padding-right: 50px
    }

    .login100-more {
        width: 50%
    }
}

@media(max-width:768px) {
    .login100-form {
        width: 100%
    }

    .login100-more {
        display: none
    }
}

@media(max-width:576px) {
    .login100-form {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 70px
    }
}

.section-wrapper {
    padding-right: 235px;
    position: relative;
}
