@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Regular.eot');
    src: url('../fonts/vazir/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Regular.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Regular.woff') format('woff'),
    url('../fonts/vazir/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Bold.eot');
    src: url('../fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Bold.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Bold.woff') format('woff'),
    url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Black.eot');
    src: url('../fonts/vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Black.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Black.woff') format('woff'),
    url('../fonts/vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Medium.eot');
    src: url('../fonts/vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Medium.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Medium.woff') format('woff'),
    url('../fonts/vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Light.eot');
    src: url('../fonts/vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Light.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Light.woff') format('woff'),
    url('../fonts/vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Thin.eot');
    src: url('../fonts/vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Thin.woff') format('woff'),
    url('../fonts/vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Yekan-B";
    src: url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.eot"); /* IE9*/
    src: url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.woff") format("woff"), /* chrome、firefox */ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/yekan/7296ae79f6faca68798b00fbbbee4c22.svg#YekanBakh-Regular") format("svg"); /* iOS 4.1- */
}
html {
    height: 100%;
}
body.themix-login-body {
    height: 100%;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
a {
    text-decoration: none;
}
.c-login__input-icon--user:before {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
}
.loginform-body {
    min-height: 100%;
    display: flex;
}
.login-pr {
    margin: auto;
}
.o-grid .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.o-grid .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.o-grid .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.c-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-login__row + .c-login__row {
    margin-top: 20px;
}
.c-login__row + .c-login__row--double-gap, .c-login__row--double-gap + .c-login__row--double-gap {
    margin-top: 40px;
}
.c-login__compressor {
    width: 100%;
    padding: 0;
    font-family: 'Vazir';
    text-align: center;
    margin-top: 10px;
}
.c-login__compressor.Themix_BOX-mt-BIG {
    margin-top: 40px;
}
.login-btn {
    display: flex;
    justify-content: center;
}
.login-btn > button, .login-btn > a {
    width: 45%;
    margin: 0 4px;
}
.c-login__title {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    font-family: Vazir;
    margin: 0;
}
.c-login__form {
    padding: 0 20px !important;
    margin-top: 0 !important;
}
.c-login__form-description {
    text-align: center;
    font-family: Yekan-B;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    width: 100%;
    display: block;
}
.c-login__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    outline: none !important;
    cursor: pointer;
    position: relative !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap !important;
    border: 1px solid #b1b1b1 !important;
    color: #868686 !important;
    padding: 7px 15px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    width: 100%;
}
.hidden {
    display: none !important;
}
.c-login__btn:disabled {
    cursor: default;
    pointer-events: none;
}
.c-login__btn--action {
    color: #fff !important;
    background-color: #187c48;
    border: none !important;
    border-radius: 6px;
    padding: 10px 0 !important;
    font-family: 'Vazir';
}
.c-login__btn--action:hover,
.c-login__btn--action:focus {
    color: #fff !important;
    background-color: #187c48;
    border: none !important;
}
button.js-counter-btn {
    cursor: default !important;
}
.input_label_move input {
    border-radius: 3px;
    padding-top: 4px;
}
.input_label_move input ~ label {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    padding-right: 4px;
    margin-top: -15px;
    color: #5b5b5b;
    font-family: 'Yekan-B';
    font-weight: 600;
    top: 22px;
    right: 8px;
    padding: 0 6px;
    transition: all 300ms;
}

.input_label_move input:not(:placeholder-shown) ~ label,
.input_label_move input:focus ~ label {
    top: 4px;
    background-color: #fff;
    color: #212121 !important;
    font-size: 12px;
}
.input_label_move input:not(:placeholder-shown) ~ label span.require,
.input_label_move input:focus ~ label span.require {
    color: #e53030;
    font-size: 22px;
    max-height: 9px;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}
