@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 5px;
        opacity: 1;
    }
    40% {
        height: 10px;
        width: 5px;
        opacity: 1;
    }
    100% {
        height: 10px;
        width: 5px;
        opacity: 1;
    }
}

@keyframes loader-animation {
    0% {
        left: -100%;
    }
    49% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes blur-out {
    0% {
        opacity: 0;
        filter: blue(5px);
    }
    30% {
        opacity: 0;
        filter: blue(5px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        margin-top: -20px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes mobile-loader {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

/* FONTS */


@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan-fa;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

.iranyekan-fa{
    font-family: iranyekan-fa!important;
    unicode-bidi: plaintext;
}

/* GENERAL */
html {
    height: 100%;
}

body {
    background: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #46474f;
    cursor: default;
    position: relative;
    margin: 0 auto;
    width: auto;
    min-width: 320px;
    overflow-y: scroll;
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    height: 100%;
}

* {
    box-sizing: border-box;
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

a{
    text-decoration: none!important;
}

a.active{
    color: #5667ff!important;
}

a.bold{
    font-weight: bold!important;
}

.active{
    color: #5667ff!important;
}

::selection {
    background: #5667ff;
    color: #fff;
}

::-moz-selection {
    background: #5667ff;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #bababa;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

:-moz-placeholder {
    color: #bababa;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

::-moz-placeholder {
    color: #bababa;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #bababa;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

:focus {
    outline: none;
}

.icon {
    width: 20px;
    height: 20px;
    background: url("../images/sprite_icons_login.svg") no-repeat;
    background-size: 40px 40px;
}

.icon.back {
    background-position: 0px 0px;
}

.icon.back:hover {
    background-position: -20px 0px;
}

.icon.close {
    background-position: 0px -20px;
}

.icon.close:hover {
    background-position: -20px -20px;
}

.message {
    text-align: center;
    display: block;
    margin: -10px auto -10px auto;
    font-weight: 400;
    font-size: 14px;
    display: none;
    border-radius: 5px;
    padding: 12px 20px;
    line-height: 1.3;
}

.message.message_socials {
    margin: 10px auto 10px auto;
}

.message.message_register {
    margin: 20px auto 0 auto;
}

.message.message_forgot {
    margin: 20px auto 0 auto;
}

.message.green {
    color: #52cca5;
    background: rgba(82, 204, 165, 0.10);
}

.message.red {
    color: #ff5e66;
    background: rgba(255, 94, 102, 0.10);
}

.message.red a:link, .message.red a:visited, .message.red a:active {
    color: #ff5e66;
    text-decoration: underline;
    padding-bottom: 3px;
}

.message.red a:hover, .message.red a:visited:hover {
    color: #ff5e66;
    text-decoration: underline;
    opacity: 0.6;
}

.login_frame {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.login_left {
    flex: 1;
    background: #5767ff;
    position: relative;
}

.login_left .intro_photo {
    background: url("../images/register_intro_l.jpg?v=4") center bottom;
    background-size: cover;
    filter: blur(0);
    animation: blur-out 10ms linear;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 5px 0 0 5px;
}

.login_left .frame {
    display: none;
}

.login_left .frame.visible {
    display: block;
}

.login_left .frame .frame_content {
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.login_left .frame .frame_content.appear {
    animation: appear 500ms linear;
}

.login_left .frame .frame_content .title {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 0 auto 3px auto;
    color: #fff;
}

.login_left .frame .frame_content .subtitle {
    font-weight: 200;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 40px auto;
    color: #fff;
}

.login_left .frame .frame_content ul {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    list-style: none;
}

.login_left .frame .frame_content ul li {
    display: block;
    margin: 0 0 20px 38px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    color: #fff;
}

.login_left .frame .frame_content ul li:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #fff;
    position: absolute;
    left: -32px;
    top: -3px;
    z-index: 4;
}

.login_left .frame .frame_content ul li:after {
    content: "";
    width: 7px;
    height: 3px;
    border-radius: 0px;
    background: transparent;
    border-left: 2px solid #5767ff;
    border-bottom: 2px solid #5767ff;
    position: absolute;
    z-index: 5;
    left: -25px;
    top: 5px;
    transform: rotate(-45deg);
}

.login_left .frame .frame_content ul li:last-child {
    margin-bottom: 0;
}

.login_left .dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
}

.login_left .dots .dot {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.login_left .dots .dot.selected {
    background: #fff;
}

.login_left .testimonials {
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.login_left .testimonials .testimonials_title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin: 0 auto 5px auto;
}

.login_left .testimonials .testimonials_text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}

.login_left .testimonials .testimonials_reviews {
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    width: 300px;
    box-shadow: 0px 10px 50px rgba(0, 0, 60, 0.2);
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_1 {
    margin-left: 170px;
    z-index: 10;
    position: relative;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_1:after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    border: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    display: block;
    position: absolute;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_2 {
    margin-left: -5px;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_2:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -20px;
    border: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    display: block;
    position: absolute;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_3 {
    margin-left: 335px;
    margin-top: -80px;
    z-index: 11;
    position: relative;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_3:after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: -20px;
    border: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    display: block;
    position: absolute;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country {
    border-radius: 6px;
    margin-right: 8px;
    flex: none;
    width: 22px;
    height: 20px;
    background: url("../images/sprite_flags.svg?v=8") no-repeat;
    background-size: 440px 20px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.us {
    background-position: -66px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.de {
    background-position: 0 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.gb {
    background-position: -44px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.ar {
    background-position: -154px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.pt {
    background-position: -176px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.nz {
    background-position: -198px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.ca {
    background-position: -88px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.cz {
    background-position: -242px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.th {
    background-position: -264px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_country.si {
    background-position: -286px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_header .bubble_name {
    color: #46474f;
    font-size: 18px;
    font-weight: 800;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars {
    width: 86px;
    height: 16px;
    margin: 10px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars.stars_1 {
    background: url("../images/stars-1.svg") no-repeat;
    background-size: 86px 16px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars.stars_2 {
    background: url("../images/stars-2.svg") no-repeat;
    background-size: 86px 16px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars.stars_3 {
    background: url("../images/stars-3.svg") no-repeat;
    background-size: 86px 16px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars.stars_4 {
    background: url("../images/stars-4.svg") no-repeat;
    background-size: 86px 16px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_stars.stars_5 {
    background: url("../images/stars-5.svg") no-repeat;
    background-size: 86px 16px;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_title {
    color: #46474f;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.login_left .testimonials .testimonials_reviews .testimonials_bubble .bubble_text {
    color: #6b6d7a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
}

.login_left .testimonials .testimonials_subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    margin: 30px auto 0 auto;
}

.login_right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.login_right.disabled {
    -webkit-filter: grayscale(1) blur(3px);
}

.login_right header .button_back {
    position: absolute;
    left: 30px;
    top: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #46474f;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.login_right header .button_back .back {
    float: left;
    margin: 0 5px 0 0;
}

.login_right header .button_back:hover {
    opacity: 0.7;
}

.login_right .row {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.login_right .row .logo {
    width: 60px;
    height: 60px;
    background: url("../images/logo.svg") no-repeat;
    background-size: 60px 60px;
    margin: 0 auto 20px auto;
}

.login_right .row h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 10px auto;
    padding: 0;
}

.login_right .row h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 5px auto;
    padding: 0;
    color: #6b6d7a;
}

.login_right .row .form {
    padding: 20px 0 20px 0;
    margin-top: 35px;
}

.login_right .row .form h2 {
    text-align: center;
    color: #46474f;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 50px auto;
    padding: 10px 0 12px 0;
    border-bottom: 1px solid #e2e5ef;
}

.login_right .row .form label {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    margin: 0 0 10px 0;
    color: #6b6d7a;
    font-weight: 300;
}

.login_right .row .form label a:link, .login_right .row .form label a:visited, .login_right .row .form label a:active {
    color: #9597a6;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 auto;
    text-align: right;
    display: block;
    text-decoration: none;
    transition: 200ms linear;
    text-decoration: underline;
}

.login_right .row .form label a:hover, .login_right .row .form label a:visited:hover {
    color: #6778ff;
}

.login_right .row .form input {
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    /*font-weight: 600;*/
    font-size: 16px;
    display: block;
    text-align: left;
    border: 1px solid #cdd2e2;
    border-radius: 5px;
    padding: 8px 10px;
    width: 100%;
    background: transparent;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}

.login_right .row .form input:focus {
    outline: none !important;
    border-color: #5767ff8a;
    box-shadow: 0 0 0 2px #5767ff29;
}

.login_right .row .form .button.blue {
    margin: 0;
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 10px;
    box-shadow: none;
}

.login_right .row .form .button.blue {
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    background: #293ef7;
    border-radius: 5px;
    will-change: transform;
    transition: all .2s ease;
    border: 2px solid #293ef7;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    font-weight: 500;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.login_right .row .form .button.blue:focus {
    box-shadow: none;
}

.login_right .row .form .button.blue:hover {
    background: #2334d4;
    border: 2px solid #2334d4;
    color: #ffffff;
}

.login_right .row .form .button.blue.active {
    font-size: 0;
    border-radius: 25px;
    width: 46px;
    height: 46px;
    background: transparent;
}

.login_right .row .form .button.blue.loader {
    border-right: 2px solid #ffffff;
    animation: mobile-loader .4s linear infinite;
}

.login_right .row .form .button.dark {
    margin: 0;
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 10px;
    box-shadow: none;
}

.login_right .row .form .button.dark {
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    background: #2c2c2c;
    border-radius: 5px;
    will-change: transform;
    transition: all .2s ease;
    border: 2px solid #2c2c2c;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    font-weight: 500;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.login_right .row .form .button.dark:focus {
    box-shadow: none;
}

.login_right .row .form .button.dark:hover {
    background: #464646;
    border: 2px solid #464646;
    color: #ffffff;
}

.login_right .row .form .button.dark.active {
    font-size: 0;
    border-radius: 25px;
    width: 46px;
    height: 46px;
    background: transparent;
}

.login_right .row .form .button.dark.loader {
    border-right: 2px solid #ffffff;
    animation: mobile-loader .4s linear infinite;
}

.login_right .row .form .button.light {
    margin: 0;
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 10px;
    box-shadow: none;
}

.login_right .row .form .button.light {
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    background: #d4d5dc;
    border-radius: 5px;
    will-change: transform;
    transition: all .2s ease;
    border: 2px solid #d4d5dc;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    font-weight: 500;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.login_right .row .form .button.light:focus {
    box-shadow: none;
}

.login_right .row .form .button.light:hover {
    background: #3847d6;
    border: 2px solid #3847d6;
    color: #ffffff;
}

.login_right .row .form .button.light.active {
    font-size: 0;
    border-radius: 25px;
    width: 46px;
    height: 46px;
    background: transparent;
}

.login_right .row .form .button.light.loader {
    border-right: 2px solid #ffffff;
    animation: mobile-loader .4s linear infinite;
}

.login_right .row .form .checkgroup {
    margin: 20px auto 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.login_right .row .form .checkgroup .check {
    border: 1px solid #cdd2e2;
    border-radius: 3px;
    width: 28px;
    height: 25px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.login_right .row .form .checkgroup .check.selected {
    background: url("../images/tick_white.svg") no-repeat center center;
    background-size: 25px 25px;
    border: 1px solid #5767ff;
    background-color: #5767ff;
}

.login_right .row .form .checkgroup label {
    font-size: 14px;
    margin: 0 0 0 0;
}

.login_right .row .form .checkgroup label a:link, .login_right .row .form .checkgroup label a:visited, .login_right .row .form .checkgroup label a:active {
    color: #46474f;
    margin: 0 5px;
}

.login_right .row .form .checkgroup label a:link:hover, .login_right .row .form .checkgroup label a:visited:hover {
    color: #6778ff;
}

.login_right .row .form .small_switch {
    color: #9597a6;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin: 15px auto 0 auto;
    text-align: center;
    display: block;
    text-decoration: none;
}

.login_right .row .form .small_switch a:link, .login_right .row .form .small_switch a:visited, .login_right .row .form .small_switch a:active {
    text-decoration: underline;
    color: #9597a6;
    transition: 200ms linear;
}

.login_right .row .form .small_switch a:hover, .login_right .row .form .small_switch a:visited:hover {
    color: #6778ff;
}

.login_right .row .divider {
    border-top: 1px solid #cdd2e2;
    height: 0;
    width: 100%;
    margin: 20px 0 20px 0;
    position: relative;
}

.login_right .row .divider .divider_title {
    background: #fff;
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -11px;
    font-size: 12px;
    color: #a6a7b3;
}

.login_right .row .social_logins {
    margin-top: 40px;
}

.login_right .row .social_logins .social_button {
    font-family: iranyekan-fa, mukta mahee, source sans pro, sans-serif;
    background: #5767ff;
    border-radius: 5px;
    will-change: transform;
    transition: all .2s ease;
    border: 2px solid #5767ff;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    text-align: left;
    margin: 0 auto 10px auto;
    display: block;
    font-weight: 500;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 40, 0.15);
    position: relative;
    z-index: 5;
    font-weight: 400;
}

.login_right .row .social_logins .social_button .social_icon {
    width: 26px;
    height: 26px;
    flex: none;
    margin: 0 4px 0 8px;
    background: url("../images/sprite_social_login.svg?v=18") no-repeat;
    background-size: 208px 26px;
}

.login_right .row .social_logins .social_button.qr_code {
    background: #5767ff;
    border-color: #5767ff;
}

.login_right .row .social_logins .social_button.qr_code:hover {
    background: #3847d6;
    border-color: #3847d6;
    z-index: 10;
    box-shadow: 0px 6px 30px rgba(0, 0, 40, 0.3);
    transform: translateY(-2px);
}

.login_right .row .social_logins .social_button.qr_code .social_icon {
    background-position: 0 0;
}

.login_right .row .social_logins .social_button.facebook {
    background: #438cee;
    border-color: #438cee;
}

.login_right .row .social_logins .social_button.facebook:hover {
    background: #3881e3;
    border-color: #3881e3;
    z-index: 10;
    box-shadow: 0px 6px 30px rgba(0, 0, 40, 0.3);
    transform: translateY(-2px);
}

.login_right .row .social_logins .social_button.facebook .social_icon {
    background-position: -26px 0;
}

.login_right .row .social_logins .social_button.google {
    background: #ffffff;
    border-color: #ffffff;
    color: #6b6d7a;
    font-weight: 300;
}

.login_right .row .social_logins .social_button.google:hover {
    background: #fff;
    border-color: #fff;
    z-index: 10;
    box-shadow: 0px 6px 30px rgba(0, 0, 40, 0.3);
    transform: translateY(-2px);
}

.login_right .row .social_logins .social_button.google .social_icon {
    background-position: -52px 0;
}

.login_right .row .social_logins .social_button.apple {
    background: #252525;
    border-color: #252525;
}

.login_right .row .social_logins .social_button.apple:hover {
    background: #121212;
    border-color: #121212;
    z-index: 10;
    box-shadow: 0px 6px 30px rgba(0, 0, 40, 0.3);
    transform: translateY(-2px);
}

.login_right .row .social_logins .social_button.apple .social_icon {
    background-position: -78px 0;
}

.login_right .row .social_logins .social_button.real_apple {
    display: none;
}

.popup_qr_background {
    display: none;
    background: rgba(50, 50, 50, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
}

.popup_qr {
    padding: 0;
    display: none;
    background: #fff;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 151;
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08), 0px 3px 8px rgba(0, 0, 0, 0.08);
    width: 380px;
    z-index: 999;
    padding: 40px;
}

.popup_qr .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup_qr .close:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #6b6d7a;
    border-radius: 1px;
    position: absolute;
    top: 8px;
    left: 12px;
    transform: rotate(45deg);
}

.popup_qr .close:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #6b6d7a;
    border-radius: 1px;
    position: absolute;
    top: 8px;
    left: 12px;
    transform: rotate(-45deg);
}

.popup_qr .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 5px auto;
    padding: 0;
}

.popup_qr p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 0 auto;
    padding: 0;
    color: #6b6d7a;
    font-weight: 200;
    line-height: 1.1;
}

.popup_qr p a:link, .popup_qr p a:visited, .popup_qr p a:active {
    color: #6b6d7a;
    text-decoration: underline;
    transition: 200ms linear;
}

.popup_qr p a:hover, .popup_qr p a:visited:hover {
    color: #46474f;
}

.popup_qr p small {
    color: #9597a6;
    font-size: 12px;
    font-weight: 300;
    margin: 0 auto 0 auto;
    line-height: 1.1;
    display: block;
}

.popup_qr .image_qr {
    margin: 30px auto;
}

.popup_loader_background {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 120;
}

.popup_loader {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 121;
}

.popup_loader .loader_frame {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup_loader .loader {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid rgba(0, 0, 40, 0.1);
    border-right-color: #5767ff;
    animation: loader-spin 400ms linear infinite;
    display: table;
    margin-bottom: 20px;
}

.popup_loader .loader_text {
    color: #46474f;
    font-weight: 600;
    font-size: 14px;
}

@media (max-height: 800px) {
    .login_frame {
        height: auto;
        min-height: 100%;
        align-items: stretch;
    }

    .login_left .frame .frame_content {
        position: fixed;
        left: 25%;
    }

    .login_left .dots {
        position: fixed;
        left: 25%;
    }

    .login_right {
        justify-content: flex-start;
        padding: 50px 0 50px 0;
    }
}

@media (max-width: 1400px) {
    .login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_3 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .login_left .testimonials {
        min-width: 100%;
    }

    .login_left .testimonials .testimonials_reviews .testimonials_bubble {
        width: calc(100% - 90px);
        margin: 0;
    }

    .login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_1 {
        margin: 0;
        margin-left: 60px;
    }

    .login_left .testimonials .testimonials_reviews .testimonials_bubble.bubble_2 {
        margin: 0;
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 860px) {
    .login_right header {
        display: none;
    }

    .login_left {
        display: none;
    }

    .login_right {
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 500px) {
    .login_right .row {
        max-width: 100%;
    }

    .login_right {
        padding: 40px 30px 30px 30px;
    }

    .login_right .row .logo {
        margin-bottom: 10px;
    }

    .login_right .row h1 {
        margin-bottom: 20px;
    }

    .login_right .row .divider {
        margin: 10px 0;
    }

    .login_right .row .social_logins {
        margin-top: 30px;
    }

    .popup_qr {
        width: calc(100% - 80px);
    }

    .popup_qr .image_qr img {
        width: calc(100% - 40px);
        max-width: 300px;
        height: auto;
    }
}

.text-danger{
    color: red!important;
}
.text-danger > a{
    color: red!important;
}

.en-num{
    font-family: 'Mukta Mahee' !important;
    font-weight: normal!important;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid rgba(0, 0, 0, 0.21);
    width: 20px;
    height: 20px;
    margin: 0 10px 3px 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}













.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;
}
.checkbox-group > * {
    margin: 0.5rem 0.5rem;
}
.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
    display: block;
}
.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}
.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
}
.checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}
.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.checkbox-tile:hover {
    border-color: #2260ff;
}
.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
