:root {
    --primary-dark-blue: #001747;
    --primary-blue: #2D70FD;
    --primary-light-blue: rgb(45, 112, 253, 0.10);
    --primary-orange: #FE6B38;
    --primary-default: #EFEFEF;
    --secondary-skin-color: #FFD3C3;
    --secondary-soft-skin: #FFF0EB;
    --visit: #FEAF38;
    --call: #00BE11;
    --task: #D638FE;
    --mail: #F95E5E;
    --video-call: #6DDAFF;
    --other-activity: #5698DE;
    --primary-blue-hover: #0958FF;
    --primary-blue-focus: #001747;
    --transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}


body {
    margin: 0 !important;
    font-family: Nunito Sans !important;
    font-display: swap;
}

.ekmob-page-layout {
    display: flex;
    height: calc(100vh);
}

    .ekmob-page-layout .row {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }

        .ekmob-page-layout .row.login-form-start {
            margin-top: 10px;
            margin-bottom: 0.75rem;
        }

        .ekmob-page-layout .row .control-block {
            display: flex;
            flex-direction: column;
            width: 44%;
            margin: auto;
            min-width: 400px;
            margin-bottom: 0.75rem;
        }

            .ekmob-page-layout .row .control-block .agreement,
            .ekmob-page-layout .row .control-block .remember {
                display: flex;
                justify-content: space-between;
            }

            .ekmob-page-layout .row .control-block .control-label {
                font-weight: bold;
                color: #092134;
                font-size: 16px;
                letter-spacing: 0.0923077px;
                margin-bottom: 5px;
            }

            .ekmob-page-layout .row .control-block select {
                cursor: pointer;
            }

            .ekmob-page-layout .row .control-block select,
            .ekmob-page-layout .row .control-block input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
                height: 50px;
                padding: 10px 15px;
                border: 1px solid #DDE3E8;
                box-sizing: border-box;
                border-radius: 4px;
                font-size: 14px;
                letter-spacing: 0.107692px;
                width: 100%;
            }

                .ekmob-page-layout .row .control-block select:focus,
                .ekmob-page-layout .row .control-block input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus {
                    background-color: #FFF !important;
                    border-color: var(--primary-blue) !important;
                    outline: 0 !important;
                    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
                }

            .ekmob-page-layout .row .control-block input::placeholder {
                color: #4A738C;
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 0.107692px;
                color: #4A738C;
            }

    .ekmob-page-layout .block {
        height: 100%;
        width: 100%;
    }

        .ekmob-page-layout .block.right.photo {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top;
        }

    /* .ekmob-page-layout .login-photo {
        background-image: url('../images/login-left-image.svg');
    }*/

    .ekmob-page-layout .register-photo {
        background-image: url('../images/ekmob-register-photo.png');
    }

    .ekmob-page-layout .block .sub-title,
    .ekmob-page-layout .block .top-logo {
        text-align: center;
    }

    .ekmob-page-layout .sub-title {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.107692px;
        color: #092134;
        margin-top: 0.5rem;
    }

    .ekmob-page-layout .top-title {
        text-align: center;
        letter-spacing: 0.0923077px;
        font-weight: bold;
        font-size: 50px;
        color: #092134;
        margin-top: 2rem;
    }

    .ekmob-page-layout .block.left {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
    }

    .ekmob-page-layout .control-block.remember {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        justify-content: space-between;
        flex-direction: row;
        color: #425479 !important;
    }

        .ekmob-page-layout .control-block.remember a {
            text-decoration-line: none;
            cursor: pointer;
            font-size: 16px;
            line-height: 140.5%;
        }

            /*  .ekmob-page-layout .control-block.remember a {
            text-decoration-line: underline;
            cursor: pointer;
        }*/

            .ekmob-page-layout .control-block.remember a:hover {
                color: var(--primary-blue);
            }

            .ekmob-page-layout .control-block.remember a:focus {
                color: var(--primary-blue-focus);
            }

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.ekmob-page-layout .row.login {
    margin-top: 1rem;
}

.button {
    height: 45px !important;
    border-radius: 4px !important;
    font-weight: bold;
    font-size: 15px !important;
    letter-spacing: 0.08px !important;
    transition: all .3s ease;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-right: 1.50rem;
    border: none;
}

.success-btn {
    background: #00B100;
    font-size: 15px !important;
    color: #FFFFFF;
    margin: auto;
    outline: none;
}

    .success-btn:hover {
        background: #06d606;
        font-size: 15px !important;
        color: #FFFFFF;
        margin: auto;
    }

