/* =========================================================
   Rosha Club — ورود - باشگاه مشتریان روشا
   Page-specific stylesheet extracted from Blade.
   ========================================================= */

/*
     * فقط مخصوص صفحه ورود باشگاه مشتریان روشا
     * برای جلوگیری از تداخل با CSS قدیمی، از تگ‌های header و section استفاده نشده است.
     */
    .rlv2-page {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 26px 0 34px;
        direction: rtl;
        background: #ffffff;
        color: #282826;
        font-family: Tahoma, Arial, sans-serif;
    }

    .rlv2-page,
    .rlv2-page *,
    .rlv2-modal,
    .rlv2-modal * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .rlv2-page a,
    .rlv2-page a:hover,
    .rlv2-page a:focus {
        text-decoration: none;
    }

    .rlv2-wrap {
        display: block;
        position: static;
        width: 100%;
        max-width: 920px;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
    }

    .rlv2-intro {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0 0 20px;
        padding: 0;
        background: transparent;
        text-align: center;
    }

    .rlv2-badge {
        display: inline-block;
        margin: 0 0 10px;
        padding: 6px 13px;
        border: 1px solid #eadfc9;
        border-radius: 25px;
        background: #fbf7ef;
        color: #92703b;
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 1.5px;
    }

    .rlv2-title {
        display: block;
        position: static;
        width: auto;
        height: auto;
        margin: 0 0 6px;
        padding: 0;
        color: #242422;
        background: transparent;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }

    .rlv2-subtitle {
        display: block;
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0 12px;
        color: #787872;
        background: transparent;
        font-size: 12px;
        font-weight: normal;
        line-height: 2;
        text-align: center;
    }

    .rlv2-card {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #e7e4dd;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 10px 28px rgba(28, 28, 25, .07);
    }

    .rlv2-card-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
    }

    .rlv2-form-side,
    .rlv2-info-side {
        display: table-cell;
        position: static;
        height: auto;
        min-height: 0;
        vertical-align: stretch;
    }

    .rlv2-form-side {
        width: 64%;
        padding: 34px 36px 30px;
        background: #ffffff;
    }

    .rlv2-info-side {
        width: 36%;
        padding: 34px 28px;
        background: #292927;
        color: #ffffff;
        vertical-align: middle;
    }

    .rlv2-form-heading {
        display: block;
        margin: 0 0 24px;
        padding: 0;
    }

    .rlv2-form-heading-title {
        display: block;
        position: static;
        margin: 0 0 6px;
        padding: 0;
        color: #292927;
        background: transparent;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.8;
        text-align: right;
    }

    .rlv2-form-heading-text {
        display: block;
        margin: 0;
        color: #85857f;
        font-size: 11px;
        line-height: 1.9;
        text-align: right;
    }

    .rlv2-alert {
        display: block;
        width: 100%;
        margin: 0 0 18px;
        padding: 11px 13px;
        border: 1px solid #f0c8cc;
        border-radius: 10px;
        background: #fff4f5;
        color: #a7333f;
        font-size: 11px;
        line-height: 1.9;
        text-align: right;
    }

    .rlv2-field {
        display: block;
        width: 100%;
        margin: 0 0 18px;
    }

    .rlv2-label {
        display: block;
        width: 100%;
        margin: 0 0 7px;
        padding: 0;
        color: #3b3b38;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.8;
        text-align: right;
    }

    .rlv2-input-wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 48px;
        overflow: hidden;
        border: 1px solid #ddd9d0;
        border-radius: 11px;
        background: #fbfbfa;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .rlv2-input-wrap:focus-within {
        border-color: #b99a5f;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(185, 154, 95, .10);
    }

    .rlv2-field-error .rlv2-input-wrap {
        border-color: #d88a92;
        background: #fffafa;
    }

    .rlv2-input-icon,
    .rlv2-input-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .rlv2-input-icon {
        width: 48px;
        color: #a17d40;
        background: #f4efe5;
        font-size: 16px;
        text-align: center;
    }

    .rlv2-input-cell {
        width: auto;
    }

    .rlv2-input {
        display: block;
        width: 100%;
        height: 46px;
        margin: 0;
        padding: 8px 14px;
        border: 0;
        border-radius: 0;
        outline: 0;
        background: transparent;
        color: #2c2c29;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
        line-height: 30px;
        text-align: right;
        box-shadow: none;
    }

    .rlv2-input:focus {
        outline: 0;
        box-shadow: none;
    }

    .rlv2-input-number {
        direction: ltr;
        font-family: Verdana, Arial, sans-serif;
        text-align: center;
    }

    .rlv2-input::-webkit-input-placeholder {
        color: #aaa9a3;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10px;
    }

    .rlv2-input:-moz-placeholder {
        color: #aaa9a3;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10px;
    }

    .rlv2-input::-moz-placeholder {
        color: #aaa9a3;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10px;
    }

    .rlv2-input:-ms-input-placeholder {
        color: #aaa9a3;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10px;
    }

    .rlv2-help-block {
        display: block;
        margin: 6px 2px 0;
        color: #b33e49;
        font-size: 10px;
        line-height: 1.8;
        text-align: right;
    }

    .rlv2-actions {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 5px 0 0;
    }

    .rlv2-submit-cell,
    .rlv2-forgot-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .rlv2-submit-cell {
        width: 52%;
        padding-left: 6px;
    }

    .rlv2-forgot-cell {
        width: 48%;
        padding-right: 6px;
    }

    .rlv2-button {
        display: block;
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 11px 14px;
        border: 1px solid transparent;
        border-radius: 11px;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        line-height: 22px;
        text-align: center;
        cursor: pointer;
        transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }

    .rlv2-button:hover,
    .rlv2-button:focus {
        outline: none;
        transform: translateY(-1px);
    }

    .rlv2-button-primary {
        border-color: #292927;
        background: #292927;
        color: #ffffff;
    }

    .rlv2-button-primary:hover,
    .rlv2-button-primary:focus {
        border-color: #1f1f1d;
        background: #1f1f1d;
        color: #ffffff;
    }

    .rlv2-button-secondary {
        border-color: #dfd7c7;
        background: #fbf8f1;
        color: #856631;
    }

    .rlv2-button-secondary:hover,
    .rlv2-button-secondary:focus {
        border-color: #c9b486;
        background: #f7f0e3;
        color: #715425;
    }

    .rlv2-button i {
        margin-left: 6px;
    }

    .rlv2-info-icon {
        display: block;
        width: 58px;
        height: 58px;
        margin: 0 0 20px auto;
        border-radius: 14px;
        background: #3b3b38;
        color: #d7b676;
        font-size: 22px;
        line-height: 58px;
        text-align: center;
    }

    .rlv2-info-title {
        display: block;
        position: static;
        margin: 0 0 9px;
        padding: 0;
        color: #ffffff;
        background: transparent;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.9;
        text-align: right;
    }

    .rlv2-info-text {
        display: block;
        margin: 0 0 20px;
        color: #b7b7b1;
        font-size: 10px;
        line-height: 2;
        text-align: right;
    }

    .rlv2-info-list {
        display: block;
        margin: 0 0 24px;
        padding: 0;
        list-style: none;
    }

    .rlv2-info-list li {
        display: block;
        position: relative;
        margin: 0 0 10px;
        padding: 0 20px 0 0;
        color: #d2d2cd;
        font-size: 10px;
        line-height: 1.9;
        text-align: right;
    }

    .rlv2-info-list li i {
        position: absolute;
        top: 5px;
        right: 0;
        color: #d7b676;
        font-size: 10px;
    }

    .rlv2-register-link {
        display: block;
        width: 100%;
        padding: 11px 13px;
        border: 1px solid #4a4a46;
        border-radius: 10px;
        background: #343432;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
        transition: background .2s ease, border-color .2s ease;
    }

    .rlv2-register-link:hover,
    .rlv2-register-link:focus {
        border-color: #63635d;
        background: #3d3d39;
        color: #ffffff;
        outline: none;
    }

    .rlv2-register-link i {
        margin-left: 5px;
        color: #d7b676;
    }

    /* Modal فراموشی شماره کارت */
    .rlv2-modal {
        direction: rtl;
        font-family: Tahoma, Arial, sans-serif;
    }

    .rlv2-modal .modal-dialog {
        margin-top: 90px;
    }

    .rlv2-modal .modal-content {
        overflow: hidden;
        border: 0;
        border-radius: 14px;
        box-shadow: 0 16px 45px rgba(0, 0, 0, .22);
    }

    .rlv2-modal .modal-header {
        min-height: 58px;
        padding: 15px 18px;
        border-bottom: 1px solid #ece9e2;
        background: #ffffff;
    }

    .rlv2-modal .modal-title {
        margin: 0;
        color: #292927;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
        text-align: right;
    }

    .rlv2-modal .close {
        float: left;
        margin: 0;
        color: #777771;
        font-size: 23px;
        font-weight: normal;
        line-height: 28px;
        opacity: 1;
    }

    .rlv2-modal .modal-body {
        padding: 22px 18px 16px;
        background: #ffffff;
        text-align: right;
    }

    .rlv2-modal-text {
        display: block;
        margin: 0 0 13px;
        color: #666660;
        font-size: 11px;
        line-height: 1.9;
    }

    .rlv2-modal-input-wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 46px;
        overflow: hidden;
        border: 1px solid #ddd9d0;
        border-radius: 10px;
        background: #fbfbfa;
    }

    .rlv2-modal-input-icon,
    .rlv2-modal-input-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .rlv2-modal-input-icon {
        width: 45px;
        background: #f4efe5;
        color: #a17d40;
        text-align: center;
    }

    .rlv2-modal-input-cell {
        width: auto;
    }

    .rlv2-modal-input {
        display: block;
        width: 100%;
        height: 44px;
        padding: 8px 12px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #292927;
        direction: ltr;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }

    .rlv2-modal-status {
        display: none;
        margin: 13px 0 0;
        padding: 10px 12px;
        border: 1px solid transparent;
        border-radius: 9px;
        font-size: 10px;
        line-height: 1.9;
        text-align: right;
    }

    .rlv2-modal-status.is-loading {
        display: block;
        border-color: #d9d6ce;
        background: #f7f7f5;
        color: #666660;
    }

    .rlv2-modal-status.is-success {
        display: block;
        border-color: #bddfce;
        background: #f0faf5;
        color: #247052;
    }

    .rlv2-modal-status.is-error {
        display: block;
        border-color: #ecc5ca;
        background: #fff3f4;
        color: #a73742;
    }

    .rlv2-modal .modal-footer {
        padding: 12px 18px 17px;
        border-top: 0;
        background: #ffffff;
        text-align: left;
    }

    .rlv2-modal-button {
        min-width: 100px;
        min-height: 39px;
        padding: 8px 13px;
        border: 1px solid transparent;
        border-radius: 9px;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        line-height: 20px;
    }

    .rlv2-modal-button-send {
        float: right;
        border-color: #292927;
        background: #292927;
        color: #ffffff;
    }

    .rlv2-modal-button-send:hover,
    .rlv2-modal-button-send:focus {
        border-color: #1f1f1d;
        background: #1f1f1d;
        color: #ffffff;
        outline: none;
    }

    .rlv2-modal-button-send[disabled] {
        opacity: .65;
        cursor: wait;
    }

    .rlv2-modal-button-close {
        float: left;
        border-color: #ddd9d0;
        background: #ffffff;
        color: #666660;
    }

    @media (max-width: 767px) {
        .rlv2-page {
            padding: 12px 0 22px;
        }

        .rlv2-wrap {
            max-width: none;
        }

        .rlv2-title {
            font-size: 20px;
        }

        .rlv2-subtitle {
            font-size: 11px;
        }

        .rlv2-card {
            border-radius: 12px;
        }

        .rlv2-card-row,
        .rlv2-form-side,
        .rlv2-info-side {
            display: block;
            width: 100%;
        }

        .rlv2-form-side {
            padding: 25px 16px 22px;
        }

        .rlv2-info-side {
            padding: 24px 18px;
        }

        .rlv2-form-heading {
            margin-bottom: 20px;
        }

        .rlv2-actions,
        .rlv2-submit-cell,
        .rlv2-forgot-cell {
            display: block;
            width: 100%;
        }

        .rlv2-submit-cell,
        .rlv2-forgot-cell {
            padding: 0;
        }

        .rlv2-submit-cell {
            margin-bottom: 10px;
        }

        .rlv2-info-icon {
            margin-right: auto;
            margin-left: auto;
        }

        .rlv2-info-title,
        .rlv2-info-text {
            text-align: center;
        }

        .rlv2-modal .modal-dialog {
            margin: 28px 12px;
        }
    }
