﻿/* font */


@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-Bold.eot?#") format("eot"), url("../fonts/IRANSans-Bold.woff2") format("woff2"), url("../fonts/IRANSans-Bold.woff") format("woff");
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-Black.eot?#") format("eot"), url("../fonts/IRANSans-Black.woff2") format("woff2"), url("../fonts/IRANSans-Black.woff") format("woff");
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 900;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-UltraLight.eot?#") format("eot"), url("../fonts/IRANSans-UltraLight.woff2") format("woff2"), url("../fonts/IRANSans-UltraLight.woff") format("woff");
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 200;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-Light-Expanded.eot?#") format("eot"), url("../fonts/IRANSans-Light-Expanded.woff2") format("woff2"), url("../fonts/IRANSans-Light-Expanded.woff") format("woff");
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: 300;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSANSExpanded.eot?#") format("eot"), url("../fonts/IRANSANSExpanded.woff2") format("woff2"), url("../fonts/IRANSANSExpanded.woff") format("woff");
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    font-weight: normal;
}

.IRANSansUltraLight {
    font-family: IRANSans-web;
    font-weight: 200;
}

.IRANSansLight {
    font-family: IRANSans-web;
    font-weight: 300;
}

.IRANSans {
    font-family: IRANSans-web;
    font-weight: normal;
}

.IRANSansBold {
    font-family: IRANSans-web;
    font-weight: bold;
}

.IRANSansBlack {
    font-family: IRANSans-web;
    font-weight: 900;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}







/* main style login */
body {
    direction: rtl;
    font-family: IRANSans-web;
    font-size: 13px;
    width: 100%;
    min-height: 100vh;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.login {
    padding-top: 200px;
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
}

    .login .form-content {
        width: 280px;
        margin: auto;
        padding-bottom: 15px;
    }

        .login .form-content .logo-company {
            background-size: 100%;
            background-position: center;
            margin: auto;
            background-repeat: no-repeat;
        }

        .login .form-content .form {
            margin-top: 50px;
        }

            .login .form-content .form section {
                width: 100%;
                margin: auto;
                position: relative;
                margin-bottom: 8px;
            }

            .login .form-content .form .form-group input {
                width: 100%;
                height: 37px;
                border-radius: 4px;
                border: 1px solid #fff;
                font-family: IRANSans-web;
                font-size: 13px;
                background-color: transparent;
                padding: 2px 35px;
                box-sizing: border-box;
                text-align: center;
                color: #fff;
                direction: ltr;
            }

            .login .form-content .form .form-group .message-validation {
                height: 37px;
                border-radius: 4px;
                font-size: 11px;
                vertical-align: middle;
                padding: 13px 5px;
                font-weight: bold;
            }

            .login .form-content .form .input-icon::before {
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                top: 8px;
                right: 8px;
            }

.relarive {
    position: relative;
}

.password-condition {
    position: absolute;
    width: max-content;
    line-height: 39px;
    left: -9px;
    transform: translateX(-100%);
    font-size: 11px;
    color:#fff;
    text-decoration:none;
}
.password-condition:hover {
    color: #fff;
}

.login .form-content .form .input-icon.user::before {
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.login .form-content .form .input-icon.password::before {
    background-repeat: no-repeat;
    background-position: center;
}

.login .form-content .form .input-icon .keyboard {
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 8px;
}

.login .form-content .form .form-group.captcha section {
    width: calc((100% / 2 ) - 8px);
    float: right;
    margin-left: 8px;
    margin-bottom: 0;
}

    .login .form-content .form .form-group.captcha section input {
        padding: 2px 5px;
    }

    .login .form-content .form .form-group.captcha section:last-child {
        margin-left: 0;
        float: left;
        display: flex !important;
        justify-content: flex-end !important;
    }

    .login .form-content .form .form-group.captcha section img {
        width: 100%;
        height: 37px;
        border-radius: 4px;
        background-color: #bebebe;
    }

.login .form-content .form .form-group.captcha .refreshCaptchaClass {
    border: none;
    width: 37px;
    height: 37px;
    left: -40px;
    position: absolute;
}

.login .form-content .form .form-group.login-type {
    position: relative;
}

    .login .form-content .form .form-group.login-type span {
        width: 85px;
        color: #fff;
        border: 1px solid #fff;
        padding: 11px 0;
        box-sizing: border-box;
        display: block;
        float: right;
        border-radius: 0 4px 4px 0;
        text-align: center;
    }

    .login .form-content .form .form-group.login-type select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; /* Remove default arrow */
        font-family: IRANSans-web;
        width: calc(100% - 85px);
        display: block;
        float: right;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 4px 0 0 4px;
        border-right: none;
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: 10px center;
        text-align: center;
        text-align-last: center;
        padding-left: 35px;
        height: 37px;
    }

    .login .form-content .form .form-group.login-type::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 36px;
        top: 0;
        left: 35px;
        background-color: #fff;
    }

