.customer-popup-login .modals-overlay {
    z-index: 899 !important;
}

.customer-popup-login .customer-popup-login {
    display: none;
}

.customer-popup-login .or-another-selection {
    display: inline-block;
    padding-right: 5px;
}


.customer-popup-login .tabs {
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
}

.customer-popup-login .tabs label {
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
}

.customer-popup-login .modal-popup .modal-header {
    padding-top: 0rem !important;
}

.customer-popup-login .tabs .tab {
    width: 50%;
}

.customer-popup-otp {
    display: none;
}

.modals-overlay {
    z-index: 899 !important;
}

.modals-overlay {
    z-index: 899 !important;
}

.customer-popup-register {
/*    display: none; */
}

.modal-popup .modal-title {
    border-bottom: none !important;
}

.form-create-account fieldset,
.customer-popup-otp fieldset,
.customer-popup-login fieldset {
    padding: 20px;
}

.form-create-account .actions-toolbar,
.customer-popup-login .actions-toolbar,
.customer-popup-otp .actions-toolbar {
    text-align: center;
    padding-left: 15px !important;
}

.form-create-account .actions-toolbar .primary,
.customer-popup-otp .actions-toolbar .primary,
.customer-popup-login .actions-toolbar .primary {
    width: 100% !important;
}

.remind span {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #012b72;
    font-weight: bold;
    cursor: pointer;
}

#customer-popup-forgot {
    font-size: 15px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 767px) {
    .image img {
        width: 100%;
        height: 515px;
    }

    .image {
        display: block !important;
    }

    .col-md-6 {
        width: 49% !important;
        float: left;
        position: relative;
        padding: 3px;
    }
}

@media (max-width: 767px) {
    .col-md-6 {
        width: 100% !important;
    }

    .image {
        display: none;
    }
}

.actions-toolbar .action,
.actions-toolbar .secondary {
    width: 100% !important;
}

.header-container .minicart-wrapper .action.showcart .price-container .price {
  display:none!important;
}

.header-container .minicart-wrapper .action.showcart .counter-label span:last-child:after {
    content: ""!important;
    margin: 0 5px;
}

.field.referral_id #referralverify {
    display: inline-block;
    width: auto !important;
    min-width: 90px;
    margin-top: 8px;
    padding: 6px 16px;
    background: #012b72;
    color: #fff;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
}

.field.referral_id #referralverify:hover {
    opacity: 0.9;
}

.field.referral_id #referralLabel {
    color: #006400;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.field.referral_id .mage-error {
    display: block;
    color: #e02b27;
    font-size: 1.2rem;
    margin: 4px 0;
}
