<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #2f3441;
    color: #fff !important;
    overflow: hidden;
}

/*.grecaptcha-badge { visibility: hidden !important } */   /* hide recaptcha */
.grecaptcha-badge { 
    display: none !important; 
}         /* hide recaptcha and disable spam checking */

#registration-constructor-root .lk-add-card__error a,
#registration-constructor-root .lk-add-card__error a:link,
#registration-constructor-root .lk-add-card__error a:visited,
#registration-constructor-root .lk-add-card__error a:hover,
#registration-constructor-root .lk-add-card__error a:focus,
#registration-constructor-root .lk-add-card__error a:active {
    color: #4689e8;
    text-decoration: none;
}

#registration-constructor-root .reg,
#registration-constructor-root .auth,
#registration-constructor-root .container,
#registration-constructor-root .recovery {
    padding: 0;
}

#registration-constructor-root .reg__form,
#registration-constructor-root .lk-add-card__form {
    margin-bottom: 0;
}

#registration-constructor-root .btn {
    margin-bottom: 1px !important; /* 1px - .btn:focus border fix */
}

#registration-constructor-root &gt; .main &gt; .mb-lg-16.mb-md-14.mb-8 {
    margin-bottom: 0 !important;
}

#registration-constructor-root .auth__title,
#registration-constructor-root .reg__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.screen-tablet #registration-constructor-root .auth__title,
.screen-tablet #registration-constructor-root .reg__title,
.screen-desktop #registration-constructor-root .auth__title,
.screen-desktop #registration-constructor-root .reg__title {
    font-size: 32px;
}

#registration-constructor-root .reg__sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.screen-tablet #registration-constructor-root .reg__sub-title,
.screen-desktop #registration-constructor-root .reg__sub-title {
    font-size: 18px;
}

#registration-constructor-root .btn {
    background: #fff;
    color: #0d0d0d;
}

#registration-constructor-root .btn:hover,
#registration-constructor-root .btn:active {
    background: #fff;
    color: #00764d;
/*
    background: linear-gradient(90deg, #008452 0%, #016848 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
*/
}

#registration-constructor-root .btn:focus {
    box-shadow:inset 0px 0px 0px 2px #e69900;
    color: #00764d;
}

#registration-constructor-root .btn:before{
    display: none;
}

#registration-constructor-root .btn:active:not(:disabled) span {
    opacity: 1;
}

#registration-constructor-root .reg__steps-list__item .num {
    color: #0d0d0d;
}

#registration-constructor-root .reg__steps-list__item.active .num {
    background: #e7e7e7;
    box-shadow:inset 0px 0px 0px 2px #e69900;
}

/*
#registration-constructor-root .radio__label,
#registration-constructor-root .verify-code__desc,
*/
#registration-constructor-root .reg__login,
#registration-constructor-root .input-block__label,
#registration-constructor-root .reg__form-checkbox,
#registration-constructor-root .reg-description,
#registration-constructor-root .post_message__title,
#registration-constructor-root .post_message__text,
#registration-constructor-root .auth__footer,
#registration-constructor-root .checkbox__label:hover,
#registration-constructor-root .radio__label:hover,
#registration-constructor-root .lk-add-card__title,
#registration-constructor-root .reg__steps-list__item.active .description,
#registration-constructor-root .reg__form {
    color: #fff;
}

#registration-constructor-root .auth__footer,
#registration-constructor-root .reg__form-checkbox,
#registration-constructor-root .reg__login,
#registration-constructor-root .link,
#registration-constructor-root .verify-code__desc,
#registration-constructor-root .input-block__label {
    font-size: 14px;
    line-height: 1.5714285714;
}

#registration-constructor-root .auth__submit,
#registration-constructor-root .reg__footer .btn {
    font-size: 14px;
}

#registration-constructor-root .btn--trsp-bg {
    border: none;
}

#registration-constructor-root .error-msg,
#registration-constructor-root .lk-add-card__error {
    color: #ff392d;
}

#registration-constructor-root .has-error .checkbox__label:before,
#registration-constructor-root .has-error .input-block__field {
    border-color: #ff392d;
}

#registration-constructor-root .checkbox__label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.535 10c-.306 0-.613-.12-.846-.363L.35 5.147a1.27 1.27 0 0 1 0-1.751 1.168 1.168 0 0 1 1.692 0L5.535 7.01 11.957.363a1.169 1.169 0 0 1 1.692 0 1.27 1.27 0 0 1 0 1.752L6.381 9.637c-.233.242-.54.363-.846.363' fill='%23006848' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#registration-constructor-root .checkbox__bg {
    display: none;
}

#registration-constructor-root #phone.input {
    background: #2f3441;
    color: #fff;
}

#registration-constructor-root .lk-card {
    background-image: url('/mirpass/images/mirpass-card.png') !important;
}
.post_message__title {
    color: #fff !important;
}
.post_message__text {
    color: #fff !important;
}
/* TODO filter for bg image
#registration-constructor-root .lk-add-card__error {
}
*/
.reg .reg-description {
color: #fff !important;
}
.cards-list li .bank {
    font-weight: 400;
    color: #fff !important;
}
.number {
    color: #fff !important;
}
/* TODO filter for bg image
#registration-constructor-root .lk-add-card__error {
}
*/</pre></body></html>