@font-face {
    font-family: 'yekan';
    src: url('../font/yekan/YekanBakhFaNum-Bold.eot');
    src: url('../font/yekan/YekanBakhFaNum-Bold.eot?#iefix') format('embedded-opentype'), url('../font/yekan/YekanBakhFaNum-Bold.woff2') format('woff2'), url('../font/yekan/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan';
    src: url('../font/yekan/YekanBakhFaNum-Medium.eot');
    src: url('../font/yekan/YekanBakhFaNum-Medium.eot?#iefix') format('embedded-opentype'), url('../font/yekan/YekanBakhFaNum-Medium.woff2') format('woff2'), url('../font/yekan/YekanBakhFaNum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan';
    src: url('../font/yekan/YekanBakhFaNum-Light.eot');
    src: url('../font/yekan/YekanBakhFaNum-Light.eot?#iefix') format('embedded-opentype'), url('../font/yekan/YekanBakhFaNum-Light.woff2') format('woff2'), url('../font/yekan/YekanBakhFaNum-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#baguetteBox-overlay {
    direction: ltr;
}

html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.auth-card .image-side2 {
    width: 40%;
    background: url(/Image/rightBack.png) no-repeat center top;
    background-size: cover;
    padding: 50px 30px;
}

    .auth-card .image-side2 .h3 {
        /* line-height: .8rem*/
    }


@media (max-width:991px) {

    .auth-card .image-side2 {
        width: 100%;
        padding: 60px
    }
}

@media (max-width:575px) {


    .auth-card .image-side2 {
        padding: 35px 30px
    }
}

.logo-single2 {
    width: 110px;
    height: auto;
    background: url(/Image/logo2.png) no-repeat;
    background-position: center center;
    display: inline-block;
    /*margin-bottom: 60px*/
}

/*.logo-single2 {
    margin-bottom: 20px
}*/
.MainBackground {
    background: url('/Image/270187.jpg') no-repeat center center fixed;
    background-size: auto;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mainlogo {
    max-width: 100%;
}

.text-bold {
    font-weight: bold;
}

.form-side {
    padding-bottom: 20px !important;
}

.form-group.position-relative label {
    font-weight: bold;
    ont-size: 0.85rem;
}

.btn-group-lg > .btn, .btn-lg {
    margin: 5px;
}


.btn-warning2 {
    background-color: #b69329;
    border-color: #b69329;
    color: black !important;
}


.btn-firstpage {
    font-weight: 900;
    font-size: large;
    width: 350px;
    text-align: center;
    max-width: 100%;
    padding: 1rem 0.5rem .9rem !important;
}

.btn-Big {
    font-weight: 900;
    font-size: large;
    width: 90%;
    text-align: center;
    max-width: 100%;
    padding: 1rem 0.5rem .9rem !important;
}

.text200 {
    font-size: 200% !important;
}


.LeftToRight {
    direction: ltr !important;
}

.text-align-left {
    text-align: left !important;
}

