:root {
    --footer-height: 56px;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.f-col-1 {
    width: 100%;
}

.f-col-2 {
    width: calc(100% / 2 - 15px);
}

.f-col-3 {
    width: calc(100% / 3 - 15px);
}

.f-col-4 {
    width: calc(100% / 4 - 15px);
}

.f-col-5 {
    width: calc(100% / 5 - 15px);
}

.f-col-6 {
    width: calc(100% / 6 - 15px);
}


.f-col-10 {
    width: calc(100% / 10 - 15px);
}


.f-col-2_3 {
    width: calc(100% / 3 * 2 - 15px);
}

.f-col-3_4 {
    width: calc(100% / 4 * 3 - 15px);
}

.mb-20 {
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .hidden-s {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-l {
        display: none !important;
    }
}

.auth_footer {
    background-color: #001238;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.auth_footer img {
    width: 40px;
    display: inline;
}

img {
    vertical-align: middle;
}

.mobile_lang_select {
    position: absolute;
    right: 20px;
    top: 30px;
    background: #FFFFFF;
    border: 1px solid #BBC1CA;
    border-radius: 20px !important;
    padding: 6px 12px 6px 12px;
}
.m_action_reward,
.m_action_reward:active,
.m_action_reward:focus {
    color: #99B3FF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
}
.m_action_reward:hover {
    color: #fff;
}

.rewards {
    color: #fff;
    vertical-align: middle;
}

.col-sm-12, .col-md-12, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.auth_body{
    overflow-x: hidden;
    background: #f1f3fa;
    color: #001238;
    font-family: 'Poppins';
    font-size: 14px;
    height: auto;
}

.autherization{
    display: flex;
    flex: 1 0 auto;
    flex-wrap: nowrap;
    height: 100vh;
}

.login-body {
    margin: 0 auto;
    max-width: 720px;
}

#authRoot {
    margin: 20px auto;
    max-width: 368px;
}

.login-header .logo {
    width: 239px;
    height: 39px;
}

.logo {
    display: block;
    margin: 0 auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.refer_block img{
    position: absolute;
    width: 73px;
    top: -11px;
    left: -8px;
}

.login_width {
    max-width: 368px;
}

.login_info {
    min-height: 100%;
    padding: 60px 0 var(--footer-height);
    flex-basis: 50%;
    flex-grow: 1;
}

.auth_footer {
    padding: 8px 12px 8px 40px;
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
}

.m_action{
    background: none;
    border: 1px solid #fff;
    padding: 10px 5% !important;
    font-size: 13px;
    border-radius: 4px !important;
}
.m_action:hover, .m_action:focus, .m_action:active{
    background: none;
    border: 1px solid #fff;
    font-size: 13px;
}

.m_action_rewards {
    text-transform: lowercase;
}

.text-center {
    text-align: center;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.login_promo {
    flex-basis: 50%;
    flex-grow: 1;
    font-weight: 300 !important;
    color:#fff;
    padding: 0 40px var(--footer-height);
    min-height: 100%;
    background: url('/connect/login_screen/login_bg_7.png') no-repeat center center / cover;
}


.login_promo h1{
    font-weight: 600;
    line-height: 40px;
    padding-top: 95px;
    margin-top:0;
    font-size: 30px;
}
.m_main_content{
    font-size: 18px;
}

.m_tip_slider .section_head span{
    font-size: 14px;
    font-weight: 600;
}
.m_tip_slider .section_controls a i{
    font-size: 20px;
    color:#fff;
}
.m_tip_slider .section_content p{
    font-size: 14px;
    font-weight: normal;
}
.m_tip_slider .section_content p a{
    text-decoration: underline;
    color:#fff;
}
.m_image_section{
    margin: 0 auto;
    display:block;
    max-width: 100%;
}

.controls_list{
    width: 40px;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto !important;
}

#slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    float: left;
    text-align: justify;
    position: relative;
}
#slides a {
    color: white;
    text-decoration: underline;
}
.section1{
    margin-top: 7px;
}
.m_tip_slider{
    padding-top: 13px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.lang_select, .lang_select:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 40px;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.refer_block_mobile{
    background: linear-gradient(135deg, #1176b9, #00a698);
    border-radius: 6px !important;
    margin: 15px auto;
    position: relative;
}

.refer_block_mobile .m_action_mobile {
    margin: 10px 0px 10px 0;
}
.refer_block_mobile .rewards_mobile {
    margin-top: 10px;
    color: #fff;
    margin-left: 20%;
    float: left;
    max-width: 40%;
}
.refer_block_mobile .rewards_btn_mobile {
    margin-right: 10px;
    color: #fff;
    float: right;
}

.refer_block_mobile > div {
    padding: 0px 10px;
}

.refer_block_mobile img{
    position: absolute;
    width: 73px;
    top: -11px;
    left: -8px;
}

.m_action_mobile{
    background: none;
    border: 1px solid #fff;
    padding: 10px 5px !important;
    font-size: 13px;
    border-radius: 4px !important;
}
.m_action_mobile:hover, .m_action_mobile:focus, .m_action_mobile:active{
    background: none;
    border: 1px solid #fff;
    font-size: 13px;
}

.lngSelector {
    color: #fff;
    background-color: #001238;
    border: none;
}

.mobile_lang_select {
    z-index: 100;
}

.mobile_lang_select > a.dropdown {
    margin-left: -5px;
    cursor: pointer;
}

.mobile_lang_select > a.dropdown {
    display: block;
    zoom: 1;
    position: relative;
    margin: 0;
    float: left;
}

.mobile_lang_select .lang_cur {
    margin: -4px -12px -6px -8px;
    opacity: 0;
    position: absolute;
    font-size: 18px;
    width: 35px;
    height: 30px;
}

.mobile_lang_select img {
    display: inline;
}

.language_dropdown {
    color: #000;
    width: 390px;
    min-height: 320px;
    position: absolute;
    background-color: #fff;
    bottom: 56px;
    right: 0px;
    padding: 0px 16px 1px 16px;
    border-radius: 16px 16px 16px 16px !important;
    font-size: 18px;
    display: none;
}

.language_select_title {
    width: 80%;
    font-weight: 600;
}

.language_select_close {
    text-align: right;
    width: 20%;
}

.language_select_close  i{
    cursor: pointer;
    font-size: 24px;
}
.language_dropdown .title {
    border-bottom: 1px solid #DDE0E4;
    display: flex;
    padding: 16px 0px 16px 0px;
    line-height: 24px;
    font-size: 14px;
}

.language_select_body {
    line-height: 14px;
    font-size: 14px;
}

.language_select_item {
    padding: 16px 0px 16px 0px;
    position: relative;
}

.language_select_item span{
    padding-left: 28px;
    cursor: pointer;
}

.language_select_item.selected span {
    font-weight: 700;
}

.language-caret {
    margin-left: 5px;
    transition: transform .3s linear;
}

.lang_select.is-opened .language-caret {
    transform: rotate(180deg);
}

.auth_body .login-header h3 {
    Font-size: 18px;
    Font-weight: 60;
    line-height: 24px;
}

.modal-title {
    margin-top: 40px;
}

/* ---------------------- icons */

.checkIcon {
    display: inline-block;
    transform: rotate(45deg);
    height: 16px;
    width: 8px;
    border-bottom: 3px solid #32C0A0;
    border-right: 3px solid #32C0A0;
    position: absolute;
    top: 12px;
    left: 5px;
}

.closeIcon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
}
.closeIcon:before,
.closeIcon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 16px;
    background-color: #000;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}
.closeIcon:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}


/*  Skeleton placeholder */
.skeleton-box {
    display: block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}