.login .form-content .form .login-info {
    text-decoration: none;
    text-align: left;
    display: block;
    margin-top: 10px;
    color: #f0c514;
    font-size: 13px;
}

.btn {
    width: 100%;
    height: 37px;
    border: 0;
    background-color: transparent;
    border-radius: 4px;
    font-family: IRANSans-web;
}

.btn-company {
    width: 100%;
    color: #142127;
    margin: auto;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

    .btn-company :focus {
        outline-color: transparent;
    }

.login footer {
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

    .login footer .header-footer {
        position: relative;
        width: 100%;
    }

        .login footer .header-footer p {
            color: #fff;
            font-size: 12px;
            padding-right: 32px;
            position: relative;
            text-decoration: none;
        }

            .login footer .header-footer p::before {
                content: '';
                position: absolute;
                background-size: 100%;
                width: 25px;
                height: 25px;
                background-repeat: no-repeat;
                background-position: center;
                top: -4px;
                right: -2px;
            }

        .login footer .header-footer::before {
            content: '';
            position: absolute;
            height: 1px;
            left: 0;
            right: 115px;
            background-color: #909090;
            top: 7px;
        }

    .login footer .list-footer section {
        width: calc((100% - 50px) / 2);
        float: none;
        margin: auto;
        text-align: center;
        /*float: right;
        margin-left: 50px;*/
    }

        /*.login footer .list-footer section:last-child {
            margin-left: 0;
        }*/

        .login footer .list-footer section ul {
            margin-top: 30px;
        }

    .login footer section ul li {
        margin-bottom: 10px;
    }

    .login footer .modal-login {
        display: block;
    }

        .login footer .modal-login .title-modal {
            display: none;
            margin-top: 150px;
            text-align: center;
            color: #ffffff;
            position: relative;
        }

            .login footer .modal-login .title-modal::before {
                content: '';
                position: absolute;
                background-size: 100%;
                width: 45px;
                height: 45px;
                background-repeat: no-repeat;
                background-position: center;
                top: -55px;
                right: 50%;
                margin-right: -22.5px;
            }

    .login footer .list-footer section ul li span {
        color: #fff;
        font-size: 10px;
    }

    .login footer .modal-login .colse-modal {
        display: none;
        position: absolute;
        background-color: transparent;
        border: none;
        left: 0;
        top: 0;
        padding: 20px;
        cursor: pointer;
    }

        .login footer .modal-login .colse-modal img {
            width: 20px;
            height: 20px;
        }

    .login footer .list-footer section ul li span a {
        color: #f0c514;
        text-decoration: none;
    }

    .login footer .list-footer .bank-link-footer ul li a {
        float: left;
        text-decoration: none;
    }

@media only screen and (max-width: 1010px) {
    .login footer {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

        .login footer .list-footer section ul li span {
            line-height: 18px;
        }
}

@media only screen and (max-width: 768px) {
    .login {
        padding-top: 100px;
    }

        .login footer {
            padding: 0;
            margin-bottom: 0;
        }

            .login footer .header-footer {
                padding: 15px;
                box-sizing: border-box;
                text-align: center;
                cursor: pointer;
                display: block;
            }

                .login footer .header-footer::before {
                    display: none;
                }

                .login footer .header-footer p {
                    display: inline-block;
                    padding-right: 25px;
                }

                    .login footer .header-footer p::before {
                        width: 18px;
                        height: 18px;
                        top: -4px;
                    }

            .login footer .modal-login {
                display: none;
            }

        .login.open {
            overflow: hidden;
        }

            .login.open footer .modal-login {
                display: block;
            }

        .login footer .list-footer {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0,0,0,.9);
            padding: 15px 30px;
            z-index: 3;
        }

        .login footer .modal-login .title-modal {
            display: block;
        }

        .login footer .modal-login .colse-modal {
            display: block;
        }

        .login footer .list-footer section {
            width: 100%;
            margin-left: 0;
        }

        .login footer .list-footer .bank-link-footer ul li.main-link {
            width: 50%;
            float: right;
            margin-top: 20px;
            text-align: center;
        }

            .login footer .list-footer .bank-link-footer ul li.main-link a {
                float: none;
                display: block;
                margin-top: 10px;
            }
}

/*change password*/
.body-color {
    min-height: 100vh;
    font-size: 12px !important;
    background: #e5e5e5 !important;
    color: #404040;
    position: relative;
    padding-bottom: 250px;
}

.change-page .panel-x {
    position: relative;
    padding-bottom: 75px !important;
}

.change-username-info span {
    direction: ltr;
    display: inline-block;
}

.change-page .messageClass {
    position: relative;
    border-radius: 8px;
}

    .change-page .messageClass.errorClass {
        background: #ffe5e8;
        color: #d0021b;
        margin-top: 20px;
    }

.title-mobile {
    display: none;
}

.nav-top {
    height: 60px;
    z-index: 4;
    position: fixed;
    left: 0;
    right: 0;
}

.logo-bank-header {
    float: right;
    width: 170px;
    height: 60px;
}

.content-container {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.change-page .info-panel.panel-x {
    padding-bottom: 15px !important;
}

.info-panel p {
    color: #2a2a2a;
    text-align: justify;
    line-height: 21px;
    padding-right: 20px;
}

    .info-panel p:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        right: 10px;
        top: 15px;
        background: url(../img/InternetBank/info.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

.change-username-form .form-group-x .form-caption {
    width: 240px !important;
}

.change-username-form .form-group-x .new-username input {
    direction: ltr;
    text-align: right;
}

.panel-x {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 hsla(0,0%,70.2%,.2);
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
}

    .panel-x .panel-x-title {
        padding-top: 5px;
        margin: 0 0 45px;
        padding-right: 10px
    }

        .panel-x .panel-x-title h3 {
            display: block;
            font-size: 14px;
        }

        .panel-x .panel-x-title small {
            font-size: 12px;
            color: #909090;
            display: block;
            line-height: 30px;
        }

.change-page .warning-alert.panel-x {
    padding-bottom: 15px !important;
}

.warning-alert h3 {
    position: relative;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
}

    .warning-alert h3::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        top: -5px;
    }

.warning-alert p {
    color: #2a2a2a;
    text-align: justify;
    margin-top: 20px;
    line-height: 21px;
}

.warning-alert ul {
    margin-top: 10px;
    list-style: disc;
    margin-right: 18px;
    color: #909090;
    line-height: 21px;
}

.form-container .form-group-x {
    display: block;
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

    .form-container .form-group-x .form-caption {
        text-align: left;
        padding-left: 15px;
        color: #818181;
        font-size: 13px;
        width: 150px;
        margin-bottom: 5px;
    }

    .form-container .form-group-x .form-content {
        text-align: right;
        display: inline-block;
        width: 310px;
        position: relative;
    }

        .form-container .form-group-x .form-content input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 35px;
            border: 1px solid #e0e0e0;
            color: #333 !important;
            background: #fff;
            border-radius: 4px;
            width: 100%;
            padding: 0 5px;
            outline: none;
            box-shadow: none !important;
        }

            .form-container .form-group-x .form-content input:-webkit-autofill {
                -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
                -webkit-text-fill-color: #333 !important;
            }

                .form-container .form-group-x .form-content input:-webkit-autofill:focus {
                    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
                    -webkit-text-fill-color: #333 !important;
                }

    .form-container .form-group-x .form-info {
        display: inline-block;
        margin: 10px;
        text-align: right;
        width: calc(100% - 490px);
        line-height: 21px;
        position: absolute;
    }

        .form-container .form-group-x .form-info small {
            font-size: 12px;
            color: #909090;
        }

        .form-container .form-group-x .form-info.change-pass {
            margin: 0 10px;
            top: -3px;
        }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .footer-wrapper .copyRight-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

        .footer-wrapper .copyRight-wrapper p {
            display: inline-block;
            padding: 15px 0;
            color: #9b9b9b;
            font-size: 12px;
        }

        .footer-wrapper .copyRight-wrapper span {
            width: 25px;
            height: 25px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 8px;
        }

.form-container .form-group-x .form-content .message-validation {
    height: 37px;
    padding: 11px 5px;
}

.form-container .panel-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 8px 8px;
    text-align: left;
    direction: ltr;
}

.panel-x .content-text {
    line-height: 21px;
    color: #2a2a2a;
    margin-bottom: 8px;
    text-align: justify;
    padding: 0 15px;
}

    .panel-x .content-text li span {
        color: blue;
        font-size: 14px;
    }

    .panel-x .content-text .link {
        float: left;
    }

.panel-btn .btn {
    width: auto;
    margin-right: 8px;
}

    .panel-btn .btn:first-child {
        padding: 5px 46px;
        min-width: 150px;
    }

/*--------------------two factor login----------------------start------*/
.auth-method-select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
}

    .auth-method-select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 1em;
        background: transparent;
        cursor: pointer;
        pointer-events: none;
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
        border-right: 1px solid #fff;
        height: 37px;
        color: #fff;
    }



    .auth-method-select:hover::after {
        color: #b8b8b8;
    }

    .auth-method-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        box-shadow: none;
        border: 0 !important;
        background: transparent;
        background-image: none;
        flex: 1;
        padding: 0 .5em;
        color: #fff;
        cursor: pointer;
        width: 100%;
        height: 37px;
        border-radius: 4px;
        border: 1px solid #fff !important;
        text-align: center;
        font-size: 90%;
        text-align-last: center;
    }

        .auth-method-select select option {
            color: #000;
        }

        .auth-method-select select::-ms-expand {
            display: none;
        }

