@import url(fontiran.css);
@import url(fontawsomFonts.css);
:root {
    /*--blue-color: #003D97;
    --gold-color: #58c8a4;
    --light-blue-color: #faaf3a;
    --black-color: #434343;
    --light-grey-color: #eaebea;    
    --icon-grey-color: #858585;     
    --bg-grey-color: #f5f5f5;
    --light-blue-color: #ffb380;
    --white-color: #fff;
    --red-color:#dc3545;
    --border-grey-color: #d4d4d5;
    --footer-bg-color: #1c1c1c;
    --border-radius: 10px;
*/
    --blue-color: #003D97;
    --gold-color: #C5913E;
    --black-color: #434343;
    --light-grey-color: #eaebea;
    --icon-grey-color: #7A99AC;
    --bg-grey-color: #f5f5f5;
    --light-blue-color: #009BD2;
    --orange-color: #faaf3a;
    --white-color: #fff;
    --red-color: #dc3545;
    --border-grey-color: #D9E1E2;
    --footer-bg-color: #002357;
    --border-radius: 10px;
    --primary-color: #007bff;

}


/*@import url(fontirannonenglish.css);*/

a {
    text-decoration: none !important;
}

h2, h3 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: IRANSans !important;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    position: relative;
    direction: ltr;
}
.full-height {
    height: 100vh !important;
}
    body header {
        border-top: 3px solid #fdc13c;
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        position: relative;
        z-index: 9999;
    }

        body header .navbar {
            background: none;
            border: none;
            margin: 0;
        }

            body header .navbar .navbar-brand {
                margin: 0 !important;
                padding: 5px;
            }

.creative-section {
    /*background: url('/images/Sign_up_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
    border: 1px solid #e8e8e8;
    border-bottom: none;border-top: none;
    overflow: hidden;
    position: relative;
}

.login-container {
    /*background-color: var(--primary-color);*/
}
    .login-container .data-container {
        padding: 60px;
        /*background: #ffffff;*/
       /*background: url(/images/Login-bg.png) bottom; background-size: contain; background-repeat: no-repeat; background-position-y: 200px;*/
        /*height: 100vh;*/
    }


/*----- new style en login style*/
.login--wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    box-shadow: 0 5px 18px 0 rgb(0 0 0 / 16%);
    border: solid 1px #d9e1e2;
    background-color: #fff;
    padding: 55px;
    max-width: 460px;
    width: 100%;
    transition: all .8s;
}
    .login-title,
    .signup-title{
        margin-bottom: 10px;
    }
.label__input {
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    font-size: 16px;
    padding: 11px 15px;
    width: 100%;
    outline: none;
    direction: ltr;
    text-align: left;
}
    .label__input:focus {
        border: solid 1px #d4d4d4;
        box-shadow: none;
    }

.button {
    padding: 10px 30px;
    border: solid 1px;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color .5s;
    z-index: 0;
    text-align:left;
}
.button img{
    margin-right:8px;
}
    .button.button--default {
        border-color: #d4d4d4;
        color: var(--blue-color);
        background-color: #fff;
        /* border: solid 1px #fff; */
    }

        .button.button--default.border--white {
            border: solid 1px #fff;
        }

    .button.button--primary {
        border-color: var(--blue-color);
        background-color: var(--blue-color);
        color: #fff;
    }

    .button.button--secondary {
        border-color: var(--gold-color);
        background-color: var(--gold-color);
        color: #fff;
    }

    .button.button--disabled {
        border-color: #ececec;
        background-color: #ececec;
        color: #b0b0b0;
        cursor: no-drop;
    }

    .button.button--gray {
        border-color: #ececec;
        background-color: #858585;
        color: #ffffff;
    }

    .button.button--white {
        background-color: #fff;
        color: var(--blue-color);
        border: none;
    }

    .button.button--primary:hover {
        color: var(--blue-color);
    }

    .button.button--secondary:hover {
        color: var(--gold-color);
    }

    .button.button--primary:before,
    .button.button--secondary:before {
        background: #fff;
    }

    .button.button--default:hover {
        color: #fff
    }

    .button.button--default:before {
        background: var(--blue-color)
    }

    .button.button--primary:before,
    .button.button--default:before,
    .button.button--secondary:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
        content: "";
        position: absolute;
        z-index: -1;
        height: 200%;
        width: 300%;
        border-radius: 50%;
    }

    .button.button--primary:hover:before,
    .button.button--default:hover:before,
    .button.button--secondary:hover:before {
        top: -50%;
        left: -50%;
    }


    .button.button--primary:focus,
    .button.button--secondary:focus,
    .button.button--default:focus {
        outline: none;
    }

