/* [js-css-concat.js] Statics\css\normalize.css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

.IMSWrapper *,
.ims-modal *,
.ims_popup_wrapper *,
.notifications-wrapper * {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ul li {
    list-style-type: none;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden],
.hidden {
    display: none;
}

/* [js-css-concat.js] Statics\css\login.css */
body {
    color: blue;
}

.login-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: "Arial";
    background: #eef1f6 url('../images/tinyims/background/login-background.jpg') center center no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

    .login-wrap.skin-1 {
        background: #eef1f6 url('../images/tinyims/background/login1.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-2 {
        background: #eef1f6 url('../images/tinyims/background/login2.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-3 {
        background: #eef1f6 url('../images/tinyims/background/login3.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-4 {
        background: #eef1f6 url('../images/tinyims/background/login4.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-5 {
        background: #eef1f6 url('../images/tinyims/background/login5.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-6 {
        background: #eef1f6 url('../images/tinyims/background/login6.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-7 {
        background: #eef1f6 url('../images/tinyims/background/login7.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap.skin-8 {
        background: #eef1f6 url('../images/tinyims/background/login8.jpg') center center no-repeat;
        background-size: cover;
    }

    .login-wrap .form {
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        background: #fff;
        width: 100%;
    }

.slogan {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    height: 100%;
    flex-grow: 1;
    background: transparent url('../images/tinyims/login-ims-text.png') center center no-repeat;
    display: none;
}

.logo {
    width: 156px;
    height: 96px;
    background: transparent url('../images/tinyims/login-ims-logo.png') center center no-repeat;
    background-size: 100% 100%;
}

.break-line {
    width: 14%;
    background: #4b4b4b;
    height: 1px;
    display: block;
    margin: 6% 0px;
}

.Message {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #282828;
    text-align: center;
    min-height: 48px;
    margin-bottom: 3%;
}

    .Message .validation-summary-errors {
        font-size: 13px;
        margin-top: 20px;
        color: #ff0039;
    }

        .Message .validation-summary-errors .validation-summary-errors {
            margin-top: 0;
        }

        .Message .validation-summary-errors ul {
            margin: 0px;
            padding: 0px;
            line-height: 1.3;
        }

.field-validation-error {
    display: none;
}

.info-wrap input[type="text"],
.info-wrap input[type="password"] {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    background: #f4f7fb;
    display: block;
    border: solid 1px #e4e4e4;
    border-radius: 4px;
    width: 320px;
    outline: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.info-wrap.info-otp input[type="text"] {
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 16px;
}

    .info-wrap.info-otp input[type="text"]::placeholder {
        color: #999;
        letter-spacing: 1px;
    }

.info-wrap .otp-method {
    margin-bottom: 7px;
}

    .info-wrap .otp-method > span {
        cursor: pointer;
    }

    .info-wrap .otp-method .icon-help {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('../images/tinyims/help-icon.png') center center no-repeat;
        background-size: 16px;
        cursor: pointer;
        margin-left: 5px;
        margin-bottom: -2px;
    }

    .info-wrap .otp-method .count-down {
        cursor: default;
        color: #717171;
    }

.info-change-wrap {
    margin: 0 auto;
    width: 320px;
}

    .info-change-wrap label {
        display: block;
        margin-bottom: 8px;
        color: #666 !important;
        font-weight: bold;
        font-size: 13px !important;
    }

    .info-change-wrap input[type="text"], .info-change-wrap input[type="password"] {
        display: inline-block;
        margin-bottom: 20px;
    }

.captcha-wrap {
    position: relative;
    margin-bottom: 30px;
}

    .captcha-wrap input[type="text"] {
        padding-right: 155px;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        color: #9c9c9c;
        background: #f4f7fb;
        display: block;
        border: solid 1px #e4e4e4;
        border-radius: 4px;
        width: 320px;
        outline: 0;
        box-sizing: border-box;
    }

.Captcha {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    position: absolute;
    top: 8px;
    right: 14px;
    align-items: center;
}

    .Captcha img {
        width: 118px;
        height: 28px;
    }

.IconF5 {
    background: transparent url('../images/tinyims/login-f5.png') center center no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.Options {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    flex: none;
}

.login-wrap label {
    color: #3f3f3f;
    font-size: 14px;
    margin-left: 0.3em;
}

.btn-submit, .trust_info button {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 9px 22px;
    color: white;
    background: #71b4d1;
    display: block;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    margin: 30px auto 0 auto;
}

    .btn-submit:hover, .trust_info button:hover {
        background-color: #0b97d4;
    }

.copyright {
    font-size: 13px;
}

.loading-three-bounce {
    margin: 10px auto;
    width: 80px;
    text-align: center;
}

    .loading-three-bounce .dot {
        width: 16px;
        height: 16px;
        background-color: #0b97d4;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: loading-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: loading-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .loading-three-bounce .dot1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading-three-bounce .dot2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.login-guide {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 100%;
    background-color: white;
    z-index: 1100;
    border-left: 1px solid #b1b1b1;
}

    .login-guide iframe {
        border: none;
    }

    .login-guide .btn-close-popup {
        background: transparent url(../images/tinyims/icon_close.png) center center no-repeat;
        cursor: pointer;
        height: 25px;
        width: 25px;
        position: fixed;
        top: 5px;
        right: 570px;
        z-index: 1100;
        border-radius: 30px;
    }

        .login-guide .btn-close-popup:hover {
            background-color: #dddddd;
        }

#countdown {
    text-align: center;
    color: #de5448;
}

#direct_to_sms {
    text-decoration: underline;
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    color: #de5448;
}

