﻿@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.ttf') format('truetype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.woff') format('woff');
}
/*farsi-font*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}



html, body {
    margin: 0;
    font-family: Dark-Sans !important;
    font-size: 14px;
    line-height: 25px;
    background-color: var(--back);
    direction: rtl;
}


*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.main-bg::after {
    opacity: 0.9;
    -webkit-border-radius: 28% 67% 85% 256%;
    -moz-border-radius: 28% 67% 85% 256%;
    border-radius: 28% 67% 85% 256%;
    content: "";
    position: absolute;
    right: 0;
    top: -25%;
    width: 45%;
    height: 100%;
    -webkit-transform: rotate(116deg);
    transform: rotate(116deg);
    z-index: -2;
}


.login-page #circle-r {
    -webkit-animation: wait 0s alternate infinite;
    animation: wait 0s alternate infinite;
}

.login-page .circle-ripple {
    background-color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    right: 60px;
    position: absolute;
    top: 44px;
}

@-webkit-keyframes wait {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes wait {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 5em rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 5em rgba(255, 255, 255, 0.3), 0 0 0 8em rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 5em rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 3em rgba(255, 255, 255, 0.3), 0 0 0 5em rgba(255, 255, 255, 0.3), 0 0 0 8em rgba(255, 255, 255, 0);
    }
}


.login-page a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.login-page .my-login {
    width: 80%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    height: auto;
    border: 1px solid #dedede;
    margin: 30px auto;
}

.login-page .login-form {
    width: 100%;
    position: relative;
    padding: 1rem 4rem 2rem 4rem;
    text-align: center;
}

.login-page .login-form-title {
    text-align: center;
    display: block;
    width: 100%;
}


    .login-page .login-form-title h1 {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .login-page .login-form-title h2 {
        font-size: 1.2rem;
    }

    .login-page .login-form-title img {
        max-width: 80%;
        max-height: 250px;
        width: auto;
        margin: 0px auto;
        padding: 2em;
    }




.login-page .txt-link {
    font-size: 0.9rem;
    color: var(--link-color);
    line-height: 1.4;
    transition: all 0.5s;
    text-decoration: none;
}


    

.login-page .login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

    .login-page .login-btn:hover {
        opacity: 0.8;
        height: 50px;
        border-radius: 25px;
        color: #fff;
    }




.login-page .box-question {
    padding: 10px 10px;
    text-align: center;
}

.login-page .heading-left {
    color: white;
    width: 65%;
    text-align: center;
    line-height: 50px;
    margin: 160px auto;
    letter-spacing: 01px;
}

.heading-left h2 {
    font-size: 1.3rem;
    line-height: 3.4rem;
}

.login-page .heading-left h1 {
    font-size: 1.5rem;
    line-height: 3.4rem;
    font-weight: 800;
}

.login-page .captcha {
    height: 55px;
}

    .login-page .captcha img {
        height: 55px;
        width: auto;
    }


.login-page .input-box {
    height: 50px;
    width: 100%;
    margin: 14px 0px;
    position: relative;
}

.login-page .input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    border: solid 1.2px #a9a9a9;
    outline: none;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    padding: 0 35px;
}

.login-page .input-box label {
    position: absolute;
    right: 5%;
    top: -12px;
    padding: 0 20px;
    background: white;
    font-size: 13px;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.1s;
}

.login-page .input:focus + label,
.login-page .input:focus,
.login-page .login-page input:valid + label,
.login-page .input:valid {
    transform: scaleX(1);
}

@media only screen and (max-width:922px) {
    .login-page .heading-left {
        margin: 20px auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 921px) {

    .login-page .my-login {
        width: 95%;
    }

    .login-page .heading-left h2 {
        font-size: 1rem;
        line-height: 2.4rem;
    }

    .login-page .heading-left h1 {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
}

@media only screen and (max-width:767px) {
    .main-bg::after {
        right: 0;
        top: -35%;
        width: 70%;
    }
}

@media only screen and (max-width:576px) {


    .main-bg::after {
        -webkit-border-radius: 0% 0% 64% 15%;
        -moz-border-radius: 0% 0% 64% 15%;
        border-radius: 0% 0% 64% 15%;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 98%;
        height: 45%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        z-index: -2;
    }

    .login-page .my-login,
    .login-page .heading-left {
        width: 100%;
    }
}
@media(max-width: 411px) {
    .mobile-c {
        font-size: 12px!important;
    }
}

@media(max-width: 320px ) {
    .mobile-c {
        font-size: 9px!important;
    }
}