.hr-or {
    position: relative;
}
    .hr-or hr {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .hr-or span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background: white;
        width: 76px;
        text-align: center;
        color: #929699;
    }
.field-validation-error,
.field-validation-valid {
    display: block;
    text-align: left;
    direction: ltr;
    padding-top: 5px;
}
    .validation-summary-errors,
    .field-validation-error span,
    .field-validation-valid span{
        direction: ltr;
        text-align: left;
    }
.middle-row p {
    font-size: 18px;
}
.middle-row a,
.middle-row input,
.middle-row .checkbox--text {
    color: var(--icon-grey-color) !important;
}

::-webkit-input-placeholder {
    color: var(--icon-grey-color) !important;
}

:-ms-input-placeholder {
    color: var(--icon-grey-color) !important;
}

:-moz-placeholder {
    color: var(--icon-grey-color) !important;
}
::placeholder {
    color: var(--icon-grey-color) !important;
}


.input-with-icon{
    position:relative;
}
    .input-with-icon span.icon,
    .password-input span.icon{
        padding: 11px 0;
        position: absolute;
        width: 50px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-right: 1px solid #ececec;
    }
.email-input,
.password-input,
.phone-input,
.firstname-input,
.lastname-input,
.confirm-input {
    padding-left: 65px;
}
.register a,
.forgat-pass a {
    color: var(--icon-grey-color);
}
/* checkbox style */
input, select, [data-type="search"], textarea {
    font-size: 16px !important;
    color: var(--black-color) !important;
}

.checkbox {
    cursor: pointer;
    margin-bottom: 6px;
}

    .checkbox .checkbox--text {
        padding-left: 30px;
        position: relative;
        font-size: 16px;
        display: inline-block;
    }

html:lang(en) .checkbox .checkbox--text {
    padding-right: 0;
    padding-left: 30px;
}

.checkbox .checkbox--text span {
    color: var(--icon-grey-color)
}

.checkbox .checkbox__input {
    display: none;
}

.checkbox .checkbox--text:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -2px;
    border: solid 1px #d4d4d5;
    transition: all .3s;
}

html:lang(en) .checkbox .checkbox--text:before {
    right: auto;
    left: 0;
}

.checkbox .checkbox__input:checked ~ .checkbox--text:before {
    background-color: var(--blue-color)
}

.checkbox .checkbox--text:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    left: 4px;
    top: -2px;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0);
}

html:lang(en) .checkbox .checkbox--text:after {
    right: auto;
    left: 4px;
}