.btn-primary-blue {
    background-color: var(--primary-blue);
    font-size: 15px !important;
    color: #FFFFFF;
    margin: auto;
    outline: none;
}

    .btn-primary-blue:hover {
        background-color: var(--primary-blue-hover);
    }

.grey-btn {
    background: #DADADA;
    font-size: 15px !important;
    color: #FFFFFF;
    margin: auto;
    outline: none;
    cursor: default;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

.m-auto {
    margin: auto;
}

.ekmob-page-layout .row.not-registered {
    font-size: 14px;
    margin-top: 3rem;
    margin-bottom: 0px;
}

.ekmob-page-layout .row .control-block {
    margin-bottom: 0px;
}

.ekmob-page-layout .row.not-registered a {
    letter-spacing: 0.107692px;
    color: var(--primary-blue);
    text-decoration: none;
    margin-left: 0.50rem;
    font-weight: bold;
}

.ekmob-page-layout .row.not-registered label {
    letter-spacing: 0.0923077px;
    color: #092134;
}

.ekmob-page-layout .control-icon {
    position: absolute;
    cursor: pointer;
}

    .ekmob-page-layout .control-icon.right {
        right: 18px;
        top: 18px;
    }

.relative {
    position: relative;
}

.error {
    border: 1px solid red !important;
}

.warn {
    color: red;
    font-size: 12px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1024px) {
    .ekmob-page-layout .block.right.photo {
        display: none;
    }

    .ekmob-page-layout .login-main {
        width: 100%;
    }

        .ekmob-page-layout .login-main .top-right-home-text {
            right: 0 !important;
        }

        .ekmob-page-layout .login-main .login-bottom-right-icon img {
            bottom: 0 !important;
            right: 0 !important;
        }
}

.ekmob-page-layout.login-page .row.login .control-block input {
    min-width: 160px;
}

.ekmob-page-layout.login-page .row.login .button {
    height: 56px !important;
    border-radius: 4px !important;
    width: 423px !important;
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em !important;
    text-align: center;
}

#recaptcha-block {
    align-items: center !important;
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

#recaptcha-container {
    width: auto !important;
}

/*login page responsive*/

/*@media only screen and (max-width: 1340px) {
    .ekmob-page-layout.login-page .sub-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1230px) {
    .ekmob-page-layout.login-page .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1098px) {
    .ekmob-page-layout.login-page .sub-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 515px) {
    .ekmob-page-layout.login-page .sub-title {
        font-size: 14px;
    }
}*/

@media only screen and (max-height: 765px) {

    .ekmob-page-layout.login-page .sub-title {
        font-size: 16px;
    }

    .ekmob-page-layout.login-page .top-logo img {
        height: 70px;
    }
}

@media only screen and (max-height: 736px) {
    .ekmob-page-layout.login-page .top-logo img {
        height: 45px;
    }

    .ekmob-page-layout.login-page .sub-title {
        font-size: 13px;
    }

    .ekmob-page-layout.login-page .top-title,
    .ekmob-page-layout.login-page .row.not-registered {
        margin-top: 1.75rem;
    }
}

@media only screen and (max-height: 672px) {
    .ekmob-page-layout.login-page .top-title {
        margin-top: 0rem;
    }

    .ekmob-page-layout.login-page .row.not-registered {
        margin-top: 0.50rem;
    }

    .warn {
        margin-bottom: 0.1rem;
    }
}

@media only screen and (max-height: 640px) {
    .ekmob-page-layout.login-page .row.login .control-block input {
        /* height: 37px !important;*/
        line-height: 16px;
        min-width: 120px !important;
    }

    .ekmob-page-layout.login-page .row.login {
        margin-top: 0rem;
    }
}

@media only screen and (max-height: 668px) {
    .ekmob-page-layout.login-page .row .control-block .control-label {
        font-size: 13px;
    }
}

@media only screen and (max-height: 690px) {
    .ekmob-page-layout.login-page .not-registered {
        margin-top: 1.25rem;
    }
}

@media only screen and (max-height: 780px) {
    .ekmob-page-layout.login-page .sub-title {
        font-size: 14px;
    }
}

@media only screen and (max-height: 800px) {
    .ekmob-page-layout.login-page .not-registered {
        margin-top: 1.75rem;
    }
}


