
    body.login {
        background: #f1f7fe !important;
        min-height: 600px;
    }

    .form-container {
        background: transparent;
        width: 60%;
        padding: 0 22px;
        border-radius: 10px !important;
        position: static !important;
    }

    .form-bg-container {
        position: absolute;
        left: -65px;
        top: -20px;
        background-size: cover;
        bottom: -20px;
        width: 57%;
    }

    .form-bg-container > img.login-left-bg {
        height: 100%;
    }

    .center-form {
        position: absolute;
        top: 50%;
        margin-top: -250px;
        height: 500px;
        background: rgba(255, 255, 255, .9);
        width: 800px;
        right: 50%;
        margin-right: -400px;
        box-shadow: 0 0 15px -1px rgba(0, 0, 0, .09);
        border-radius: 10px !important;
    }

    .about-container {
        position: absolute;
        right: 214px;
        top: 123px;
        left: 20px;

        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .about-row {
        padding: 13px 72px;
        height: 70px;
        position: relative;
    }

    /*.about-icons {
        background: url(

    
        ) no-repeat;
                width: 72px;
                height: 72px;
                background-position-x: 0;
                transform: scale(0.75);
                position: absolute;
                right: 0;
                top: 0;
            }

            .about-icons.speed {
                background-position-y: -76px;
            }

            .about-icons.search {
                background-position-y: -152px;
            }

            .about-icons.panel {
                background-position-y: -228px;
            }*/

    .about-desc {
        float: right;
        text-align: right;
        color: rgba(255, 255, 255, 0.8);
        width: 140%;
        font-size: 1em;
        padding-right: 20px;
        line-height: 22px;
    }

    .about-desc li {
        list-style: disc;
    }

    .login-logo {
        padding-top: 30px;
        padding-bottom: 6px;
        display: none;
    }

    .login-logo img {
        height: 112px;
    }

    .whc-login-header {
        text-align: right;
        margin-top: 0;
    }

    .whc-login-header p.user-text, .step3-form p.user-text {
        color: #0075d0;
        font-size: 1.55em;
        text-align: center;
    }

    .step3-form p.user-text {
        font-size: 1.2em;
    }

    .whc-login-header p.info-text {
        color: #888888;
        padding-top: 5px;
    }

    .input-group .form-control, .form-group .form-control, .captcha-image-container {
        background: #f2f8ff !important;
        border-radius: 20px !important;
        color: #4d4041;
        padding-right: 42px;
        padding-left: 42px;
        border: 1px solid #a6d0ff !important;
        height: 40px;
        font-size: 0.9em;
    }

    .login-form .forget-password {
        margin-top: -14px !important;
        color: #0075d0;
        background: transparent !important;
        font-size: 10px;
        padding: 0 5px 34px;
        float: right;
    }

    .forget-form .captcha-view {
        display: block;
        width: 79%;
        margin-right: 10%;
    }

    .forget-form .captcha-input-text {
        letter-spacing: 5px;
        padding: 6px 30px !important;
    }

    .forgot-pass-tab {
        margin-bottom: 5px;
    }

    .forget-form .country-code {
        left: 16px;
        top: 11px;
    }

    .forget-form a.recaptcha-button {
        right: -21px;
    }

    .login-form button.forget-password:hover {
        background: transparent;
        opacity: 0.8;
    }

    ::placeholder {
        text-align: right;
        direction: rtl;
        letter-spacing: normal !important;
    }

    .input-group {
        border: none !important;
        width: 100%;
    }

    .login button.btn.btn-primary, button#request_reset_password, .step3-form .btn {
        background: #0090ff !important;
        padding: 10px 14px !important;
        border-radius: 20px !important;
        box-shadow: 0 5px 22px 0 #3390ff77;
    }

    .login button.btn.btn-primary[disabled] {
        filter: grayscale(100%);
    }

    .step3-form .btn {
        font-size: 0.92em;
        margin-bottom: 10px;
    }

    body.login:before {
        display: none;
    }

    /*.background-fixed-image {
        display: none;
    }*/

    .form-container.forget-pass + .form-bg-container {
        left: 50%;
        transform: rotateY(540deg);
        z-index: 5;
    }

    .form-container.forget-pass + .form-bg-container .about-container {
        transform: rotateY(180deg);
        padding-right: 60px;
    }

    .form-container, .form-bg-container, .about-container, img.login-left-logo {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .login-form {
        display: block !important;
        position: relative;
        padding-top: 92px;
        z-index: 0;
    }

    .register-form .btn-group.btn-group-justified.whc-login-btn {
        margin-top: 15px;
    }

    /*.forget-form,.register-form, .verification-form, .step3-form {
        position: absolute;
        top: 114px;
        left: 9px;
        background: #fff;
        z-index: 0;
        width: 48%;
    }*/
    .forget-form, .register-form, .verification-form, .step3-form {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 51%;
        padding-left: 20px;
        padding-right: 15px;
        overflow-y: auto;
        z-index: 0;
        display: none !important;
        border-radius: 10px;
    }

    .forget-form {
        padding-top: 95px;
    }

    .form-container.forget-pass .login-form {
        z-index: -1;
        display: none !important;
    }

    .form-container.forget-pass > .active[class*="-form"] {
        display: block !important;
    }

    .forgot-pass-tab .nav-tabs.nav-justified {
        padding: 0 42px 0 39px;
    }

    .forgot-pass-tab ul.nav-tabs li {
        background: #89DCFE66;
        border-radius: 30px !important;
        overflow: hidden;
    }

    .forgot-pass-tab ul.nav.nav-tabs li a {
        color: #0784CF;
        font-size: 1em;
    }

    .login p {
        font-size: 0.9em;
        text-align: right;
        padding-right: 10px;
        line-height: 2;
        color: #444;
    }

    .login-form .input-group .form-control {
        padding-left: 47px;
    }

    span.toggle-password .fa {
        font-size: 1.3em;
    }

    span.toggle-password {
        left: 49px;
        padding-top: 13px;
        margin-top: 0;
        height: 40px;
    }

    .input-group .input-group-addon {
        position: absolute;
        z-index: 3;
        background: transparent;
        border: none;
        top: 5px;
        right: 3px;
    }

    .blockUI.blockOverlay {
        background: rgba(0, 0, 0, 0.1) !important;
        opacity: 0.7 !important;
        box-shadow: 0 0 51px 28px rgba(0, 0, 0, 0.1);
    }

    .captcha .blockUI.blockOverlay {
        width: 90% !important;
    }

    /*.register-form > fieldset {
        padding: 20px 0;
    }*/

    .blockUI.blockMsg.blockElement {
        right: 50% !important;
        top: 50% !important;
        margin-right: -15% !important;
        margin-top: -64px !important;
    }

    .loading-message.loading-message-boxed {
        background: transparent;
        border: none;
        padding: 35px 75px;
        border-radius: 8px !important;
        box-shadow: none;
        position: relative;
    }

    .loading-message > span {
        display: block;
        white-space: nowrap;
        padding-top: 15px;
    }

    .register-form h3 {
        text-align: center;
        font-size: 1.2em;
        padding: 10px 5px;
        font-weight: bold;
        color: #333 !important;
    }

    /*.register-form, .verification-form, .step3-form {
        position: absolute;
        top: 0;
        width: 38.3%;
        z-index: 101;
        background: #fff;
        padding: 15px 20px;
        bottom: 0;
        margin-right: 20px;
        overflow-y: auto;
    }*/

    .input-group .input-group-addon > i {
        color: #999999 !important;
    }

    .input-group .input-group-addon {
        background: transparent !important;
    }

    #verification_desc {
        font-size: 1em;
        text-align: right;
        padding-right: 10px;
        line-height: 2;
        color: darkgray;
    }

    #verification_code_input, input#validation_code {
        text-align: center;
        letter-spacing: 10px;
        padding: 0 20px;
    }

    #verification_code_input::placeholder {
        letter-spacing: 0;
        text-align: center;
    }

    .verification-form {
        padding-top: 155px;
        z-index: 102;
    }

    .step3-form {
        z-index: 103;
        padding-top: 26px;
        padding-left: 50px;
        padding-right: 40px;
    }

    .step3-form p {
        line-height: 3;
        text-align: justify;
    }

    .rso-copyright {
        position: absolute;
        bottom: -54px;
        color: #0B7DC6;
        right: 50%;
        margin-right: -151px;
        font-size: 0.92em;
        background: #fff;
        padding: 3px 10px;
        border-radius: 15px !important;
    }

    .rso-copyright.company {
        bottom: -80px;
        font-size: .9em;
        margin-right: -98px;
    }

    .btn {
        text-decoration: none !important;
    }

    .form-container.forget-pass > [class*="-form"]:not(.active) {
        display: none !important;
    }

    .confirm-pass {
        position: absolute;
        left: 36px;
        margin-top: -51px;
        z-index: 3;
        display: none;
    }

    .confirm-pass.checked {
        display: block;
    }

    .form-group.fa {
        position: relative;
    }

    .form-group.fa:before {
        opacity: 0;
    }

    .form-group.fa.checked:before {
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .input-icon > i {
        left: 15px;
        top: 2px;
        color: #ddd !important;
    }

    .input-icon > i.font-green {
        color: #35aa47 !important;
    }

    #register-username, #register-password, #register-password2 {
        direction: ltr;
    }

    input#register-username {
        padding-left: 74px;
        text-transform: lowercase;
    }

    .recommended-username {
        color: gray;
        position: absolute;
        z-index: 2;
        top: 5px;
        left: 39px;
        padding: 6px;
    }

    .fast-spin {
        -webkit-animation: fa-spin 1.5s infinite linear;
        animation: fa-spin 1.5s infinite linear;
    }

    div.password-strength-container {
        margin-right: 21px;
        margin-left: 21px;
        margin-top: -5px;
        z-index: 2;
    }

    .country-code {
        position: absolute;
        z-index: 7;
        left: 42px;
        top: 10px;
        direction: ltr;
        font-size: 1.1em;
        color: darkgray;
    }

    input#register-mobile, input#verify-mobile {
        padding-left: 69px;
        direction: ltr;
    }

    .tooltip {
        font-size: 0.85em;
        line-height: 2;
    }

    .captcha {
        display: table;
        vertical-align: middle;
        width: 100%;
        direction: ltr;
    }

    .captcha .tooltip {
        white-space: nowrap;
    }

    .captcha > div {
        float: right;
        width: 50%;
        position: relative;
    }

    .recaptcha-button, .resend-button {
        position: absolute;
        left: 5px;
        top: 30px;
        color: #fff !important;
        background: lightslategray;
        border-radius: 50% !important;
        width: 24px;
        height: 24px;
        padding: 4px;
    }

    .recaptcha-button {
        left: auto;
        right: 10px;
        top: 8px;
        background: transparent;
        color: #739dce !important;
    }

    .captcha label.elgg-field-label {
        font-size: 0.8em;
        display: none;
    }

    .captcha .form-group, .captcha input {
        margin: 0;
    }

    .captcha .captcha-left .elgg-field {
        margin-left: 5px;
    }

    .captcha-image-container {
        padding: 0;
        margin-right: 5px;
        background: #c6dcf1 !important;
    }

    .captcha-input-image {
        margin-top: 2px;
        max-width: 85%;
    }

    .captcha input {
        letter-spacing: 9px;
        text-align: center;
        padding-left: 53px !important;
    }

    .edit-mobile-container {
        position: relative;
        display: block;
        min-height: 32px;
    }

    .edit-mobile-button {
        padding-left: 10px;
        font-size: 0.9em;
        float: left;
    }

    .edit-mobile-input .form-group {
        margin: 0;
    }

    .edit-mobile-input {
        border-top: 1px solid #eee;
        position: relative;
        overflow: hidden;
        padding-top: 4px;
        padding-bottom: 14px;
        width: 100%;
    }

    .edit-mobile-input .country-code {
        top: 7px;
    }

    .verification-form button.btn.edit-mobile-save {
        font-size: 1em;
        box-shadow: none !important;
        float: left;
        padding: 10px 20px !important;
    }

    .edit-mobile-input > div {
        padding: 0;
    }

    .current-mobile-number {
        float: left;
        direction: ltr;
    }

    .resend-button {
        top: 0;
        left: 0;
        z-index: 3;
        border-radius: 20px !important;
        font-size: 0.85em;
        background: #999;
        padding: 12px 15px 13px;
        text-decoration: none !important;
        width: 84px;
        height: auto;
    }

    .resend-button .fa-spinner {
        display: none;
    }

    .resend-button.loading .fa-spinner {
        display: block;
    }

    .resend-button.loading .title {
        display: none;
    }

    .verification-form .form-group .fa.fa-check {
        display: none;
    }

    .resend-timer-container {
        font-size: 12px;
        color: #3f51b5;
        margin-top: -6px;
        margin-bottom: 13px;
    }

    #register-btn, #back-btn, .back-btn {
        border: 1px solid #0082e7 !important;
        padding: 10px 14px !important;
        border-radius: 20px !important;
        width: 100%;
        display: block;
        font-size: 0.9em;
        text-decoration: none;
    }

    .register-form h3 {
        padding: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    img.login-left-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -91px;
        margin-left: -104px;
        z-index: 2;
    }

    .form-container.forget-pass + .form-bg-container img.login-left-logo {
        transform: rotateY(180deg);
    }

    .captcha .help-block {
        white-space: nowrap;
        direction: rtl;
        float: left;
        margin-left: 6px;

    }

    .login-form .captcha .help-block {
        white-space: normal;
    }

    .captcha > .captcha-left {
        padding-right: 5px;
    }

    .captcha > .captcha-right {
        padding-left: 5px;
    }

    .tooltip-inner {
        background-color: #0075d0;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #0075d0;
    }

    .form-container .password-strength-container {
        transform: rotateY(180deg);
    }

    .fa.fa-user.question:after, .fa.fa-lock.question:after {
        content: "\f128";
        font-size: 0.6em;
        position: absolute;
        top: 0;
    }

    .fa.fa-lock.check:after {
        content: "\f058";
        font-size: 0.8em;
        position: absolute;
        bottom: 1px;
        right: 8px;
        text-shadow: 0 0 0 #a6d0ff;
    }

    .whc-login-header p.user-text {
        font-size: 1.7em;
    }

    .btn-group-justified > .btn-group:first-child {
        padding-left: 5px;
    }

    .btn-group-justified > .btn-group:last-child {
        padding-right: 5px;
    }

    .forget-form fieldset {
        padding-bottom: 25px;
    }

    .forgot-pass-verify, .forgot-pass-new {
        padding: 58px 40px 25px;
    }

    .forgot-pass-new.password-info {
        padding: 0 40px 25px !important;
        margin-top: -20px;
    }

    .forgot-pass-verify .input-group .input-group-addon {
        display: none;
    }

    input#validation_code::placeholder {
        text-align: center;
    }

    .login-form span.help-block {
        display: none;
    }

    .captcha .input-icon {
        display: none;
    }

    .login p {
        cursor: default;
    }

    .forgot-pass-tab ul.nav-tabs li:not(.active) {
        background-color: transparent;
    }

    .forgot-pass-tab ul.nav.nav-tabs li.active a {
        background: transparent;
    }

    .register-form .form-group {
        margin-bottom: 10px;
    }

    .form-group.has-error, .form-group.has-success {
        margin: 0;
    }

    .help-block {
        font-size: 0.7em;
        text-align: right;
        margin: 4px 0;
        background: transparent;
    }

    .register-form fieldset > div:not(.form-group) {
        margin: 0;
    }

    .register-form .password-strength-container {
        margin-bottom: 0;
    }

    .register-form > fieldset > div.captcha {
        margin-bottom: -16px;
    }

    .register-two-column .form-group {
        width: 50%;
        float: right;
    }

    .register-two-column .form-group:first-child {
        padding-left: 5px;
    }

    .register-two-column .form-group:last-child, .register-two-column .form-group:nth-last-child(2) {
        padding-right: 5px;
    }

    .login form .form-control[readonly] {
        color: #4d404166;
        background: #f2f8ff99 !important;
        border-color: #a6d0ff44 !important;
    }

    .register-form .has-success .password-strength-container {
        margin-bottom: 10px;
    }

    .after-check, .before-check {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        max-height: 0;
        overflow: hidden;
        padding-bottom: 20px;
        padding-left: 15px;
        opacity: 0;
        margin-left: -15px !important;
    }

    .after-check.active, .before-check.active {
        max-height: 400px;
        opacity: 1;
    }

    .register-form:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .register-form fieldset {
        display: inline-block;
        vertical-align: middle;
    }

    .form-container > form, .step3-form {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    form.elgg-form.elgg-form-user-force-change-password {
        padding-top: 80px;
    }

    @media (max-width: 950px) {
        form.elgg-form.elgg-form-user-force-change-password {
            padding-top: 0;
        }
        .center-form {
            width: 50% !important;
            margin: 40px auto;
            position: relative;
            top: auto;
            right: auto;
            left: auto;
            bottom: auto;
            min-width: 430px;
        }

        .form-container > [class*="-form"] {
            position: relative;
            right: 0;
            margin-right: 0;
            width: 100%;
            top: 0;
            bottom: 0;
            padding-top: 0;
        }

        .form-container {
            position: relative !important;
            min-height: 100%;
            border-radius: 10px !important;
            overflow: hidden;
            width: 100%;
        }

        .form-bg-container {
            display: none;
        }

        .form-container > .forget-form {
            padding-bottom: 20px;
            padding-top: 18px;
        }

        .form-container > .verification-form {
            padding-top: 30px;
        }

        .form-container > .step3-form {
            padding-top: 14px;
            padding-bottom: 14px;
        }

        .login-logo {
            display: block;
        }

        .rso-copyright, .rso-copyright.company {
            position: relative;
            bottom: 0;
            width: fit-content;
            right: 0;
            margin: 10px auto;
        }

        .register-form .btn-group.btn-group-justified.whc-login-btn {
            margin-bottom: 15px;
        }
    }

    .login button.btn.btn-login-protocol {
        /*margin-bottom: 15px !important;*/
        width: 50% !important;
        float: none; !important;
        background: #ffffff; !important;
        color: #2862cc; !important;
        font-weight: bold; !important;
        border: solid 1px #0082e7;
        padding: 10px 14px !important;
        margin: 10px 14px !important;
        border-radius: 20px !important;

    }

    .login button.btn.btn-login-protocol:hover {

    background: #0090ff !important;
        color: #edf3f3; !important;
    }

    .whc-login-header p.user-text.login-protocol-description
    {
        padding-top: 20px !important;
    }

    .login-protocol-users {
        padding-top: 30px;
    }    input#two_step_verification_code_input {
        text-align: center;
        letter-spacing: 10px;
        padding: 0 20px;
    }

    .two-step-verification-form {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: -47px;
        z-index: 5;
        padding: 155px 60px;
    }

    .two-step-verification-form .current-mobile-number {
        float: none;
        direction: ltr;
        text-align: left;
    }

    .two-step-verification-box {
        position: relative;
    }

    .two-step-verification-box > .captcha {
        padding: 5px 0 10px 0;
    }

    .two-step-verification-resend-button,.two-step-verification-resend-button-messenger {
        position: absolute;
        color: #fff !important;
        top: 0;
        left: 0;
        z-index: 3;
        border-radius: 20px !important;
        font-size: 0.85em;
        background: #999;
        padding: 12px 15px 13px;
        text-decoration: none !important;
        width: 84px;
        height: auto;
    }

    .two-step-verification-resend-button .fa-spinner,.two-step-verification-resend-button-messenger .fa-spinner {
        display: none;
    }

    .two-step-verification-resend-button.loading .fa-spinner, .two-step-verification-resend-button-messenger.loading .fa-spinner {
        display: block;
    }

    .two-step-verification-resend-button.loading .title, .two-step-verification-resend-button-messenger.loading .title {
        display: none;
    }

    .two-step-verification-resend-timer-container, .two-step-verification-resend-timer-container-messenger {
        font-size: 12px;
        color: #3f51b5;
        margin-top: -6px;
        margin-bottom: 13px;
    }

    .two-step-verification-form #verification_desc {
        font-size: 1.04em;
        text-align: center;
        color: #3f51b5;
        margin-bottom: 20px;
    }

    .ui-autocomplete.ui-menu .ui-menu-item .user-picker-username {
        font-size: 12px;
        display: block;
        padding-right: 50px;
    }

    span.user-picker-username {
        top: 2px;
        position: relative;
        padding-left: 10px;
    }

    .login-form .input-group .captcha-input-text {

        padding-left : 20px !important;
    }
    @media (max-width: 950px) {
        .two-step-verification-form {
            padding-top: 22px;
        }
    }

    .two-step-verification-form .two_step_verification_mobile_selected
    {
        margin: 10px;
        direction: ltr;
    }

    .whc-login-header.two_step_select_mobile p.select-mobile-text
    {
        font-size: 16px;
        color: #0090ff;
        text-align: center;
    }

    #request-message-btn, #install-btn {
        border: 1px solid #0082e7 !important;
        padding: 10px 14px !important;
        border-radius: 20px !important;
        width: 100%;
        display: block;
        font-size: 0.9em;
        text-decoration: none;
        background: #fff !important;
        margin: 20px 0 20px 0;
        box-shadow: unset;
        text-shadow: none;
        color: #5b9bd1;
    }

    .two-step-verification-form:has(> .messenger-desc) {
        padding-top: 95px;
    }
    .center-form {
        background: rgba(255, 255, 255, .3);
        border-radius: 40px !important;
        padding: 10px;
        width: 900px;
        margin-right: -450px;
        margin-top: -194px;
        height: 430px;
        position: fixed;
    }

    .form-container {
        background: #fff;
        max-width: 54%;
        padding: 0 40px;
        border-radius: 30px !important;
        position: relative !important;
        height: 100%;
        z-index: 13;
        width: auto;
    }

    .form-bg-container {
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: 10px;
        overflow: hidden;
        width: 50%;
        border-radius: 30px 0 0 30px !important;
    }

    .rso-copyright {
        color: #ffffff88;
        background: transparent;
    }

    .whc-login-header p.user-text {
        font-size: 1.5em;
        text-align: right;
        color: #535353;
        font-weight: 800;
    }

    .input-group .form-control,
    .form-group .form-control,
    .captcha-image-container {
        background: transparent !important;
        border-color: #d1d1d1 !important;
    }

    .input-group .form-control::placeholder,
    .form-group .form-control::placeholder,
    .captcha-image-container::placeholder {
        color: #dddddd;
    }

    .input-group .input-group-addon > i {
        color: #cccccc !important;
    }

    .form-bg-container > img.login-left-bg {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .login button.btn.btn-primary,
    button#request_reset_password,
    .step3-form .btn {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #4b5694 !important;
    }

    .login-form .forget-password {
        color: #529faf;
        float: none;
        margin-top: 20px !important;
        font-size: 11px;
        padding-bottom: 20px;
        background: #ffffff;
    }


    span.toggle-password {
        color: #cccccc !important;
    }

    .fa-key-skeleton {
        transform: rotateX(180deg) rotate(45deg);
        padding-top: 4px;
    }

    .top-login-form-container {
        position: absolute;
        z-index: 7;
        top: -140px;
        right: 64px;
    }

    .leader-img-container {
        float: right;
    }

    .top-logo-container {
        float: right;
        margin-top: 60px;
        margin-right: 16px;
    }

    .top-logo-container > * {
        float: right;
    }

    .top-logo-separator {
        width: 2px;
        height: 67px;
        background: #ffffff55;
        margin-right: 30px;
        margin-left: 20px;
    }

    #register-btn, #back-btn, .back-btn {
        border: none !important;
        color: #529faf;
        float: none;
        display: inline;
        padding: 0 !important;
    }

    .inputbox.whc-login-form .form-group {
        margin-bottom: 6px;
    }

    .login-form {
        padding-top: 64px;
        opacity: 1;
        z-index: 2;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
        max-height: 100%;
        top: 0;
    }

    .form-container.forget-pass .login-form:not(.active) {
        top: 100px;
        display: block !important;
    }

    .login-form-separator {
        background: #efefef;
        height: 1px;
        width: 100%;
    }

    .create-account {
        margin-top: 13px;
        color: #acacac;
    }

    .form-container.forget-pass + .form-bg-container {
        left: 10px;
        transform: none;
    }

    .register-form {
        position: static !important;
        /*width: auto;
        max-width: calc(100% - 115px);*/
        padding: 0;
        float: left;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: block !important;
        max-height: 0;
        margin-top: 300px;
        background: #fff;
        width: 325px;
        max-width: none;
    }

    .register-form h3 {
        text-align: right;
        position: relative;
        z-index: 2;
    }

    .register-two-column .form-group {
        width: 100%;
        padding: 0 !important;
    }

    .captcha-image-container {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .captcha-left .input-group .input-group-addon {
        display: none;
    }

    .captcha-left .input-group .form-control {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .captcha-left input {
        padding: 0 20px !important;
    }

    .captcha > .captcha-left, .captcha > .captcha-right {
        padding: 0;
    }

    .captcha > .captcha-left {
        margin-right: -1px;
    }

    .captcha-input-image {
        margin-top: 4px;
        max-width: calc(100% - 33px);
        opacity: 1;
        float: left;
        margin-left: 3px;
        box-shadow: 0 0 5px 1px #00000033;
        max-height: calc(100% - 6px);
    }

    .recaptcha-button {
        transform: rotateY(180deg) rotate(142deg);
    }

    .register-form .whc-login-btn,
    .forget-form .forgot-pass-action {
        display: block;
        position: static;
        padding: 0;
    }

    .register-form .whc-login-btn .btn-group,
    .forget-form .forgot-pass-action .btn-group {
        width: 100%;
        display: block;
        padding: 0 !important;
        position: static;
    }

    .back-btn {
        color: #9f9f9f;
        font-size: 15px;
        position: absolute !important;
        bottom: 28px;
        right: 50%;
        width: 124px !important;
        margin-right: -25px !important;
    }

    .back-btn:before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        padding-left: 5px;
        position: relative;
        top: 1px;
    }

    .right-navigator-container {
        height: 100%;
        max-width: 115px;
        float: right;
        padding: 5% 0;
        position: absolute;
        right: 0;
        width: 0;
        opacity: 0;
        top: 0;
    }

    .form-container.forget-pass .right-navigator-container {
        width: 25%;
        opacity: 1;
    }

    .right-navigator-container:after {
        content: '';
        background: #efefef;
        width: 3px;
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        position: absolute;
        top: 5%;
        bottom: 5%;
        left: 0;
    }

    .right-navigator {
        height: 33.3%;
        width: 100%;
        text-align: center;
        color: #e1e1e1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .right-navigator > * {
        display: block;
    }

    .right-navigator > i {
        padding-top: 50%;
        padding-bottom: 20px;
        font-size: 2.3em;
    }

    .captcha .tooltip {
        padding-right: 56px !important;
    }

    .after-check, .before-check {
        margin: 0 !important;
        padding: 15px 0 0 !important;
    }

    .before-check {
        padding-left: 10px !important;
    }

    .selected-nav {
        position: absolute;
        top: 5%;
        height: calc(33.3% - 20px);
        left: -1px;
        width: 5px;
        background: #32a6bf;
        z-index: 2;
        border-radius: 25px !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .register-form.active .before-check.active ~ .right-navigator-container .right-navigator.right-navigator-check,
    .register-form.active .after-check.active ~ .right-navigator-container .right-navigator.right-navigator-register {
        color: #32a6bf;
    }

    .register-form.active .before-check.active ~ .right-navigator-container .selected-nav {
        top: 41%;
    }

    .register-form.active .after-check.active ~ .right-navigator-container .selected-nav {
        top: 71%;
    }

    .ui-datepicker {
        z-index: 1000 !important;
    }

    .after-check > div:not(.register-two-column):not(.clearfix):not(.form-actions), .after-check .register-two-column > div {
        width: 50% !important;
        float: right !important;
        padding-left: 10px !important;
        position: relative;
    }

    .register-form.active {
        opacity: 1;
        max-height: 100%;
        padding: 58px 56px 96px 0;
        /*padding-bottom: 96px;
        padding-right: 56px;*/
        margin-top: 0;
    }

    .after-check .form-group:nth-child(5) {
        clear: right;
    }

    .after-check .back-btn {
        display: none;
    }

    .register-form .after-check .whc-login-btn .btn-group:last-child {
        float: left;
        width: 50%;
    }

    .form-container.forget-pass > [class*="-form"]:not(.active) {
        /*display: block !important;*/
        opacity: 0;
        max-height: 0;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .login form .form-control[readonly] {
        color: #4d4041;
        background: #ffffff99 !important;
        border-color: #d1d1d144 !important;
    }

    .recommended-username {
        left: 45px;
    }

    .country-code {
        left: 51px;
        top: 11px;
    }

    .after-check {
        width: 0;
        padding-top: 117px !important;
        padding-right: 115px !important;
        position: absolute;
    }

    .after-check.active {
        width: 132%;
        background: #fff;
        top: 0;
        height: 100%;
        max-height: none;
        padding-left: 50px !important;
        border-radius: 30px 0 0 30px !important;
    }

    .verification-form {
        right: 15%;
        left: 15%;
        width: 70%;
        padding-top: 80px;
    }

    #verification_desc {
        text-align: center;
        color: #000000;
        line-height: 4;
    }

    .verification-form input,
    .verification-form .form-group,
    .verification-form fieldset > div {
        margin-bottom: 0 !important;
    }

    .verification-form input {
        margin-bottom: 5px !important
    }

    .step3-form {
        right: 0;
        left: 0;
        width: 100%;
        padding-top: 40px;
    }

    .step3-form .btn {
        float: none !important;
        margin: 0 auto;
        display: block;
        width: 210px;
        position: absolute;
        bottom: 40px;
        right: 0;
        left: 0;
    }

    .step3-form .btn:last-child {
        bottom: 90px;
        background-color: #92b175 !important;
    }

    .step3-form p.user-text {
        color: #1b2906;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 12px;
    }

    .step3-form p {
        color: #1a2a03;
        line-height: 2;
        text-align: center;
    }

    .step3-form .fa-check-circle {
        color: #92b175;
        display: block;
        padding-bottom: 18px;
        font-size: 28px;
    }

    .forget-form {
        padding-top: 8px;
        width: 82%;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
        left: 0;
        opacity: 0;
        display: block !important;

    }
    .forget-form button.back-btn {
        margin-right: -64px !important;
    }

    .whc-forgot-type {
        display: none;
    }

    .forget-form p {
        text-align: center;
        font-weight: bold;
        color: #000;
        padding-bottom: 15px;
    }

    .forget-form p:before {
        content: '';
        background: url('https://dina.oghaf.ir/cache/1752675190/default/dina//forgetpass.png') no-repeat;
        width: 122px;
        height: 122px;
        display: block;
        margin: 0 auto 8px;
        text-align: center;
        background-size: cover;
    }

    .forget-form .tab-pane#mobile > .form-group {
        margin-bottom: 0;
        height: 40px;
    }

    .forget-form .tab-pane#mobile > .form-group:last-child {
        display: none;
    }

    .forget-form a.recaptcha-button {
        right: 12px;
    }

    .forget-form .forgot-pass-new p:before {
        background-image: url('https://dina.oghaf.ir/cache/1752675190/default/dina//changepass.png');
        width: 122px;
        height: 122px;
    }

    .forgot-pass-verify, .forgot-pass-new {
        padding-top: 6px;
    }

    .btn-forgot-pass i {
        display: none;
    }

    .register-form .back-btn {
        margin-right: -2px !important;

    }

    body.login {
        overflow: hidden;
    }

    .forget-form .captcha-view + div.btn-group {
        margin-right: 10%;
        width: 79%;
        margin-top: 7px;
    }

    .forgot-pass-verify {
        padding-top: 50px;
    }

    p.forget-new-desc {
        padding-top: 24px;
    }

    .before-check:not(.active) {
        margin-top: 200px !important;
    }

    .forget-form.active {
        left: 9%;
        opacity: 1;

    }

    .forget-form, .register-form, .verification-form, .step3-form {
        overflow: hidden;
    }

    .form-container > .register-form.active ~ .blockUI {
        width: calc(132% + 115px) !important;
        left: auto !important;
        right: 0;
    }

    .form-container > .register-form.active ~ .blockUI.blockMsg {
        /*right: 66% !important;
        margin-right: calc(-23% - 173px) !important;*/
        display: none !important;
    }

    .form-container[style*=zoom] > .register-form.active .after-check.active:before,
    .form-container[style*=zoom] > .register-form.active .before-check.active:before {
        color: #0a0a0a;
        position: absolute;
        content: "\f110";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        animation: fa-spin 2s infinite linear;
        font-size: 24px;
        right: 0;
        left: 0;
        top: 50%;
        margin-top: -37px;
        z-index: 10;
    }

    .form-container[style*=zoom] > .register-form.active .after-check.active:after,
    .form-container[style*=zoom] > .register-form.active .before-check.active:after {
        content: 'لطفا صبر کنید...';
        color: #0a0a0a;
        position: absolute;
        font-size: 14px;
        top: 50%;
        margin-top: 7px;
        right: 0;
        left: 0;
        z-index: 10;
    }

    body::after {
        background: #00247a99;
        content: '';
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    img.background-fixed-image {
        z-index: -2;
    }

    @media (max-width: 950px) {
        body.login {
            overflow: visible;
        }

        .center-form {
            margin: 165px auto;
        }

        .form-container {
            max-width: 100%;
            padding: 0 20px;
        }

        .register-form h3 {
            padding-top: 36px;
        }

        .register-form {
            padding-top: 0 !important;
            padding-right: 114px !important;
        }

        .after-check > div:not(.register-two-column):not(.clearfix):not(.form-actions), .after-check .register-two-column > div {
            width: 100% !important;
        }

        .after-check.active {
            width: calc(100% - 110px);
            padding-right: 0 !important;
            padding-top: 39px !important;
            z-index: 2;
        }

        .register-form .after-check .whc-login-btn .btn-group:last-child {
            width: 100%;
        }

        .rso-copyright {
            margin-top: 44px;
        }

        .login-form {
            top: 11px !important;
            padding-top: 60px !important;
            position: absolute !important;
            right: 8% !important;
            left: 8% !important;
            width: auto !important;
        }

        .forgot-pass-tab .tab-content, .forgot-pass-action, .whc-login-form-box {
            padding: 0;
        }

        .forget-form .captcha-view {
            margin: 0;
            width: 100%;
        }

        .forget-form .captcha-image-container {
            margin-right: -1px;
        }

        .forget-form .captcha-input-image {
            margin-top: 3px;
            max-height: calc(100% - 7px);
        }

        .forgot-pass-action button#request_reset_password, button.btn-login, button#back-btn {
            margin-top: 5px;
        }

        .forget-form button.back-btn.btn.btn-link {
            bottom: 0;
        }

        .form-container > .forget-form {
            padding-top: 0;
            top: 28px;
        }

        .form-container > .verification-form {
            padding-top: 90px;
        }

        .step3-form {
            height: 100%;
        }

        .after-check.active + .before-check .back-btn {
            display: none;
        }

        .top-login-form-container {
            right: 10px;
        }

        .right-navigator-container {
            z-index: 2;
        }

        .before-check {
            padding-top: 38px !important;
        }

        .register-form .back-btn {
            margin-right: -19px !important;
        }

        .register-form .btn-group.btn-group-justified.whc-login-btn {
            width: calc(100% - 8px);
        }

        .forgot-pass-new {
            padding-top: 0;
            margin-top: -14px;
        }

        span.toggle-password {
            left: 26px;
        }
    }


    body.login *,
    body.login input.form-control {
        border-radius: 0 !important;
    }

    .btn.btn-primary.btn.btn-login {
        margin: 0 -5px;
        width: calc(100% + 10px) !important;
        border-radius: 0 !important;
    }

    button#request_reset_password {
        border-radius: 0 !IMPORTANT;
        width: calc(100% - 6px);
    }

    .captcha-image-container {
        margin-right: 0;
    }

    button.btn.btn-primary[name=check_button] {
        border-radius: 0 !important;
    }

    body.login .whc-login-btn button.btn-primary {
        border-radius: 0 !important;
        width: calc(100% - 11px) !important;
    }

    .step3-form .btn {
        border-radius: 0 !important;
    }

    form.elgg-form.elgg-form-user-force-change-password
    {
        padding-top: 50px;
    }

    button.btn.btn-timer-container {
        border: none !important;
        border-radius: 0 !important;
    }

    button.btn-success.btn.edit-mobile-button {
        border-radius: 0 !important;
    }

    button.btn.btn-resend-container {
        border-radius: 0 !important;
    }

    .two-step-verification-form {
        padding-top: 65px !important;
    }

    #verification_desc {
        line-height: 2;
    }

    @media (min-width: 990px) {
        .logout-form {
            width: 50%;
        }
    }

    .logout-form {
        background: #fff;
        height: 100%;
    }

    @media (min-width: 320px) and (max-width: 990px) {
        .top-logo-container {
            display: none;
        }
    }