/*Form Fields*/
.wow_form_fields {
    position: relative;
    margin: 20px 0;
}

.wow_form_fields>label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    opacity: 0.8;
}

.wow_form_fields input,
.wow_form_fields textarea,
.wow_form_fields select,
.wow_form_fields>.bootstrap-select.btn-group>.dropdown-toggle {
    background-color: transparent;
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-radius: 12px;
    transition: background-color 240ms, box-shadow 240ms;
    color: #393d4a;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding: 13px;
    width: 100%;
    border: 0;
    outline: 0;
}

.wow_form_fields input,
.wow_form_fields select {
    height: 52px;
}

.wow_form_fields textarea {
    resize: vertical;
}

.wow_form_fields input:focus,
.wow_form_fields textarea:focus,
.wow_form_fields select:focus,
.wow_form_fields>.bootstrap-select.btn-group>.dropdown-toggle:focus,
.wow_form_fields .bootstrap-tagsinput:focus {
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(58, 151, 212, 0.28) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

/*Buttons*/
.btn-mat {
    position: relative;
    user-select: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}

.btn-mat::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s;
}

.btn-mat::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

.btn-mat:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

.btn-mat svg {
    width: 17px;
    height: 17px;
    margin: -2px 3px 0 0;
}

.btn-mat-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.btn-mat-raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.btn-loading {
    position: relative;
    box-shadow: none;
}

.btn-loading:before {
    display: none;
}

.btn-loading:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border-radius: 4px;
    transform: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50px' height='50px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e%3crect x='0' y='0' fill='none' class='bk'%3e%3c/rect%3e%3ccircle cx='50' cy='50' r='40' stroke='%23fff' fill='none' stroke-width='6' stroke-linecap='round'%3e%3canimate attributeName='stroke-dashoffset' dur='1.5s' repeatCount='indefinite' from='0' to='502'%3e%3c/animate%3e%3canimate attributeName='stroke-dasharray' dur='1.5s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: none;
}

.payment_box .btn {
    width: 100%;
    background-color: white;
    color: #2c2c2c;
    text-align: inherit;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    padding: 20px 25px;
    transition: all 0.15s;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    box-shadow: none;
}

.payment_box .btn:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.payment_box .btn:last-child {
    border: 0;
}

.payment_box .btn svg,
.payment_box .btn img {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}

/*Plans*/
.wow_membr_signup_plan {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    padding: 10px;
    margin-top: 20px;
}

.wow_sup_plan_hdr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wow_sup_plan_hdr>div {
    font-size: 23px;
}

.wow_sup_plan_hdr>div span {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1;
}

.wow_sup_plan_hdr>div img,
.wow_sup_plan_hdr>div svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.wow_sup_plan_hdr b {
    margin: 0;
}

.wow_membr_signup_plan .col-lg-6 svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.wow_membr_signup_plan .modal-footer {
    padding: 10px 0 0;
    margin-top: 10px;
}

/*Password Check*/
.helper-text {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
}

.helper-text li.valid {
    color: #1aac20;
}

.wow_forgot_choice .login__ {
    flex-wrap: wrap;
}

/*Bank transfer Modal*/
svg {
    vertical-align: middle;
}

.wow_pops_head {
    position: relative;
    background: #8b6060;
    color: #fff;
    text-align: center;
    padding: 25px 0 115px;
    border-radius: 3px 3px 0 0;
    margin-bottom: -50px;
}

.wow_pops_head>svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    color: #fff;
}

.wow_pops_head .close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 0;
    opacity: 0.4;
    text-shadow: none;
    color: white;
}

.wow_pops_head .close:hover {
    opacity: 1;
}

.wow_pops_head h4 {
    margin: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}

.wow_pops_head h4 svg {
    width: 27px;
    height: 27px;
    margin: -2px 2px 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 5px;
}

.dt_bank_trans_modal .bank_info {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
}

.dt_bank_trans_modal .bank_info .dt_settings_header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    height: auto;
    background-color: #2196f3;
    background: linear-gradient(90deg, #03A9F4 0%, #2196f3 35%, #3F51B5 100%);
    padding: 16px;
    overflow: hidden;
    position: relative;
}

