﻿
/*login css*/

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container-row {
        min-height: 100vh;
        background-color: #20c5ba;
    }

    .campaign {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.container-row {
    min-height: calc(100vh - 58px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.campaign {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-lg {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.products-col {
    background-color: #20c5ba;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 600px;
}

@media (min-width: 992px) {
    .form-col {
        max-width: 500px;
    }
}

.form-col {
    background-color: #f5f7fa;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}


element.style {
}

@media (min-width: 992px) {
    .form-col {
        max-width: 500px;
    }
}

.form-col {
    background-color: #f5f7fa;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}

.container-row {
    min-height: calc(100vh - 58px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mbody {
    font-family: YekanBakh;
    font-size: 1rem;
    font-weight: 500;
    color: #858585;
    /*direction: rtl !important;*/
    text-align: right;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.content, .content-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content-container {
    padding-top: 20px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.content__title {
    color: #00baba;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.content__body {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content__error {
    color: #cc5051;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 22px;
}

.form-group {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
}

.form-group__icon {
    position: absolute;
    right: 13px;
    z-index: 1;
    top: 10px;
}

.form-group__input:-webkit-autofill, .form-group__select:-webkit-autofill {
    background-color: transparent !important;
}

.form-group__input--ltr {
    direction: ltr;
}

.form-group__input, .form-group__select {
    display: block;
    border: none;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    width: 100%;
    padding: 11px 35px 11px 15px;
    font-size: 15px;
    margin-bottom: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: border .15s linear,opacity .15s linear;
    transition: border .15s linear,opacity .15s linear;
    height: 46px;
    color: #333;
}

.form-group__msg {
    font-size: 11px;
    font-weight: 400;
    min-height: 15px;
}

.buttonLogin {
    height: 37px;
    /*   background: var(--color2);*/
    /*background: linear-gradient(to bottom, var(--color7), var(--color8));*/
    background-color: var(--color7);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
    padding-bottom: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    user-select: none;
}

    .buttonLogin:hover {
        background: linear-gradient(to bottom, var(--color8), var(--color7));
    }

    .buttonLogin:active {
        background: linear-gradient(to bottom, var(--color7), var(--color8));
    }

.buttonLogin--block {
    width: 100%;
    display: block;
}
input {
    background-color: lightblue;
    font-family: 'IRANSansBold';
}