.loginform-body.side-picture-first-model .input_label_move input:not(:placeholder-shown) ~ label span.require,
.loginform-body.side-picture-first-model .input_label_move input:focus ~ label span.require {
    color: #fff;
}
.loginform-body.side-picture-second-model .input_label_move input:not(:placeholder-shown) ~ label span.require,
.loginform-body.side-picture-second-model .input_label_move input:focus ~ label span.require {
    color: #e84545;
}

.input_label_move input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.input_label_move input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.input_label_move input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.input_label_move input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.c-login__input-icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #bababa;
    pointer-events: none;
}
.c-login__input-icon--user:before {
    content: "\F0A5\00FE0E";
}
.c-login__input-field {
    font-weight: 500;
    letter-spacing: normal;
    padding-right: 10px !Important;
}
.c-login__input-field {
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    color: #201f1f !important;
    text-align: right !important;
    direction: ltr !important;
    height: 32px !important;
    border-top: 1px solid transparent !important;
    border: 1px solid #ececec !important;
    font-size: 13px !important;
    line-height: 1.714 !important;
    box-shadow: none !important;
    font-family: yekan-B;
}
.c-login__input-field::placeholder {
    font-family: Yekan-B;
}
.c-login__input-field::-webkit-input-placeholder {
    color: #bababa;
}
.c-login__input-field::-moz-placeholder {
    color: #bababa;
}
.c-login__input-field:-ms-input-placeholder {
    color: #bababa;
}
.c-login__input-field:-moz-placeholder {
    color: #bababa;
}
.c-login__input-field::-ms-clear {
    display: none;
}
.c-login__input-field:focus {
    outline: none;
    border: 1px solid #000000 !important;
}
.c-login__input-field:focus::-webkit-input-placeholder {
    color: transparent;
}
.c-login__input-field:focus::-moz-placeholder {
    color: transparent;
}
.c-login__input-field:focus:-ms-input-placeholder {
    color: transparent;
}
.c-login__input-field:focus:-moz-placeholder {
    color: transparent;
}
.c-login__input-field:focus ~ .c-login__input-icon {
    color: #000;
}
.c-login__input-field:focus ~ .c-login__input-label {
    opacity: 1;
}
.c-login__input-field:valid {
    border-bottom-color: #000;
}
.c-login__input-field:valid ~ .c-login__input-icon {
    color: #000;
}
.c-login__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 12px;
    font-family: Yekan-B;
}
[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.o-grid .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.o-grid .col-12, .o-grid .col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.o-grid .col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.o-grid .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.lds-ring {
    position: relative;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
a.c-login__btn.c-login__btn--compressed.c-login__btn--refresh {
    color: #fff;
}
a.c-login__btn.c-login__btn--compressed.c-login__btn--secondary {
    color: #000;
    box-sizing: border-box;
}
.lds-ring--btn {
    width: 24px;
    height: 24px;
}
.lds-ring--btn div {
    width: 10px !important;
    height: 10px !important;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 1px solid transparent;
    border-top-color: #000;
}
.lds-ring.whites div {
    border-top-color: #fff;
}
.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
}
.c-login__verification-status {
    text-align: center;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
}
.c-login__input svg {
    position: absolute;
    width: 14px;
    top: 21px;
    right: -5px;
    color: #757575;
}
.c-login__input-field, .c-login__input-message {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 12px;
}
.error-message, .error-message-field, .email-validate {
    text-align: center;
    color: #C2185B !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: vazir;
    font-size: 11px;
}
.alert-code {
    position: absolute;
    width: 315px;
    color: #f44c49;
    bottom: -27px;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    font-family: vazir;
}
.alert-code span {
    font-family: vazir;
}
.o-text-masked {
    direction: ltr;
    display: inline-block;
}
input#verification-code {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-weight: bold;
    font-family: 'vazir' !important;
}
button.c-login__btn.c-login__btn--link.js-edit-phone-number {
    background: #FAFAFA;
}
span#username-error {
    margin: 4px 0;
}
.c-login__input--has-error .c-login__input-message {

}
.c-login__wrapper {
    width: 312px;
    margin: 10px 5px;
    box-shadow: 1px 3px 60px #e8e8e8;
    border-radius: 3px;
    margin-top: 35px;
    padding: 26px 0;
    border-radius: 3px;
    position: relative;
    background: #fff;
}
.c-login__row + .c-login__row {
    margin-top: 20px;
    width: 100%;
}
.c-login__row + .c-login__row--double-gap {
    margin-top: 10px;
    width: 100%;
}
.c-login__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.c-login__form {
    padding: 30px 60px;
    margin-top: 40px;
}
header.login-header-dg.themix-header-for-logo-image {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 312px;
    border-radius: 4px;
    margin-right: 5px;
    overflow: hidden;
}
header.login-header-dg.themix-header-for-logo-image img {
    max-width: 100%;
    height: 130px;
    border-radius: 4px;
}
.c-login__form-description span {
    color: #404040;
    font-weight: 700;
}
.c-login__btn span {
    position: relative;
    top: 0;
    font-family: 'Vazir';
}
.c-login__btn:disabled {
    cursor: default;
    pointer-events: none;
}
.c-login__btn--secondary {
    color: #000;
    background-color: #fafafa !important;
    border-color: #fafafa;
}
.c-login__btn--link.BACK_BTN {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: normal;
    color: #101010ba !important;
    width: auto !important;
    position: absolute !important;
    top: 10px;
    right: 8px;
    border: 1px solid #e2e2e2 !important;
    padding: 3px 10px;
    border-radius: 2px !important;
    cursor: pointer;
}
.c-login__btn--link.BACK_BTN:hover {
    opacity: 0.8;
}
.c-login__btn--refresh {
    font-size: 13px !important;
    letter-spacing: normal;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 400 !important;
    border-color: #187c48 !important;
    background-color: #187c48 !important;
    border-radius: 3px !important;
    margin: 0 auto;
    width: max-content !important;
    font-family: Vazir;
}
.c-login__verification-message {
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.714;
    margin-bottom: 5px;
    font-family: 'Vazir';
    direction: rtl;
    text-align: center;
}
.c-login__verification-input {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    width: 50%;
}
.c-login__verification-origin {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: 14.5px;
    width: 135px;
    padding: 0;
    margin-right: -24px !important;
    border: none !important;
    direction: ltr !important;
    color: #797979;
}
.c-login__verification-origin::-ms-clear {
    display: none;
}
.c-login__verification-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-login__verification-border:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
}
.c-login__verification-border div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-login__verification-border div:after, .c-login__verification-border div:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin-right: 5px;
}
.error-message-field_format {
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'vazir';
    font-size: 11px;
    background-color: #ff3f41;
    padding: 2px 0 3px;
}
.c-login__verification {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-login__verification .load-box.TL-verification-code {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 20px;
}
.u-hidden {
    display: none !important;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.select-user-register {
    font-size: 13px;
    color: #9E9E9E;
    margin-bottom: 11px;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.select-user-register i {
    border: 1px solid #eee;
    border-radius: 100%;
    padding: 3px;
    font-size: 8px;
    color: #fff;
}
.select-user-register.active i {
    padding: 4px;
    color: #6da387;
    border: 1px solid #6da387;
}
.select-user-register span {
    display: inline-block;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    margin-right: 11px;
    font-family: 'Vazir';
}
.select-user-register.active span {
    border: 1px solid #1b7144;
    color: #1b7144;
    box-shadow: 1px 1px 20px #33333312;
    font-family: 'Vazir';
}
.themix-login-body label.rule_label_optional label {
    vertical-align: text-bottom;
    margin-right: 4px;
    font-size: 12px;
    font-family: vazir;
    color: #6d6d6d;
    font-weight: 300;
}
.themix-login-body label.rule_label_optional {
    margin-bottom: 10px;
    display: inline-block;
}
.themix-login-body label.rule_label_optional label a {
    text-decoration: none;
    color: #E53935;
    font-size: 12px;
    font-family: vazir;
    font-weight: 500;
}
.themix-login-body label.rule_label_optional label a:hover {
    opacity: 0.8;
}
.themix-login-body label.rule_label_optional input {
    width: max-content;
    height: max-content;
    margin: 0;
    padding: 0;
}
.login-pr .error {
    background-color: #fff9f0 !important;
    color: #fb3333 !important;
    width: 87%;
    margin: 10px auto;
    border-radius: 3px;
    padding: 0;
    line-height: 2;
}
#verificationForm .g-recaptcha {
    transform: scale(0.8);
    margin-left: 100px;
}
.login-pr .error span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    font-family: 'vazir';
    padding: 4px;
    margin-bottom: 5px;
    text-align: center;
}
.c-login__btn.themix_complete_acount {
    border-radius: 5px;
}
.c-login__btn.themix_complete_acount:hover {
    opacity: 0.8;
}
.c-login__compressor #submitCode, .c-login__btn--refresh.themix_view_HOME:hover {
    color: #4c4c4c !important;
    border-color: #2c2c2c !important;
}
.c-login__compressor button:hover {
    opacity: 0.8;
}
.c-login__compressor button:disabled {
    opacity: 0.5;
}
/* Chrome, Safari, Edge, Opera */
input#verification-code::-webkit-outer-spin-button,
input#verification-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number]#verification-code {
    -moz-appearance: textfield;
}
.c-login__row div.g-recaptcha {
    transform: scale(0.9);
    margin-bottom: 10px;
}