.dt_bank_trans_modal .dt_settings_circle-1 {
    width: 290px;
    height: 290px;
    background-image: radial-gradient(circle 800px at 75% -25%, #000000 0, rgba(255, 255, 255, 0) 100%);
    left: -28px;
    top: -28px;
    opacity: .05;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dt_bank_trans_modal .dt_settings_circle-2 {
    opacity: .03;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(circle 800px at 10% -25%, #000000 0, rgba(255, 255, 255, 0) 100%);
    right: -242px;
    top: 17px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
    border: 6px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 5px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr>svg {
    position: absolute;
    opacity: 0.3;
    left: 16px;
    top: 16px;
    width: 45px;
    z-index: -1;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row p {
    margin: 0;
    font-size: 18px;
    word-break: break-word;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {
    margin-top: 18px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {
    font-size: 22px;
    padding: 5px .75rem 0 55px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.73);
}

.dt_bank_trans_modal .dt_user_profile {
    background-color: #f8f8f8;
    margin: 0 auto 25px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    overflow: hidden;
}

.dt_bank_trans_modal .dt_user_profile>span {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.dt_bank_trans_modal .dt_user_profile>span svg {
    margin-right: 5px;
    color: #6b6b6b;
}

.dt_bank_trans_modal .dt_prof_vrfy {
    margin: 0;
    list-style-type: disc;
}

.dt_bank_trans_upl_rec {
    text-align: center;
}

.dt_bank_trans_upl_rec a {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #3f3f3f;
    padding-bottom: 5px;
    font-size: 14px;
    transition: all 0.15s;
    text-decoration: none;
}

.dt_bank_trans_upl_rec a:hover {
    border-bottom-style: solid;
}

.dt_bank_trans_upl_rec a svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.upload_bank_receipts {
    text-align: center;
    display: none;
}

.upload_bank_receipts>div {
    width: 100%;
    max-width: 200px;
    height: 185px;
    margin: auto;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload_bank_receipts svg {
    width: 45px;
    height: 45px;
    color: #4a4a4a;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.upload_bank_receipts p {
    margin-bottom: 0px;
}

#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}

#bank_transfer_modal.up_rec_active .upload_bank_receipts {
    display: block;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

#bank_transfer_donate_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_donate_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}

#bank_transfer_donate_modal.up_rec_active .upload_bank_receipts {
    display: block;
}

#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

/*Social Login*/
.btn-instagram {
    background-color: #d63e75;
}

.btn-qq {
    background-color: #2196f3;
}

.btn-wechat {
    background-color: #03ce65;
}

.btn-discord {
    background-color: #6e85d2;
}

.btn-mailru {
    background-color: #005ff9;
}

.btn-wechat.active,
.btn-wechat:active,
.btn-wechat:focus,
.btn-wechat:hover,
.open>.dropdown-toggle.btn-wechat {
    background-color: #4caf50;
}

/*Apps*/
.wo_side_apps {
    padding: 40px 0 0;
}

.wo_side_apps p {
    font-weight: bold;
    margin: 10px 2px 5px;
}

.wo_side_apps a {
    margin: 0 2px;
    display: inline-block;
}

.wo_side_apps a img {
    width: calc(100% + 2px);
    height: 38px;
    border-radius: 8px;
    margin: -1px;
}

/*Send Code Again*/
.send_again {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: end;
    pointer-events: none;
    padding: 9px;
}

.send_again .btn {
    pointer-events: auto;
    box-shadow: none;
    border-radius: 12px;
    font-size: 12px;
    min-width: auto;
    padding: 0 14px;
    line-height: 34px;
}

.send_again .btn::before {
    opacity: 0.15;
}


/*Language Select*/
.lang_select_modal .language_info {
    height: 100%;
    position: relative;
    padding: 30px;
    background: linear-gradient(90deg, #4caf50, transparent 90%);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.lang_select_modal .language_info h3 {
    margin: 0 0 4px;
    color: #fff;
    line-height: 1;
}

.lang_select_modal .language_info svg {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -15px;
    height: auto;
    width: 90px;
}

.lang_select_modal ul {
    padding: 24px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

.lang_select_modal .language_select {
    flex: 1 1 160px;
    margin: 0 0 -1px;
}

.lang_select_modal .language_select a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 46px;
    padding: 0 20px;
    transition: background-color .1s;
    border: 1px solid #d7d7d7;
    margin: 0px -1px;
    border-top: 0;
    border-left: 0;
}

.lang_select_modal .language_select:hover {
    background-color: rgb(0 0 0 / 3%) !important;
}

@media (min-width:400px) {
    .payment_box {
        width: 360px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 97%
    }
}

@media (max-width:1250px) {
    .login_left_combo_parent {
        width: 35%;
        padding: 0 30px;
    }

    .login .col-md-6 {
        width: 65%;
    }
}

@media (max-width:1200px) {
    .welcome-footer {
        font-size: 12px;
        padding: 9px
    }
}

@media (max-width:930px) {
    .login {
        flex-direction: column;
    }

    .login_left_combo_parent {
        width: 100%;
        height: auto;
    }

    .login_left_combo {
        max-width: 100%;
        min-width: 100%;
    }

    .login_left_combo>.img {
        display: none;
    }

    .login .col-md-6 {
        width: 100%;
    }
}


@media (max-width:640px) {
    .login_innre {
        min-height: calc(100% - 100px);
        padding: 0 20px;
    }

    .login_left_combo_parent {
        padding: 0 21px;
    }

    .login_left_combo .logo {
        margin: 30px 0 0;
    }

    .login_left_combo h1 {
        font-size: 30px;
        line-height: normal;
        margin: 30px 0 0;
    }

    .login_left_combo p {
        font-size: 16px;
        margin: 10px 0 30px;
    }
}

@font-face {
    font-family: OpenSansLight;
    src: url("https://demo.wowonder.com/themes/default/fonts/OpenSansLight/OpenSansLight.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: OpenSansRegular;
    src: url("https://demo.wowonder.com/themes/default/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url("https://demo.wowonder.com/themes/default/fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: OpenSansBold;
    src: url("https://demo.wowonder.com/themes/default/fonts/OpenSansBold/OpenSansBold.woff") format("woff");
    font-weight: normal;
}

:root {
    --plyr-color-main: #a52729;
}

.wo_follow_btn {
    background: #bf3737 !important;
}

.wow_htag .htag_top {
    color: #bf3737 !important;
}

.wo_follow_btn:hover {
    background: #a52729 !important;
}

.publisher-box .publisher-hidden-option #progress .progress,
.publisher-box .publisher-hidden-option #percent,
.wo_new_wallet .wow_mini_wallets h5 {
    color: #a52729;
}

.navbar-default {
    background: #1e2321;
    border: none;
    height: 48px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.round-check input[type="checkbox"]:checked+label:before,
.round-check input[type="radio"]:checked+label:before {
    background: #a52729 !important;
}

.group-messages-wrapper a {
    color: #a52729 !important;
}

ul.profile-completion-bar li.completion-bar div.completion-bar-status {
    background: #a52729 !important;
}

.result-bar {
    background: #a52729 !important;
}

.featured-users .sidebar-title-back,
.featured-users .pro-me-here a {
    color: #444 !important;
}

.lang_select_modal .language_info {
    background: #a52729
}

.lang_select_modal .language_info h3 {
    color: #ffffff;
}

.avtive {
    border-color: #a52729 !important;
}

.new-update-alert {
    background: #bf3737;
    color: #ffffff;
}

#wo_nw_msg_page .msg_under_hood .mobilerightpane .messages-search-users-form .inner-addon .btn_contr {
    background: #a52729;
    color: #ffffff;
}

#wo_nw_msg_page .msg_under_hood .mobilerightpane .messages-search-users-form .inner-addon button.btn {
    color: #ffffff;
}

#wo_nw_msg_page .msg_under_hood .mobilerightpane .messages-search-users-form .inner-addon button.btn:hover {
    background: #bf3737;
}

.green-audio-player svg path {
    fill: #a52729;
}

.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #a52729 !important;
}

.add_as_cont_list label input:checked+div {
    background-color: #a52729;
    color: #ffffff;
}

.barloading {
    background-color: transparent !important;
}

.barloading:before {
    background-color: #8dd9ff;
}

.left-sidebar ul li a i {
    color: #a52729 !important;
}

body {
    background-color: #f0f2f5;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 13px;
}

a.unread-update {
    color: #ffffff !important;
}

.btn-main {
    color: #ffffff;
    background-color: #3468fd;
    border-color: #3468fd;
}

.btn-main:hover {
    color: #ffffff;
    background-color: #275bf2;
    border-color: #275bf2;
}

.wow_pops_head {
    background: #bff6e41;
}

.btn-main:focus {
    color: #ffffff;
}

.active-wonder {
    color: #ff6e41;
}

.admin-panel .col-md-9 .list-group-item:first-child,
.setting-panel .col-md-8 .list-group-item:first-child,
.profile-lists .list-group-item:first-child,
.col-md-8 .list-group-item:first-child,
.col-md-3.custom .list-group-item:first-child,
.col-sm-4 .list-group-item:first-child,
.col-md-7 .list-group-item:first-child,
.col-md-9 .list-group-item:first-child,
.red-list .list-group-item:first-child,
.active.list-group-item:first-child {
    color: #444;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f1f1f1;
    padding: 18px;
}

.admin-panel .col-md-9 .list-group-item:first-child a,
.setting-panel .col-md-8 .list-group-item:first-child a,
.profile-lists .list-group-item:first-child a,
.col-md-8 .list-group-item:first-child a,
.col-md-7 .list-group-item:first-child a,
.active.list-group-item:first-child a {
    color: #444 !important;
}

.list-group-item.black-list.active-list,
.red-list.active-list {
    color: #ffffff;
    background-color: #a52729;
}

.list-group-item.black-list {
    background: #a52729;
}

.profile-top-line {
    background-color: #a52729;
}

#bar {
    background-color: #a52729;
}

.list-group-item.black-list a {
    color: #ffffff;
}

.list-group-item.black-list.active-list a {
    color: #a52729;
}

.main-color,
.small-text a {
    color: #a52729 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    color: #a52729;
    border-bottom: 1px solid #a52729;
    background-color: transparent
}

.btn-active {
    color: #ffffff;
    background: #a52729;
    outline: none;
    border: 1px solid #a52729
}

.btn-active:hover,
.btn-active:focus {
    border: 1px solid #bf3737;
    color: #ffffff;
    background: #bf3737;
}

.btn-active-color:hover {
    background: #bf3737;
}

.chat-tab .chat-textarea .chat-btns-w .chat_optns {
    color: #a52729;
    fill: #a52729;
}

.profile-style .user-follow-button button.btn-active,
.btn-login,
.btn-register {
    background: #a52729;
    color: #ffffff;
}

.profile-style .user-follow-button button.btn-active:hover,
.btn-login:hover,
.btn-login:focus,
.btn-register:hover,
.btn-register:focus {
    color: #ffffff;
    background: #bf3737;
}

.panel-login>.panel-heading a.active {
    color: #a52729;
    font-size: 18px;
}

.hash {
    color: #a52729;
}

.message-text .hash {
    color: #fff !important;
}

.search-container .search-input {
    color: #ffffff !important;
    background: #0f1110 !important;
}

.chat-messages-wrapper .outgoing .message-text {
    background: #a52729;
    color: #ffffff;
}

.normal-container {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.active.fa-thumbs-up {
    color: #a52729;
}

.api-ex-urls {
    background-color: #a52729;
    color: #ffffff;
}

.user-username {
    color: #a52729;
}

.upload-image {
    border: 3px dashed #a52729;
}

.events-tab-list li {
    background-color: #a52729;
}

.events-tab-list li:hover {
    background-color: #a52729;
}

.active-e-tab {
    background-color: #a52729 !important;
}

.main {
    color: #3468fd !important;
}
.login_left_combo {
    color: #ffffff
}