#countdown a {
    cursor: pointer
}

@-webkit-keyframes loading-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/****** Place holder *******/

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox < 19 */

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox > 19 */

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder {
    color: transparent;
}

.mgrtop {
    max-height: 12%;
    flex-grow: 1;
}

.flg1 {
    flex-grow: 1;
}

.mgrbottom {
    height: 5.6%;
}

.twofa, .enable_auth {
    text-align: left;
    color: #222;
    font-size: 14px;
}

.twofa_code, .login_2fa {
    color: #222;
    font-size: 14px;
}

.login_2fa {
    text-align: center;
}

    .login_2fa .info-wrap input[type="text"] {
        margin: 30px auto 15px auto;
    }

.enable_auth, .twofa_code {
    padding: 0 10px;
}

    .twofa_code h3, .twofa_code .code {
        text-align: center;
    }

        .twofa_code .code code {
            font-size: 16px;
            background-color: black;
            color: white;
            padding: 2px 5px;
            border-radius: 2px;
            margin-bottom: 5px;
            display: inline-block;
            font-weight: bold;
        }

    .twofa_code .form-group {
        text-align: center;
    }

.enable_authtele {
    text-align: center;
    width:100%;
}

    .enable_authtele .form-control {
        margin: 0 auto;
        text-align: center;
    }

    .enable_authtele .break-line {
        margin-left: auto;
        margin-right: auto;
    }

.enable_auth ol {
    padding-left: 25px;
}

.enable_auth p {
    line-height: 1.5;
}

.enable_auth kbd {
    background-color: #ccc;
    padding: 1px 5px;
    color: black;
    border-radius: 2px;
}

.enable_auth #qrCode {
    display: flex;
    justify-content: center;
}