/*login page responsive*/

.top-notify {
    padding: 15px;
    border-radius: 0.267rem;
    border: 1px solid #efefef !important;
    min-width: 200px;
    max-width: fit-content;
    width: 33%;
    box-shadow: 5px 3px 7px 0px rgba(80, 80, 80, 0.35);
    background: white;
    color: #222;
    display: flex !important;
    align-items: center;
}

    .top-notify div {
        display: flex
    }

    .top-notify img {
        width: 23px;
        margin-right: 1rem;
    }

.ek-deneme {
    text-align: center;
    margin-top: 2rem;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

    .ek-deneme.danger {
        color: red;
    }

.mandatory-star {
    color: #BC0050;
}

.ek-deneme.success {
    color: green;
}

.disabled-btn {
    opacity: 0.4;
}

.blue-label {
    color: #0090FF;
}

.fw-600 {
    font-weight: 600;
}

.agreement-label {
    font-weight: 600;
    color: #0090FF;
    text-decoration: none;
}

.register-checks {
    width: fit-content;
    margin: auto;
    margin-top: 1.25rem;
}

    .register-checks > div:first-child {
        margin-right: 3rem;
    }

    .register-checks img {
        margin-right: 7px;
    }

.m-0 {
    margin: 0px;
}

.mr-25 {
    margin-right: 0.25rem;
}

.mr-1 {
    margin-right: 1rem;
}

.agreement {
    margin-top: 1rem;
    font-size: 13px;
}

.m-auto {
    margin: auto;
}

.ekmob-page-layout .row.register-form-start {
    margin-top: 2.75rem;
}

.ekmob-page-layout.register-page .warn {
    margin-bottom: 0.1rem;
}


/*register page responsive*/

@media only screen and (max-width: 1820px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1660px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1483px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1356px) {
    .ekmob-page-layout.register-page .sub-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1300px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1130px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 25px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1080px) {
    .ekmob-page-layout.register-page .sub-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 50px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 917px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 45px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 829px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 40px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 748px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 35px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 661px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 30px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 573px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 26px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 521px) {
    .ekmob-page-layout.register-page .top-title {
        font-size: 24px;
    }

    .ekmob-page-layout.register-page .sub-title {
        font-size: 14px;
    }
}

.ekmob-page-layout.register-page .top-title {
    margin-top: 4rem;
}

.ekmob-page-layout .control-line {
    min-height: 103px;
}

.ekmob-page-layout .control-height {
    min-height: 85px;
}

@media only screen and (max-width: 1855px) {
    .ekmob-page-layout.register-page .row .control-block.control-line {
        width: 40%;
        min-width: 40%;
    }
}

@media only screen and (max-width: 523px) {
    .ekmob-page-layout.register-page .row .control-block .warn {
        font-size: 11px;
    }
}

@media only screen and (max-height: 1287px) {
    .ekmob-page-layout.register-page .row .control-block.control-line {
        width: 45%;
        min-width: 45%;
    }
}

@media only screen and (max-height: 866px) {
    .ekmob-page-layout.register-page .top-title {
        margin-top: 3rem;
    }
}

@media only screen and (max-height: 834px) {
    .ekmob-page-layout.register-page .top-title {
        margin-top: 2.75rem;
    }
}

@media only screen and (max-height: 800px) {
    .ekmob-page-layout.register-page .top-title {
        margin-top: 2.75rem;
    }

    .ekmob-page-layout.register-page .agreement {
        margin-top: 0rem;
    }

    .ekmob-page-layout.register-page .top-logo img {
        height: 70px;
    }

    .ekmob-page-layout.register-page .top-logo {
        margin-bottom: 0rem;
    }
}

@media only screen and (max-height: 707px) {
    .ekmob-page-layout.register-page .row .control-block .control-label {
        font-size: 13px;
    }

    .ekmob-page-layout .row.register-form-start {
        margin-top: 1rem;
    }

    .ekmob-page-layout.register-page .top-logo img {
        height: 60px;
    }

    .ekmob-page-layout.register-page .top-title {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .ekmob-page-layout.register-page .register-checks {
        margin-top: 0rem;
    }

    .ekmob-page-layout.register-page .login {
        margin-top: 0.50rem;
    }
}


/*register page responsive*/

.ekmob-page-layout .block.full-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

.ekmob-page-layout.forget-password .password-input,
.ekmob-page-layout.forget-password .mail-input {
    width: 400px;
}

.ekmob-page-layout.forget-password .forget-password-btn {
    margin-top: 2.40rem;
}

.ekmob-page-layout.forget-password .sub-title {
    margin-bottom: 4rem;
    margin-top: 0rem;
}

.ekmob-page-layout.forget-password .top-logo {
    margin-bottom: 2%;
    margin-top: 5%;
}

.ekmob-page-layout.forget-password .block.full-center {
    justify-content: flex-start !important;
}

.back-to-login {
    position: fixed;
    top: 5%;
    left: 5%;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.107692px;
    cursor: pointer;
}

    .back-to-login a {
        color: var(--primary-blue);
        text-decoration: none;
    }

    .back-to-login img {
        margin-right: 0.75rem;
    }

@media only screen and (max-width: 707px) {
    .ekmob-page-layout.forget-password .top-logo img {
        height: 70px;
    }

    .ekmob-page-layout.forget-password .top-logo {
        margin-top: 4rem;
    }

    .back-to-login {
        font-size: 17px;
    }

        .back-to-login img {
            width: 9px;
        }
}

@media only screen and (max-height: 700px) {
    .ekmob-page-layout.forget-password .top-title {
        font-size: 40px
    }

    .ekmob-page-layout.forget-password .forget-password-btn {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .ekmob-page-layout.forget-password .success-send {
        font-size: 15px
    }
}

@media only screen and (max-width: 614px) {
    .ekmob-page-layout.forget-password .success-send {
        font-size: 12px
    }
}

.ekmob-page-layout.forget-password .success-send {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

    .ekmob-page-layout.forget-password .success-send img {
        margin-right: 0.50rem;
    }

.ekmob-page-layout.forget-password .check-junk {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.0923077px;
    color: #707070;
    margin-top: -46px;
    margin-bottom: 38px;
}

.password-checks {
    display: flex;
    justify-content: center;
}

    .password-checks .left {
        margin-right: 1.5rem;
    }

    .password-checks .right {
        margin-left: 1.5rem;
    }

    .password-checks .right,
    .password-checks .left {
        width: fit-content;
    }

    .password-checks .item img {
        margin-right: 0.50rem;
    }

    .password-checks .item {
        margin-bottom: 0.75rem;
    }


.password-input input {
    padding-right: 45px !important;
}

.default-c {
    cursor: default !important;
}


@media only screen and (max-height: 751px) {


    .ekmob-page-layout.forget-password.reset .top-title {
        margin-top: 1rem;
    }

    .ekmob-page-layout.forget-password.reset .top-logo {
        margin-top: 2rem;
    }
}

@media only screen and (max-height: 646px) {


    .ekmob-page-layout.forget-password.reset .top-logo {
        margin-bottom: 1rem;
    }

    .ekmob-page-layout.forget-password.reset .password-checks {
        font-size: 13px
    }

    .ekmob-page-layout.forget-password.reset .top-logo img {
        height: 70px;
    }
}

@media only screen and (max-height: 590px) {


    .ekmob-page-layout.forget-password.reset .top-logo img {
        margin-bottom: 0.25rem;
    }


    .ekmob-page-layout.forget-password.reset .top-logo img {
        height: 65px;
    }

    .ekmob-page-layout.forget-password.reset .top-title {
        font-size: 35px;
        margin-top: 0rem;
    }
}

.ekmob-page-layout.login-page .login-user-input-text {
    border: 1px solid #BED6ED !important;
    border-radius: 4px !important;
    width: 422px !important;
    height: 56px !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em !important;
    color: #001747 !important;
}

.ekmob-page-layout.login-page .login-label {
    color: #425479 !important;
}

.w--webkit-fil {
    width: -webkit-fill-available;
}

.ekmob-page-layout.login-page .login-user-input {
    position: relative;
    width: 422px;
}

    .ekmob-page-layout.login-page .login-user-input input {
        width: 100%;
        font-size: 16px;
        outline: none;
        border: none;
        border-bottom: 1px solid #777;
        box-shadow: none !important;
        padding: 26px 16px 8px !important;
    }

    .ekmob-page-layout.login-page .login-user-input .floating-label {
        position: absolute;
        pointer-events: none;
        top: 17px;
        left: 1rem;
        transition: 0.2s ease all;
        color: #B4B4B4;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }

    .ekmob-page-layout.login-page .login-user-input input:focus ~ .floating-label,
    .ekmob-page-layout.login-page .login-user-input input:not([value='']) ~ .floating-label {
        color: #B4B4B4;
        top: 10px;
        left: 1rem;
        font-size: 10px !important;
        opacity: 1;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: center;
    }

.p-fixed {
    position: fixed;
}

.p-absolute {
    position: absolute;
}

.mr-75 {
    margin-right: 0.75rem;
}

.c-pointer {
    cursor: pointer;
}

.ekmob-page-layout.login-page .top-left-logo {
    margin-left: 64px;
    top: 40px;
}

.ekmob-page-layout.login-page .top-right-home-text {
    margin-right: 1.5rem;
    top: 48px;
    right: 50%;
    cursor: pointer;
}

    .ekmob-page-layout.login-page .top-right-home-text label {
        font-weight: 700;
        font-size: 12px !important;
        line-height: 15px;
        text-decoration: none;
        color: #001747;
        letter-spacing: 0em;
    }

.ekmob-page-layout.login-page .left-dots {
    /* top: 214px;*/
    top: 15%;
}

.ekmob-page-layout.login-page .login-bottom-right-icon img {
    margin-right: 71px;
    position: fixed;
    right: 50%;
}

.mb-75 {
    margin-bottom: 0.75rem;
}

.ml-6 {
    margin-left: 6px;
}

.ekmob-page-layout.login-page .login-check {
    position: relative;
}

    .ekmob-page-layout.login-page .login-check label {
        background: #fff;
        border: 1px solid #BED6ED;
        box-sizing: border-box;
        border-radius: 4px;
        cursor: pointer;
        height: 20px;
        position: absolute;
        width: 20px;
    }

        .ekmob-page-layout.login-page .login-check label:after {
            border: 3px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 5px;
            width: 10px;
            left: 3px;
            top: 3px;
            position: absolute;
            transform: rotate( -45deg );
        }

    .ekmob-page-layout.login-page .login-check input[type="checkbox"] {
        visibility: hidden;
    }

        .ekmob-page-layout.login-page .login-check input[type="checkbox"]:checked + label {
            border-color: var(--primary-blue) !important;
            background: var(--primary-blue) !important;
        }

            .ekmob-page-layout.login-page .login-check input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.ekmob-page-layout.login-page .login-main input,
.ekmob-page-layout.login-page .login-main label,
.ekmob-page-layout.login-page .login-main span,
.ekmob-page-layout.login-page .login-main a {
    font-family: Inter !important;
}

.ekmob-page-layout.login-page .login-main .row .control-block {
    width: 422px !important;
}

.ekmob-page-layout.login-page .block.right.photo {
    background: #EFF5FF;
    /* background-position: center;*/
    align-items: center;
    display: flex;
    justify-content: center !important;
}

.ekmob-page-layout.login-page .top-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 39px;
    letter-spacing: 0.01em;
    color: #001747;
}

.ekmob-page-layout.login-page .block.left {
    background: #F8FAFE !important;
}

.ekmob-page-layout.login-page .row.login {
    margin-bottom: 97px;
    margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
    .ekmob-page-layout.login-page .block.right.photo {
        display: none !important;
    }

    .ekmob-page-layout.login-page .login-main {
        width: 100%;
    }

        .ekmob-page-layout.login-page .login-main .top-right-home-text {
            right: 0 !important;
        }

        .ekmob-page-layout.login-page .login-main .login-bottom-right-icon img {
            bottom: 0 !important;
            right: 0 !important;
        }
}

@media only screen and (max-height:1440px) {
    .ekmob-page-layout.login-page .login-main .bottom-0 {
        bottom: 0;
    }
}

.ekmob-page-layout.login-page .block.right .right-top {
    top: 62px;
    right: 140px;
}

.ekmob-page-layout.login-page .block.right .right-center {
    left: 50%;
}

    .ekmob-page-layout.login-page .block.right .right-center img {
        margin-left: 54px;
    }

.ekmob-page-layout.login-page .block.right .right-bottom {
    bottom: 0;
    right: 0;
}

.ekmob-page-layout.login-page .block.right .right-center-main {
    z-index: 666;
}

    .ekmob-page-layout.login-page .block.right .right-center-main img {
        width: 511px;
        height: 496px;
    }

@media only screen and ( max-height:768px) {
    .ekmob-page-layout.login-page .block.right .right-top {
        top: 14px;
    }
}

.lottie-logo {
    width: 165px;
    height: 50px;
}