/*side-picture-first-model start*/
.loginform-body.side-picture-first-model {
    justify-content: space-between;
    align-items: stretch;
    background-color: #0093ff;
}
.loginform-body.side-picture-first-model > div.side-pic {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 35px;
    background-color: #5CBAFF;
    justify-content: center;
}
.loginform-body.side-picture-first-model > div.side-pic img.first-model {
    width: 70%;
    height: auto;
    display: block !important;
}
.loginform-body.side-picture-first-model > div.login-pr {
    margin: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loginform-body.side-picture-first-model div.login-pr .login-header-dg.themix-header-for-logo-image {
    display: block;
}
.loginform-body.side-picture-first-model div.login-pr .login-header-dg.themix-header-for-logo-image img {
    display: none;
}
.loginform-body.side-picture-first-model div.login-pr .login-header-dg.themix-header-for-logo-image h2 {
    color: #fff !important;
    text-align: right;
    font-size: 23px !important;
    font-family: 'vazir';
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    display: block !important;
}
.loginform-body.side-picture-first-model div.login-pr .login-header-dg.themix-header-for-logo-image p {
    color: #fff !important;
    text-align: right;
    font-size: 14px !important;
    font-family: 'Vazir' !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
}
.loginform-body.side-picture-first-model label.rule_label_optional label {
    color: #f6f6f6;
}
.loginform-body.side-picture-first-model label.rule_label_optional label a {
    color: #ffb574;
}
.loginform-body.side-picture-first-model .c-login__wrapper {
    border: unset;
    background: unset;
    padding: 5px 0 !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__form {
    padding: 0 !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper h3.c-login__title {
    color: #fff !important;
    padding: 0;
    text-align: right;
    display: none;
}

.loginform-body.side-picture-first-model .input_label_move input {
    transition: all 300ms;
    outline: unset !important;
    border: unset !important;
    font-size: 14px !important;
    padding: 4px 6px !important;
    color: #676767 !important;
}
.loginform-body.side-picture-first-model .input_label_move input:focus,
.loginform-body.side-picture-first-model .input_label_move input:hover {
    outline: unset !important;
    border: unset !important;
    background-color: #ebeff8;
}
.loginform-body.side-picture-first-model .input_label_move input ~ label {
    display: none;
}

.loginform-body.side-picture-first-model .input_label_move input:not(:placeholder-shown) ~ label,
.loginform-body.side-picture-first-model .input_label_move input:focus ~ label {
    display: none;
}
.loginform-body.side-picture-first-model .input_label_move input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8D8D8D;
}
.loginform-body.side-picture-first-model .input_label_move input::-moz-placeholder { /* Firefox 19+ */
    color: #8D8D8D;
}
.loginform-body.side-picture-first-model .input_label_move input:-ms-input-placeholder { /* IE 10+ */
    color: #8D8D8D;
}
.loginform-body.side-picture-first-model .input_label_move input:-moz-placeholder { /* Firefox 18- */
    color: #8D8D8D;
}

.loginform-body.side-picture-first-model .c-login__wrapper .c-login__form .c-login__btn--action,
.loginform-body.side-picture-first-model .c-login__btn--refresh {
    background-color: #5cbaff !important;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    width: max-content !important;
    padding: 8px 20px !important;
    border: unset !important;
    border-radius: 2px !important;
    font-weight: 600 !important;
    margin: 0 auto;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__form .c-login__btn--action:hover {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}
.loginform-body.side-picture-first-model .c-login__compressor button:disabled {
    opacity: 0.7;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__form .c-login__btn--action .lds-ring.whites div {
    border-top-color: #ffffff;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__compressor #submitCode {
    border: unset !important;
    color: #076cb7 !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__btn--refresh.themix_view_HOME:hover {
    border: unset !important;
    color: #fff !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper input#verification-code {
    background-color: unset !important;
    color: #fff !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__verification-border::before,
.loginform-body.side-picture-first-model .c-login__verification-border div::after,
.loginform-body.side-picture-first-model .c-login__verification-border div::before {
    background-color: #fff !important;
}
.loginform-body.side-picture-first-model .c-login__wrapper .c-login__verification-message,
.loginform-body.side-picture-first-model .c-login__form-description,
.loginform-body.side-picture-first-model .c-login__form-description span {
    color: #fff !important;
}
.loginform-body.side-picture-first-model .c-login__btn--link.BACK_BTN {
    color: #fff !important;
    border: unset !important;
    padding: 0 !important;
    top: -40px;
    background: unset;
    right: 0;
}
.loginform-body.side-picture-first-model .c-login__btn--link.BACK_BTN i {
    font-size: 22px;
}
.loginform-body.side-picture-first-model .c-login__btn--link.BACK_BTN:hover {
    transform: scale(1.2);
}
.loginform-body.side-picture-first-model .alert-code {
    position: absolute;
    width: 315px;
    color: #fff !important;
    bottom: -33px;
    text-align: center;
    margin: 0 auto;
    font-family: 'vazir';
    font-size: 12px;
    background-color: #ff3f41 !important;
    border-radius: 2px;
    padding: 2px;
}
.loginform-body.side-picture-first-model .error-message,
.loginform-body.side-picture-first-model .error-message-field,
.loginform-body.side-picture-first-model .email-validate {
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'vazir';
    font-size: 11px;
    background-color: #ff3f41;
    padding: 2px 0 3px;
}
.loginform-body.side-picture-first-model .select-user-register {
    font-size: 13px;
    color: #FFF;
}

.loginform-body.side-picture-first-model .select-user-register i {
    border: 2px solid #fff;
    color: #fff;
}
.loginform-body.side-picture-first-model .select-user-register span {
    border: 1px solid #FFF;
}
.loginform-body.side-picture-first-model .select-user-register.active i {
    background-color: #5cbaff;
}
.loginform-body.side-picture-first-model .select-user-register.active span {
    border: 1px solid #5cbaff;
    color: #fff;
    box-shadow: 1px 1px 20px #33333312;
    font-family: 'Vazir';
    background-color: #5cbaff;
    font-weight: 600 !important;
}
.loginform-body.side-picture-first-model .select-user-register span:hover {
    border: 1px solid #5cbaff;
    color: #fff;
    box-shadow: 1px 1px 20px #33333312;
    font-family: 'Vazir';
    background-color: #5cbaff;
    font-weight: 600 !important;
}
.loginform-body.side-picture-first-model a.c-login__btn.c-login__btn--compressed.c-login__btn--secondary {
    color: #000;
    box-sizing: border-box;
    border: unset !important;
}
.loginform-body.side-picture-first-model .c-login__verification-status {
    width: 100%;
}
.loginform-body.side-picture-first-model .c-login__verification-status svg {
    display: none;
}
.loginform-body.side-picture-first-model .c-login__verification-status img.side-pic-success-tick {
    display: block !important;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.loginform-body.side-picture-first-model .c-login__verification .load-box.TL-verification-code .lds-ring div {
    border-top-color: #ffffff;
}
@media (max-width: 760px) {
    .loginform-body.side-picture-first-model > div.side-pic {
        width: 32%;
        padding: 15px;
    }

    .loginform-body.side-picture-first-model > div.side-pic img.first-model {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 612px) {
    .loginform-body.side-picture-first-model {
        justify-content: center;
        background-color: #0093ff;
        flex-direction: column !important;
        align-content: center;
    }

    .loginform-body.side-picture-first-model > div.side-pic {
        background-color: #5CBAFF;
        text-align: center;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .loginform-body.side-picture-first-model > div.side-pic img.first-model {
        max-width: 312px;
        height: auto;
        margin: 0 auto;
    }

    .loginform-body.side-picture-first-model > div.login-pr {
        margin: auto;
        width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
}
@media (max-width: 500px) {
    .loginform-body.side-picture-first-model > div.side-pic img.first-model {
        max-width: 235px;
    }
}
/*side-picture-first-model  end*/
/*side-picture-second-model start*/
.loginform-body.side-picture-second-model {
    justify-content: space-between;
    align-items: stretch;
    background-color: #ffffff;
}
.loginform-body.side-picture-second-model > div.side-pic {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 35px;
    background-color: #fafafa;
    justify-content: center;
}
.loginform-body.side-picture-second-model > div.side-pic img.second-model {
    display: block !important;
    width: 70%;
    height: auto;
}
.loginform-body.side-picture-second-model > div.login-pr {
    margin: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loginform-body.side-picture-second-model div.login-pr .login-header-dg.themix-header-for-logo-image {
    display: block;
}
.loginform-body.side-picture-second-model div.login-pr .login-header-dg.themix-header-for-logo-image img {
    display: none;
}
.loginform-body.side-picture-second-model div.login-pr .login-header-dg.themix-header-for-logo-image h2 {
    color: #000 !important;
    text-align: right;
    font-size: 23px !important;
    font-family: 'vazir';
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    display: block !important;
}
.loginform-body.side-picture-second-model div.login-pr .login-header-dg.themix-header-for-logo-image p {
    color: #fff !important;
    text-align: right;
    font-size: 14px !important;
    font-family: 'Vazir' !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
}
.loginform-body.side-picture-second-model label.rule_label_optional label {
    color: #000;
}
.loginform-body.side-picture-second-model label.rule_label_optional label a {
    color: #ff8820;
}
.loginform-body.side-picture-second-model .c-login__wrapper {
    border: unset;
    background: unset;
    padding: 5px 0 !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__form {
    padding: 0 !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper h3.c-login__title {
    color: #fff !important;
    padding: 0;
    text-align: right;
    display: none;
}

.loginform-body.side-picture-second-model .input_label_move input {
    transition: all 300ms;
    outline: unset !important;
    border: 1px solid #fff !important;
    font-size: 14px !important;
    padding: 4px 6px !important;
    color: #323131 !important;
    background-color: #f7f7f7 !important;
}
.loginform-body.side-picture-second-model .input_label_move input:focus,
.loginform-body.side-picture-second-model .input_label_move input:hover {
    outline: unset !important;
    border: 1px solid #0093FF !important;
    background-color: #fff !important;
}
.loginform-body.side-picture-second-model .input_label_move input ~ label {
    display: none;
}

.loginform-body.side-picture-second-model .input_label_move input:not(:placeholder-shown) ~ label,
.loginform-body.side-picture-second-model .input_label_move input:focus ~ label {
    display: none;
}
.loginform-body.side-picture-second-model .input_label_move input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #787878;
}
.loginform-body.side-picture-second-model .input_label_move input::-moz-placeholder { /* Firefox 19+ */
    color: #787878;
}
.loginform-body.side-picture-second-model .input_label_move input:-ms-input-placeholder { /* IE 10+ */
    color: #787878;
}
.loginform-body.side-picture-second-model .input_label_move input:-moz-placeholder { /* Firefox 18- */
    color: #787878;
}

.loginform-body.side-picture-second-model .c-login__wrapper .c-login__form .c-login__btn--action,
.loginform-body.side-picture-second-model .c-login__btn--refresh {
    background-color: #0093FF !important;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    width: max-content !important;
    padding: 8px 20px !important;
    border: unset !important;
    border-radius: 2px !important;
    font-weight: 600 !important;
    margin: 0 auto;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__form .c-login__btn--action:hover {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}
.loginform-body.side-picture-second-model .c-login__compressor button:disabled {
    opacity: 0.7;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__form .c-login__btn--action .lds-ring.whites div {
    border-top-color: #ffffff;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__compressor #submitCode {
    border: unset !important;
    color: #076cb7 !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__btn--refresh.themix_view_HOME:hover {
    border: unset !important;
    color: #fff !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper input#verification-code {
    background-color: unset !important;
    color: #322e2e !important;
}
.loginform-body.side-picture-second-model .c-login__btn--secondary {
    background-color: #eee !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__verification-border::before,
.loginform-body.side-picture-second-model .c-login__verification-border div::after,
.loginform-body.side-picture-second-model .c-login__verification-border div::before {
    background-color: #322e2e !important;
}
.loginform-body.side-picture-second-model .c-login__wrapper .c-login__verification-message,
.c-login__form-description, .c-login__form-description span {
    color: #302d2d !important;
}
.loginform-body.side-picture-second-model .c-login__btn--link.BACK_BTN {
    color: #1976bb !important;
    border: unset !important;
    padding: 0 !important;
    top: -40px;
    background: unset;
    right: 0;
}
.loginform-body.side-picture-second-model .c-login__btn--link.BACK_BTN i {
    font-size: 22px;
}
.loginform-body.side-picture-second-model .c-login__btn--link.BACK_BTN:hover {
    transform: scale(1.2);
}
.loginform-body.side-picture-second-model .alert-code {
    position: absolute;
    width: 315px;
    color: #fff !important;
    bottom: -33px;
    text-align: center;
    margin: 0 auto;
    font-family: 'vazir';
    font-size: 12px;
    background-color: #ff3f41 !important;
    border-radius: 2px;
    padding: 2px;
}
.loginform-body.side-picture-second-model .error-message,
.loginform-body.side-picture-second-model .error-message-field,
.loginform-body.side-picture-second-model .email-validate {
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'vazir';
    font-size: 11px;
    background-color: #ff3f41;
    padding: 2px 0 3px;
}
.loginform-body.side-picture-second-model .select-user-register {
    font-size: 13px;
    color: #6a6969;
}
.loginform-body.side-picture-second-model .select-user-register i {
    border: 1px solid #6a6969;
    color: #6a6969;
}
.loginform-body.side-picture-second-model .select-user-register span {
    border: 1px solid #6a6969;
}
.loginform-body.side-picture-second-model .select-user-register.active i {
    background-color: #5cbaff;
    border: unset;
    color: white;
}
.loginform-body.side-picture-second-model .select-user-register.active span {
    border: 1px solid #5cbaff;
    color: #fff;
    box-shadow: 1px 1px 20px #33333312;
    font-family: 'Vazir';
    background-color: #5cbaff;
    font-weight: 600 !important;
}
.loginform-body.side-picture-second-model .select-user-register span:hover {
    border: 1px solid #5cbaff;
    color: #fff;
    box-shadow: 1px 1px 20px #33333312;
    font-family: 'Vazir';
    background-color: #5cbaff;
    font-weight: 600 !important;
}
.loginform-body.side-picture-second-model a.c-login__btn.c-login__btn--compressed.c-login__btn--secondary {
    color: #000;
    box-sizing: border-box;
    border: unset !important;
}
.loginform-body.side-picture-second-model .c-login__verification-status {
    width: 100%;
}
.loginform-body.side-picture-second-model .c-login__verification-status svg {
    display: none;
}
.loginform-body.side-picture-second-model .c-login__verification-status img.side-pic-success-tick {
    display: block !important;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.loginform-body.side-picture-second-model .c-login__verification .load-box.TL-verification-code .lds-ring div {
    border-top-color: #2d2929;
}
@media (max-width: 760px) {
    .loginform-body.side-picture-second-model > div.side-pic {
        width: 32%;
        padding: 15px;
    }

    .loginform-body.side-picture-second-model > div.side-pic img.second-model {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 612px) {
    .loginform-body.side-picture-second-model {
        justify-content: center;
        flex-direction: column !important;
        align-content: center;
    }

    .loginform-body.side-picture-second-model > div.side-pic {
        text-align: center;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .loginform-body.side-picture-second-model > div.side-pic img.second-model {
        max-width: 312px;
        height: auto;
        margin: 0 auto;
    }

    .loginform-body.side-picture-second-model > div.login-pr {
        margin: auto;
        width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
}
@media (max-width: 500px) {
    .loginform-body.side-picture-second-model > div.side-pic img.second-model {
        max-width: 235px;
    }
}
/*side-picture-second-model end*/
.loginform-body .c-login__verification.js-login__verification .load-box {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.loginform-body.side-picture-first-model .c-login__verification.js-login__verification .load-box .lds-ring div {
    border-top-color: #fff !important;
}
.loginform-body.side-picture-first-model .input_label_move input[type=file] ~ label {
    display: block;
    background-color: #0093ff;
    color: white !important;
    padding: 0 12px;
}
.loginform-body .input_label_move input[type=file] {
    padding-top: 18px !important;
}
.loginform-body.side-picture-first-model .input_label_move input[type=file] {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding-top: 18px !important;
}
.loginform-body.side-picture-first-model .input_label_move input[type=file]:hover,
.loginform-body.side-picture-first-model .input_label_move input[type=file]:focus {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: unset;
}
.loginform-body.side-picture-second-model .input_label_move input[type=file] {
    padding-top: 18px !important;
    border: 1px solid #dadada !important;
    background-color: unset !important;
    color: #808080 !important;
}
.loginform-body.side-picture-second-model .input_label_move input[type=file] ~ label {
    display: block;
    padding: 0 12px;
    color: #606060 !important;
}
/* Chrome, Safari, Edge, Opera */
.loginform-body input[type=number]::-webkit-outer-spin-button,
.loginform-body input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.loginform-body input[type=number] {
    -moz-appearance: textfield;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.themix-login-body #go_back_HOME_LINK {
    position: absolute;
    left: 0;
    top: 10%;
    padding: 10px 13px 7px 5px;
    font-size: 14px;
    background-color: #00000040;
    color: #fff;
    display: flex;
    border-radius: 0 30px 30px 0;
    flex-direction: column;
    align-items: center;
}
.c-login__wrapper h4 {
    font-family: vazir;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #929090;
    padding: 0 17px;
    margin-bottom: 0;
}
.themix-login-body #go_back_HOME_LINK span {
    font-family: 'Vazir';
    font-size: 12px;
    margin-top: 3px;
}
.themix-login-body #go_back_HOME_LINK:hover {
    background-color: #000;
}
a#password-login {
    background-color: #651FFF !important;
    box-shadow: 0 8px 7px -8px #651fff !important;
}