.btn-resendCode {
    font-size: 80%;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: #fff;
}

.twoFactorLogin .text-info {
    color: #fff;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: center;
}

    .twoFactorLogin .text-info:hover {
        color: #e9e9e9;
    }
.text-info.forget-password-text{
    font-size:11px !important;
}
.twoFactorLogin .code-input-container {
}

    .twoFactorLogin .code-input-container input[type=text], .twoFactorLogin .code-input-container input[type=password] {
        width: 65% !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

.resend-btn-container {
    height: 37px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 12px;
    background-color: transparent;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    float: left;
    width: 35%;
    border-right: none !important;
    line-height: 30px;
}
.forget-pass.resend-btn-container:hover {
    background-color: #404043 !important ;
}

    .resend-btn-container.forget-pass .timerSeconds {
        color: #ffffff;
    }

    .resend-btn-container.forget-pass {
        background-color: rgba(0,0,0,0.3) !important;
    }

.btn-startAgain {
    color: #fff;
    margin-top: 15px;
    display: block;
    font-size: 90%;
}

    .btn-startAgain:hover {
        color: #fff;
        text-decoration: none;
    }

.timerSeconds {
    color: #fff;
    line-height: 35px;
}

/*--------------------two factor login----------------------end------*/

@media only screen and (max-width: 1200px) {
    .form-container .form-group-x .form-info {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .password-condition {
        position: inherit !important;
        width: max-content;
        line-height: 39px;
        left: unset !important;
        transform: none !important;
        font-size: 12px;
    }

    .body-color {
        padding-bottom: 150px;
    }

    .content-container {
        margin-top: 60px;
        padding-bottom: 200px;
    }

    .change-page .panel-x {
        padding-bottom: 15px !important;
    }

    .logo-bank-header {
        width: 38px;
        margin: auto;
        float: none;
    }

    .title-mobile {
        display: block;
        padding: 15px;
        background-color: #fff;
        margin: 0 -30px;
    }

    .change-page .warning-alert.panel-x {
        margin-top: 0 !important;
    }

    .warning-alert {
        margin: 0 -15px;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid #eee;
    }

        .warning-alert p {
            margin-top: 8px;
        }

        .warning-alert.panel-x {
            padding-bottom: 15px !important;
            margin-top: 42px !important;
        }

    .panel-x .panel-x-title {
        display: none;
    }

    .form-container .form-group-x .form-caption {
        width: 100%;
        margin-bottom: 6px;
        color: hsla(0,0%,56.5%,.7);
        font-size: 12px;
        text-align: right;
    }

    .form-container .form-group-x .form-content {
        width: 100%;
    }

    .form-container .panel-btn {
        text-align: center;
        background-color: transparent;
        border: none;
        position: relative;
        padding: 0;
    }

        .form-container .panel-btn .btn {
            width: 100%;
            margin: 0;
            margin-bottom: 8px;
        }

            .form-container .panel-btn .btn:last-child {
                margin-bottom: 0;
            }

    .footer-wrapper .copyRight-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .login .form-content {
        width: 245px;
    }
}

.error-panel {
    background-color: rgba(0,2,3,0.43);
    border-radius: 10px;
    box-shadow: 1px 5px 11px rgba(0,0,0,0.9);
    padding: 55px !important;
    margin: 0 10% !important;
    transform: translateY(-50%);
}

    .error-panel .img-error {
        width: 120px;
        height: 120px;
        border: 5px solid #FECC09;
        border-radius: 50%;
        margin: auto;
        line-height: 120px;
        color: #FECC09;
        font-size: 60px;
        -webkit-animation: error-animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000) both infinite;
        animation: error-animation 3s cubic-bezier(0.165, 0.840, 0.440, 1.000) both infinite;
    }

@-webkit-keyframes error-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes error-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.text-cache-form {
    color: white;
    font-size: smaller;
    margin-bottom: 10px;
}

.text-cache-style {
    line-height: normal;
    text-align: center;
}