﻿@font-face {
    font-family: 'SoltanAdanBold';
    src: url('../Asset/Fonts/SultanAdanBold.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url(../Asset/Fonts/irsans.ttf);
}

@font-face {
    font-family: 'dinar';
    src: url(../Asset/Fonts/dinar.woff);
}

@font-face {
    font-family: 'persian';
    src: url(../Asset/Fonts/persian_titr_df3.ttf);
}

@font-face {
    font-family: 'dubia-bold';
    src: url(../Asset/Fonts/Dubai-Bold.otf);
}

@font-face {
    font-family: 'Byekan';
    src: url('Fonts/Wyekan.eot?#') format('eot'), /* IE6�8 */
    url('Fonts/Wyekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('Fonts/Wyekan.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

/* کدهای ریست */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav .navbar, nav .navbar-nav, nav .navbar-default, nav .navbar-brand {
        margin: 0 !important;
    }

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    max-width: 80px;
    border-color: #f05f40;
    border-width: 3px;
    margin: 30px auto;
    display: block;
}

    hr.light {
        border-color: #fff;
    }

input, select {
    vertical-align: middle;
}

html, body {
    width: 100%;
    height: 100%;
}

.btn {
    border: 0;
    border-radius: 300px;
    padding: 15px 30px;
}

.btn-primary {
    border-color: #f05f40;
    background-color: #f05f40;
}

    .btn-primary:hover {
        background-color: #ed401c;
    }

body {
    direction: rtl;
    font: 13px/25px 'irsans','Myriad Pro',Tahoma;
}

a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: irsans,dinar,'Myriad Pro',Tahoma;
    font-size: 12px;
    text-align: right;
    line-height: 1.8;
    color: #212529;
    font-weight: 400;
}

a {
    color: #3c3c3c;
    text-decoration: none !important;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
    font-size: 0;
    max-width: 100%;
    /*width: 100%;*/
}

div {
    display: block;
}

body *[class^="col-"] {
    padding: 0;
    margin: 0;
    float: right;
}

.margin-bottom-70 {
    /*display:flex;*/
    margin-bottom: 70px;
}

/*پایان کدهای ریست*/


/* مربوط به کادر زمینه */
content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    content .LoginMain {
        width: 700px;
        height: 400px;
        background-image: url(../Asset/Images/Login/bg-01.jpg);
        min-height: 400px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        content .LoginMain .LoginCard {
            width: 350px;
            min-height: 480px;
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
            color: #303030;
            /*overflow: hidden;*/
            /*transition: all .5s;*/
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

            content .LoginMain .LoginCard form {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            content .LoginMain .LoginCard img {
                max-width: 150px;
                margin: 20px auto;
            }

            content .LoginMain .LoginCard h3 {
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #303030;
                font-family: "irsans", "Poppins";
                margin-bottom: 30px;
            }

            content .LoginMain .LoginCard input {
                height: 40px;
                width: 80%;
                border: solid 1px #999;
                border-radius: 20px;
                padding-right: 10px;
                text-align: center;
                outline: none;
                margin-bottom: 15px;
            }

                content .LoginMain .LoginCard input:focus {
                    background: #e8f0fe;
                    border-color: #ff4931;
                }

            content .LoginMain .LoginCard span {
                margin: -15px auto 15px auto;
                color: red;
                font-size: 10px;
                text-align: center;
                white-space: pre-line;
            }

            content .LoginMain .LoginCard a {
                color: #039be5;
                text-decoration: none;
                -webkit-tap-highlight-color: transparent;
                margin-bottom: 15px;
            }

            content .LoginMain .LoginCard .commnet {
                text-align: justify;
                font-size: 10px;
                padding: 30px;
                line-height: 18px;
            }

                content .LoginMain .LoginCard .commnet span {
                    color: #303030;
                }


            content .LoginMain .LoginCard .divRigester {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 10px auto;
            }

                content .LoginMain .LoginCard .divRigester p {
                    font-size: 14px;
                }

                content .LoginMain .LoginCard .divRigester a {
                    padding: 10px 30px;
                    border: 3px solid #b9b9b9;
                    border-radius: 50px;
                    margin-top: 10px;
                }
/* پایان کادر زمینه */



/* مربوط به ریسپانسیو صفحه */

/* ریسپانسیو کادر زمینه */
@media screen and (max-width: 640px) {
    content .LoginMain {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0;
    }

        content .LoginMain .LoginCard {
            width: 85%;
            height: 90%;
        }
}

@media screen and (max-width: 360px) {
    content .LoginMain {
        height: 100vh;
        margin: 0;
    }
}

/* پایان ریسپانسیو کادر زمینه */

/* پایان ریسپانسیو صفحه */