.enable_auth input[type=text].form-control {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.enable_auth pre {
    padding: 5px;
    background-color: #ccc;
    text-wrap: auto;
    box-sizing: border-box;
    word-wrap: break-word;
}

.twofa h3, .enable_auth h3 {
    text-align: center;
}

.twofa_code .alert p {
    line-height: 1.4;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .alert ul {
        margin: 0;
        padding: 0;
    }

        .alert ul li {
            margin-bottom: 5px;
        }

            .alert ul li:last-child {
                margin-bottom: 0;
            }

    .alert p {
        margin: 10px 0 0 0;
        padding: 0;
    }

    .alert.alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .alert.alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .alert.alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .alert.alert-info {
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.twofa .btn-link {
    padding: 0;
    font-size: 14px;
    line-height: 0px;
    margin-bottom: 2px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: auto;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }
/********responsive******/
@media (min-width: 800px) and (max-width: 1280px) {
    .slogan {
        display: block;
    }
}

@media (min-width:800px) {
    .login-wrap .form {
        width: 50%;
    }
}

@media (min-width:1280px) {
    .login-wrap .form {
        width: 630px;
        margin: 0 auto;
    }
}

@media (max-height:450px) {
    .logo {
        width: 97.5px;
        height: 60px;
    }
}

@-o-keyframes fadeIt {
    0% {
        background-color: #ffcb74;
    }

    50% {
        background-color: #ffcb74;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes fadeIt {
    0% {
        background-color: #ffcb74;
    }

    50% {
        background-color: #ffcb74;
    }

    100% {
        background-color: transparent;
    }
}

.blink_link {
    background-image: none !important;
    -o-animation: fadeIt 1s linear infinite;
    animation: fadeIt 1s linear infinite;
}

.password {
    position: relative;
}

    .password input[type="password"] {
        /*padding-right: 30px;*/
    }

    .password .password-eye {
        display: none;
        right: 6px;
        position: absolute;
        top: 15px;
        cursor: pointer;
        background: center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAMAAABZj73OAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA6gb69L9XSyJOD8zFua5dW+ZG4dFhJ9vUhkLuyaCafDYuHx0Li1PoQp1iAAABNElEQVQ4y6VU66KCIAxGEfEu4iW1e5m8/xuepBPMoOzy/WLfNtjGNmSBe2S7TVluduzoojdwyrdx4QkJr4i3+WnBgWbSGsLL6AsHPxZWxD6y45CCqytCKvBgerDl3GFlkNTniTnXiaJwZ1QiIErrME0zR9EkmHv0WrVqoKJZ6av6Wd5YK4KH5/VleNR0LTTCW2bhfj8O8hgCZa7eAGQqGd7KEG/uKVD/V5tjwFHJzJ6kQI17meAaUMUUzFAqMbqKkQMM1sGVSAQAUYGC4Am0SCLUCohsMrlo+TLJmYCoUGW6dC9dWltgDFTIFhgKYPqOzLe4i+VgpN9YigzLyh//EvNnX0lbGTW3fqVEbm0Y6hoNUyOF8b229L9q/uURy+GILQyyaw7yr+tieSl9vPp+XrBfrPE/XbxvET/IdGUAAAAASUVORK5CYII=') no-repeat;
        width: 15px;
        height: 11px;
        background-size: 15px;
    }

        .password .password-eye.close-eye {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAlCAMAAAA3MkqgAAAAllBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6C80qAAAAMXRSTlMATUwv+e1hcVrzRu/p2odnYiMI4NbMxqmLg2xeQjUWBNLCf3Y6Kh0Rr5yRJxoMtZMeGmV/lwAAAWdJREFUOMuV09l2gjAQgOEpBMOmCCKgbO67bef9X65HetJkwlL5b/GT5MwA77ayChiX7eGyHiUmiGhFMNDzfnDdMoxUgQb0FRVZ4mOTv50VkRAffeCYLZC0yEJ7SJgptmMDorpiVwMi90eKc4qD4ljpoiS3dtLANdYXJoXpLEptuEwV1xM0PTZ/wkJktir2qLaWWyLFq70UMyJ26syZEE0z8SgjYiOF8g5qVkiy20I/woQKp9JEaaFaDsAZJbEmINb+kgNqLfVt36AW2BaSpq+fzaWAKZI8G8BAEvum38eDdaxbgCQuT0WekjFzejKuilqei8x/3b/tX/QEPVsp36GPeQJKhY8yJoT5qQLLBdJpq31RwXy1pQMLCSDrbIi9It1qaHdI+sXUhc4CursyZxd1i7m4uSa82wn+EQd6a15BR3QT7zyNveY88YWb0Fv++w7ROTTN8AxDPVkjxlQn6LswLjPJ4c1+ABKslob5KBW/AAAAAElFTkSuQmCC');
        }

.options_2fa {
    display: flex;
    justify-content: space-evenly;
    min-width: 375px;
}

    .options_2fa .opt_2fa {
        font-weight: bold;
        font-style: italic;
        padding-bottom: 5px;
        border: solid 1px #ddd;
        cursor: pointer;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #ddd;
        font-size: 11px;
    }

        .options_2fa .opt_2fa:hover {
            border-radius: 5px;
            border: solid 1px #333;
            background-color: #eee;
        }

        .options_2fa .opt_2fa::before {
            content: '';
            width: 90px;
            height: 70px;
            display: block;
        }

        .options_2fa .opt_2fa.opt_telegram::before {
            background: url(/images/telegram-96.png) no-repeat transparent;
            background-size: 60%;
            background-position: center;
        }

        .options_2fa .opt_2fa.opt_lotuschat::before {
            background: url(/images/lotuschat-96.png) no-repeat transparent;
            background-size: 60%;
            background-position: center;
        }

        .options_2fa .opt_2fa.opt_authenticator::before {
            background: url(/images/google-authenticator-96.png) no-repeat transparent;
            background-size: 53%;
            background-position: center;
        }

        .options_2fa .opt_2fa.opt_sms::before {
            background: url(/images/sms-96.png) no-repeat transparent;
            background-size: 53%;
            background-position: center;
        }

.text-center {
    text-align: center
}

.idshome {
    width: 100%;
}

    .idshome .tit {
        font-size: 16px;
        text-align: center;
        color: #333;
    }

    .idshome ul {
        margin: 0;
        padding: 0;
    }

        .idshome ul.clients {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

            .idshome ul.clients li {
                width: 125px;
                text-align: center;
                margin-left: 5px;
                margin-right: 5px;
                border: solid 1px rgba(0,0,0,0.3);
                border-radius: 3px;
            }

                .idshome ul.clients li h6 {
                    font-weight: 600;
                    font-size: 12px;
                    margin: 0 auto 10px auto;
                    text-align: center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 120px;
                }

                .idshome ul.clients li a {
                    color: #222;
                }

                .idshome ul.clients li .icon {
                    width: 80px;
                    height: 80px;
                    display: inline-block;
                    margin: 0 auto;
                    position: relative;
                }

                    .idshome ul.clients li .icon img {
                        max-width: 100%;
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: auto;
                        max-height: 100%;
                        top: 0;
                        bottom: 0;
                    }

.password-less {
    font-size: 13px;
    color: #3f3f3f;
    font-weight: 600;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .password-less:before {
        content: "-----";
        position: absolute;
        left: -25px;
        color: #0b97d4;
    }

    .password-less:after {
        content: "-----";
        position: absolute;
        right: -25px;
        color: #0b97d4;
    }

.vincss {
    font-size: 15px;
    color: white;
    background-color: #f5696b;
    padding: 9px 15px;
    border-radius: 4px;
    font-weight: 600;
}

.txt_center {
    text-align: center
}

.mt30 {
    margin-top: 30px
}

.return {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline
}

.trust_info {
    text-align: center;
    color: #333;
    font-size: 14px;
    padding: 10px;
}

    .trust_info p {
        margin-bottom: 10px;
    }

        .trust_info p:nth-child(1) {
            font-size: 18px;
        }

    .trust_info ul {
        padding-left: 100px;
        margin-top: 25px;
    }

    .trust_info li {
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .trust_info table {
        width: 100%;
        margin-top: 25px;
    }

    .trust_info td {
        padding: 5px
    }

        .trust_info td:nth-child(1) {
            text-align: right;
            width: 40%;
        }

        .trust_info td:nth-child(2) {
            text-align: left;
        }

.v_error {
    text-align: center;
    font-size: 14px;
}

.v_error_des {
    margin-top: 20px;
}

.changepass-info {
    text-align: center;
    color: #333;
    padding: 0 10px;
}

    .changepass-info h3 {
        font-size: 14px;
        line-height: 1.5;
    }

    .changepass-info h4 {
        font-size: 13px;
        font-style: italic;
    }

.changepass-success {
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

    .changepass-success a {
        text-decoration: underline
    }