.checkbox .checkbox__input:checked ~ .checkbox--text:after {
    opacity: 1;
    transform: scale(1)
}
.link-block{
    direction:ltr;
}
.login-link {
    direction: ltr;
    text-align: left;
    color: var(--blue-color);
    font-size: 14px;
}
.login-link i {
    position: relative;
    top: 2px;
}
@media screen and (max-width:767px){
    .login--wrap {
        max-width: unset;
        top: 0;
        transform: translate(0);
        left: 0;
        height: 100%;
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .login-container .data-container {
        padding: 25px;
        /*background: #ffffff;*/
        /*height: 100vh;*/
    }
    .btn-regester {
        color: #fff;
        background-color: #585858ad !important;

    }
    .myarman-circule2,.myarman-circule {
        display: none;
    }
    .text-md-color {
        color: #fff;
    }

    .visual-container {
        background-position-x: 60% !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

    .login-container .data-container > section form:last-of-type {
        /*opacity: 0.2;*/
        transition: all ease-in-out 0.3s;
    }

        .login-container .data-container > section form:last-of-type:hover {
            opacity: 1;
        }

    .login-container .data-container .section-logo {
        /*width: 190px;*/
    }

    .visual-container {
        padding: 0;
        /*background: url(/images/login_image.jpg) bottom;*/
        background-repeat: no-repeat;
        background-size: cover;
       
    }

        .login-container .visual-container section {
            height: 100vh;
            overflow: hidden;
            width: 100%;
        }

            .login-container .visual-container section > img {
                height: 100%;
                /*opacity: .6;*/
            }
.myarman-circule {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(102,102,255);
    background: linear-gradient(319deg, rgba(102,102,255,1) 35%, rgba(146,33,149,1) 85%);
}
    .myarman-circule.btm1 {
        left: 10%;
        bottom: 30%;
                filter: blur(1px);
        z-index: 5;
    }
.myarman-circule.btm1.register {
    left: 10%;
    bottom: 30%;
    filter: blur(0px); 

    z-index: 5;
}
    .myarman-circule.btm2 {
        left: 18%;
        bottom: 92%;
        z-index: 5; 
        filter: blur(1px);
    }
.myarman-circule.btm2.register{    left: 34%;
     top: 18%; }
    .myarman-circule.btm3 {
        left: 55%;
        top: 10%;
        z-index: 5;
       
    }
        .myarman-circule.btm3.register {
            right: 25%;
            bottom: 14%;
            top: auto;
            filter: blur(1px);
        }
.myarman-circule2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(65,104,190);
    background: -moz-linear-gradient(319deg, rgba(65,104,190,1) 35%, rgba(178,33,96,1) 85%);
    background: -webkit-linear-gradient(319deg, rgba(65,104,190,1) 35%, rgba(178,33,96,1) 85%);
    background: linear-gradient(319deg, rgba(65,104,190,1) 35%, rgba(178,33,96,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4168be",endColorstr="#b22160",GradientType=1);

}
    .myarman-circule2.btm3 {
        left: 80%;
        top: 5%;
        z-index: 5;

    }
.myarman-circule2.btm2 {
    left: 47%;
    top: 30%;
    z-index: 5;
    width: 150px;
    height: 150px;

}
    .myarman-circule2.btm1 {
        left: 90%;
        bottom: 35%;
        z-index: 5;
        width: 100px;
        height: 100px;
    }
.myarman-circule2.btm1.register {
    left: -32px;
    top: -32px;
    bottom:auto ;
}
.custom-input {
    border-width: 0 !important;
    box-shadow: -1px -1px 14px 1px rgba(0, 123, 255, .25);
    border-radius: 3px !important;
    text-align: center;
    background-color: rgb(232, 240, 254) !important;
}
.btn-facebook {
    background-color: #3b5998 !important;
    color: #fff;
    
}

.btn-login {
    background-color: #9b7ac4 !important;
}

/*loading*/
.filter--loading {
    position: fixed;
    width: 270px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

    .filter--loading.show--loading {
        opacity: 1;
        visibility: visible;
    }

    .filter--loading .stage {
        margin: 25px 0 15px;
    }

.dot-carousel {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #7D9CCA;
    color: #003D97;
    -webkit-animation: dot-carousel 1.5s infinite linear;
    animation: dot-carousel 1.5s infinite linear;
}

@-webkit-keyframes dot-carousel {
    0% {
        box-shadow: 9984px 0 0 -1px #003D97, 9999px 0 0 1px #003D97, 10014px 0 0 -1px #003D97;
    }

    50% {
        box-shadow: 10014px 0 0 -1px #003D97, 9984px 0 0 -1px #003D97, 9999px 0 0 1px #003D97;
    }

    100% {
        box-shadow: 9999px 0 0 1px #003D97, 10014px 0 0 -1px #003D97, 9984px 0 0 -1px #003D97;
    }
}

@keyframes dot-carousel {
    0% {
        box-shadow: 9984px 0 0 -1px #003D97, 9999px 0 0 1px #003D97, 10014px 0 0 -1px #003D97;
    }

    50% {
        box-shadow: 10014px 0 0 -1px #003D97, 9984px 0 0 -1px #003D97, 9999px 0 0 1px #003D97;
    }

    100% {
        box-shadow: 9999px 0 0 1px #003D97, 10014px 0 0 -1px #003D97, 9984px 0 0 -1px #003D97;
    }
}

body.mobile-menu-open:before,
body.shade-on-sort:before,
body.shade-on:before,
body.shade-on-filter:before {
    visibility: visible;
    opacity: .5;
}
.shade-on-filter:before {
    display: block !important;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    visibility: hidden;
    transition: all .4s;
}
/**/
