﻿@font-face {
    font-family: 'DroidKufiRegular';
    src: url('../fonts/DroidKufiRegular.eot');
    src: url('../fonts/DroidKufiRegular.eot') format('embedded-opentype'), url('../fonts/DroidKufiRegular.woff') format('woff'), url('../fonts/DroidKufiRegular.ttf') format('truetype'), url('../fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}

@font-face {
    font-family: 'DroidKufiBold_0';
    src: url('../fonts/DroidKufiBold_0.eot');
    src: url('../fonts/DroidKufiBold_0.eot') format('embedded-opentype'), url('../fonts/DroidKufiBold_0.woff2') format('woff2'), url('../fonts/DroidKufiBold_0.woff') format('woff'), url('../fonts/DroidKufiBold_0.ttf') format('truetype'), url('../fonts/DroidKufiBold_0.svg#DroidKufiBold_0') format('svg');
}

@font-face {
    font-family: 'AThuluth';
    src: url('../fonts/AThuluth.eot');
    src: url('../fonts/AThuluth.eot') format('embedded-opentype'), url('../fonts/AThuluth.woff2') format('woff2'), url('../fonts/AThuluth.woff') format('woff'), url('../fonts/AThuluth.ttf') format('truetype'), url('../fonts/AThuluth.svg#AThuluth') format('svg');
}

* {
    outline: 0;
    padding: 0;
    margin: 0;
}

body {
    background: url(../project_images/login_bg.png) no-repeat right top #FCFCFC !important;
    height: 100vh;
    background-size: contain;
    font-weight: normal;
    font-family: 'DroidKufiRegular';
    direction: rtl;
}

input {
    font-family: 'DroidKufiRegular';
}

a {
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}

.Makken_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
@media (max-width:768px) {
    .Makken_login {
        height: 100%;
    }
}
    .Makken_login .Makken_login_cont {
        width: 350px;
        text-align: center;
    }

        .Makken_login .Makken_login_cont .Makken_login_form {
            background: #fff;
            padding: 30px 25px 15px;
            border-radius: 25px;
            box-shadow: 0 0 25px -10px #888;
            margin-bottom: 25px;
            position: relative;
        }

        .Makken_login .Makken_login_cont .makken_logo {
            margin-inline: auto;
            margin-bottom: 20px;

            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.25rem;
        }

            .Makken_login .Makken_login_cont .makken_logo img {
                max-width: 7rem;
                margin: 0 auto 1rem;
            }

            .Makken_login .Makken_login_cont .makken_logo h1 {
                color: var(--primary_clr);
                font-size: 19px;
                text-align: center;
                font-weight: normal;
                line-height: 36px;
            }

            .Makken_login .Makken_login_cont .makken_logo p {
                font-size: 12px;
                color: #999;
            }

        .Makken_login .makken_Logform .makken_formGroup,
        .Makken_login .makken_verCode .makken_formGroup,
        .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup {
            background: #fff;
            border: 1px solid #d8d8d8;
            border-radius: 10px;
            height: 40px;
            position: relative;
            margin-bottom: 15px;
            overflow: hidden;
        }

            .Makken_login .makken_Logform .makken_formGroup input[type="text"],
            .Makken_login .makken_Logform .makken_formGroup input[type="password"],
            .Makken_login .makken_verCode .makken_formGroup input[type="text"],
            .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup input[type="password"],
            .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup input[type="text"] {
                background: none;
                border: none;
                box-shadow: none;
                outline: 0;
                width: 70%; /*100%*/
                height: 100%;
                text-align: center;
                font-size: 13px;
                color: #000;
                transition: all 0.3s ease-in-out;
                line-height: 42px; /*JEMMY*/
                text-align: center; /*JEMMY*/
                border: none; /*JEMMY*/
            }

            .Makken_login .makken_Logform .makken_formGroup .fa-user,
            .Makken_login .makken_Logform .makken_formGroup .fa-unlock-alt,
            .Makken_login .makken_verCode .makken_formGroup .fa-barcode,
            .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup .fa-unlock-alt {
                position: absolute;
                top: 13px;
                right: 20px;
                color: #b5b5b5;
                font-size: 15px;
            }

            .Makken_login .makken_Logform .makken_formGroup .fa-eye, .Makken_login .makken_Logform .makken_formGroup .fa-eye-slash,
            .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup .fa-eye, .Makken_login .Makken_login_cont .makken_newPass .makken_formGroup .fa-eye-slash {
                position: absolute;
                top: 13px;
                left: 20px;
                color: #b5b5b5;
                font-size: 15px;
                cursor: pointer;
            }

        .Makken_login .Makken_login_cont .makken_Logform .makken_btn {
            clear: both;
            overflow: hidden;
        }

            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .login_btn,
            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .rotation {
                float: right;
                border: 0;
                border-radius: 25px;
                line-height: 35px;
                height: 35px;
                width: 120px;
                text-align: center;
                background: #efb205;
                color: #fff;
                font-size: 13px;
                cursor: pointer;
                position: relative;
                overflow: hidden;
                transition: all 0.3s ease-in-out;
            }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .login_btn[disabled],
                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .login_btn[disabled="disabled"],
                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .rotation[disabled],
                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .rotation[disabled="disabled"] {
                    background: #eee;
                    color: #666;
                    cursor: no-drop;
                }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .login_btn:hover {
                    background: #f59300;
                    transition: all 0.3s ease-in-out;
                }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .rotation .fa-spinner {
                    animation: rotation 2s infinite linear;
                    -webkit-animation: rotation 2s infinite linear;
                    line-height: 35px;
                }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.makken_Logform .makken_btn_tp, .makken_btn_tp {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.lnk_bck {
    color: #888;
    text-align: left;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 20px;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease-in-out;
}

    .lnk_bck i {
        font-size: 10px;
        transition: all 0.3s ease-in-out;
    }

    .lnk_bck:hover, .lnk_bck:hover i {
        color: #efb205;
        transition: all 0.3s ease-in-out;
    }

.Makken_login .Makken_login_cont .makken_Logform .makken_btn .forgetPass {
    color: var(--primary_clr);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    clear: both;
    transition: all 0.3s ease-in-out;
}

    .Makken_login .Makken_login_cont .makken_Logform .makken_btn .forgetPass:hover {
        color: #999;
        transition: all 0.3s ease-in-out;
    }

.Makken_login .Makken_login_cont .makken_Logform .makken_btn {
    margin-top: 25px;
}

    .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch {
        width: 100px;
        height: 25px;
        display: inline-block;
        position: relative;
        float: left;
        margin-top: 6px;
        color: #999;
        font-size: 13px;
    }

        /* checkbox */
        .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input {
            position: absolute;
            margin-left: -9999px;
            visibility: hidden;
        }

            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input + .toggle {
                background-color: #f5f5f5;
                width: 40px;
                height: 15px;
                border-radius: 2rem;
                display: inline-block;
                position: relative;
                top: 5px;
                cursor: pointer;
                outline: none;
                margin-left: 5px;
                user-select: none;
                transition: background .3s ease;
            }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input + .toggle::after {
                    content: '';
                    position: absolute;
                    top: -.2rem;
                    left: 0;
                    background-color: #b5b5b5;
                    display: inline-block;
                    width: 1.3rem;
                    height: 1.3rem;
                    border-radius: 50%;
                    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
                    transition: transform .3s ease, background .3s ease, box-shadow .06s ease;
                }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input + .toggle:active::after,
                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input:active + .toggle::after {
                    box-shadow: 0 0 3px 12px rgba(0, 0, 0, .05);
                }

            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input:checked + .toggle:active::after,
            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input:checked:active + .toggle::after {
                box-shadow: 0 0 3px 12px rgba(239, 178, 5, .15);
            }
            /* click */
            .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input:checked + .toggle {
                background-color: #f5f5f5;
            }

                .Makken_login .Makken_login_cont .makken_Logform .makken_btn .switch input:checked + .toggle::after {
                    background-color: #efb205;
                    transform: translateX(1.5rem);
                }

.Makken_login .Makken_login_cont .makken_verCode .makken_phoneNum {
    direction: ltr;
    margin-bottom: 10px;
}

    .Makken_login .Makken_login_cont .makken_verCode .makken_phoneNum h1 {
        font-size: 0.7em;
        text-align: right;
        color: #faab54;
        font-weight: normal;
        margin-bottom: 5px;
        font-family: 'DroidKufiBold_0';
    }

    .Makken_login .Makken_login_cont .makken_verCode .makken_phoneNum label {
        display: block;
        text-align: right;
        direction: rtl;
        color: #888;
        font-size: 0.8em;
        display: flex;
        align-items: center;
    }

        .Makken_login .Makken_login_cont .makken_verCode .makken_phoneNum label input {
            margin-left: 5px;
        }

        .Makken_login .Makken_login_cont .makken_verCode .makken_phoneNum label span {
            text-align: left;
            direction: ltr;
            color: #faab54;
            font-size: 1em;
            margin-right: 5px;
        }

.Makken_login .makken_verCode .makken_formGroup {
    margin-bottom: 5px;
}

.Makken_login .makken_verCode .makken_countNum span {
    font-size: 14px;
}

.Makken_login .makken_verCode .makken_countNum .makken_progbar {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #eee;
}

    .Makken_login .makken_verCode .makken_countNum .makken_progbar .makken_progbar_lyr2 {
        position: absolute;
        background: #efb205;
        top: 0;
        right: 0;
        left: 0;
        width: 90%;
        height: 5px;
        border-radius: 5px;
        z-index: 99;
    }

.Makken_login .makken_verCode .makken_countNum {
    margin-bottom: 10px;
}

.Makken_login .Makken_login_cont .makken_verCode .makken_btn .login_btn,
.Makken_login .Makken_login_cont .makken_newPass .makken_btn .login_btn {
    border: 0;
    border-radius: 25px;
    line-height: 35px;
    height: 35px;
    width: 45%;
    margin: 0 5px;
    text-align: center;
    background: #efb205;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .Makken_login .Makken_login_cont .makken_verCode .makken_btn .login_btn:hover,
    .Makken_login .Makken_login_cont .makken_newPass .makken_btn .login_btn:hover {
        background: #f59300;
        transition: all 0.3s ease-in-out;
    }

    .Makken_login .Makken_login_cont .makken_verCode .makken_btn .login_btn[disabled],
    .Makken_login .Makken_login_cont .makken_newPass .makken_btn .login_btn[disabled] {
        background: #eee;
        color: #666;
        cursor: no-drop;
        transition: all 0.3s ease-in-out;
    }

.Makken_login .Makken_login_cont .makken_newPass .makken_userNam span {
    color: #aeaeae;
    font-size: 13px;
    background: #fafafa;
    padding: 5px;
    margin-bottom: 15px;
    display: block;
    border-right: 3px solid #ddd;
    border-left: 3px solid #ddd;
    border-radius: 5px;
}

.Makken_login .Makken_login_cont .Makken_login_support ul,
.Makken_login .Makken_login_cont .Makken_login_support2 ul {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

    .Makken_login .Makken_login_cont .Makken_login_support ul li i,
    .Makken_login .Makken_login_cont .Makken_login_support2 ul li i {
        color: #525252;
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }

    .Makken_login .Makken_login_cont .Makken_login_support2 ul li i {
        margin: 0 5px;
        background: #d8c99e;
        color: #5d5b5b;
    }

.Makken_login .Makken_login_cont .Makken_login_support2 ul {
    margin-bottom: 5px;
}

.Makken_login .Makken_login_cont .Makken_login_support2 h1 {
    color: #757575;
    font-size: 0.9em;
    text-align: center;
    font-family: arial;
    margin-bottom: 5px;
}

.Makken_login .Makken_login_cont .Makken_login_support ul li span {
    font-size: 0;
    text-indent: -9999em;
}

.Makken_login .Makken_login_cont .Makken_login_support ul li.active span {
    color: #fff;
    background: #efb205;
    font-size: 12px;
    text-indent: inherit;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: arial;
    font-weight: normal;
    padding: 1px 6px 1px 10px;
    margin-left: -7px;
    position: relative;
    z-index: 1;
}

.Makken_login .Makken_login_cont .Makken_login_support ul li.active i {
    color: #fff;
    background: #efb205;
}

.Makken_login_copyright {
    font-size: 12px;
    color: #999;
}

    .Makken_login_copyright p {
        margin-bottom: 8px;
    }

    .Makken_login_copyright a img {
        width: 90px;
    }

.error_message_log {
    margin: 5px 0;
    /* background-color: #a0753b; */
    width: 100%;
    height: 26px;
    /*overflow: hidden;*/
}

    .error_message_log label {
        color: #f00;
        font-size: 12px;
    }

.login_captchaChallenge {
    width: 300px;
    margin: 0 auto;
}

    .login_captchaChallenge .login_captcha_hide {
        display: none;
    }

    .login_captchaChallenge .login_captcha_code {
        padding: 4px 10px;
        position: relative;
        overflow: hidden;
        border-radius: 25px;
        border: 1px solid #eee;
        background: url(../Images/cap1.png) repeat center #e8e3d1;
        cursor: none;
    }

        .login_captchaChallenge .login_captcha_code img {
            transform: rotate(-5deg);
        }

        .login_captchaChallenge .login_captcha_code .login_captcha_genrate {
            position: absolute;
            top: 0px;
            right: 18px;
        }

            .login_captchaChallenge .login_captcha_code .login_captcha_genrate i {
                line-height: 30px;
                color: #737373;
                cursor: pointer;
            }

.login_captcha_code_bg1 {
    background: url(../Images/cap1.png) repeat center;
}

.login_captchaChallenge .login_captcha_writeCode input {
    box-shadow: none;
    outline: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img_cursor {
    width: 50px !important;
    height: 50px !important;
    background: #5984ca !important;
}

.wrapp_capLogin {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: rgba(0,0,0,0.5);
}

    .wrapp_capLogin .capLogin_content {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 6px -3px #000;
        position: relative;
    }

        .wrapp_capLogin .capLogin_content i {
            position: absolute;
            top: -5px;
            left: -5px;
            background: #fb3c00;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            color: #fff;
        }

        .wrapp_capLogin .capLogin_content .code_txt input {
            width: 218px;
            border-radius: 25px;
            border: 1px solid #eee;
            height: 35px;
            line-height: 35px;
            margin-bottom: 10px;
            padding: 0 10px;
            color: #333;
            font-size: 15px;
        }

        .wrapp_capLogin .capLogin_content .btn_active {
            text-align: left;
        }

            .wrapp_capLogin .capLogin_content .btn_active input {
                border: none;
                background: #FF9800;
                padding: 5px 20px;
                border-radius: 25px;
                color: #fff;
                font-size: 13px;
                cursor: pointer;
            }

        .wrapp_capLogin .capLogin_content .cap_num {
            margin-bottom: 10px;
        }

        .wrapp_capLogin .capLogin_content .code_txt .error_message_log {
            display: block;
            color: #f00;
            font-size: 12px;
        }

/* LOGIN OLD Style */
#dv_login .popup_alert_div_login_new, #dv_login .popup_alert_div_sys {
    width: 800px;
    max-height: 600px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    overflow-y: auto;
    direction: rtl;
    box-shadow: 0 0 25px -10px #888;
}

#dv_login .popup_alert_div_sys {
    width: 400px;
    max-height: 600px;
}

    #dv_login .popup_alert_div_login_new .popup_alert_header_div_login_new, #dv_login .popup_alert_div_sys .popup_alert_header_div_new {
        background: #5984ca !important;
        min-height: 40px !important;
        border-radius: 5px;
        line-height: 40px !important;
        margin-bottom: 15px;
    }

        #dv_login .popup_alert_div_login_new .popup_alert_header_div_login_new span, #dv_login .popup_alert_div_sys .popup_alert_header_div_new span {
            font-size: 18px !important;
            color: #fff;
            text-align: center;
            display: block;
        }

    #dv_login .popup_alert_div_sys .popup_alert_body_div_sys span {
        display: block;
        color: #666;
        line-height: 25px;
        font-size: 13px;
        text-align: center;
    }

    #dv_login .popup_alert_div_sys .popup_alert_footer_div_sys {
        text-align: center;
    }

        #dv_login .popup_alert_div_sys .popup_alert_footer_div_sys input {
            border: 0;
            border-radius: 25px;
            line-height: 35px;
            height: 35px;
            width: 120px;
            text-align: center;
            background: #efb205;
            color: #fff;
            font-size: 13px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            margin: 10px 5px;
            transition: all 0.3s ease-in-out;
        }

            #dv_login .popup_alert_div_sys .popup_alert_footer_div_sys input:hover {
                background: #f59300;
                transition: all 0.3s ease-in-out;
            }

#dv_login .popup_alert_body_div_login_new {
    display: flex;
    flex-wrap: wrap;
}

.popup_alert_body_div_login_new .div_account {
    width: 49%;
    margin: 0 3px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.span_width155 {
    float: right;
    width: 310px;
}

.img_cursor {
    width: 40px !important;
    height: 40px !important;
    background: #5984ca !important;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}


/*
    
    overTimeAccounts CSS
    Coding : JEMMY
    Remove From Default.css
*/


.myContainer {
    width: 750px;
    margin: 70px auto 0;
    height: auto;
    text-align: center;
}

    .myContainer .AllContant {
        padding: 0px 0;
        overflow: hidden;
        max-width: 100%;
        font-family: 'DroidKufiRegular';
    }

        .myContainer  .PopUpHead {
            margin: 10px 0 20px;
            color: #FFF;
        }

            .myContainer  .PopUpHead span {
                background-color: #efb205;
                width: 100%;
                height: 40px;
                display: inline-block;
                line-height: 40px;
                border-radius: 25px;
                font-size: 17px;
                text-align:center;
            }

.AllContant .Sections {
    width: 330px;
    float: right;
    text-align: right;
    background-color: #fff;
    padding: 10px 10px 65px 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    color: #505050;
    margin: 10px 10px;
    transition: all .3s ease-in-out;
    position: relative;
}

    .AllContant .Sections:hover .BTN-GO {
        box-shadow: 3px 4px 20px 2px #d2d2d2;
        transition: all .3s ease-in-out;
        background-color: #efb205;
        color: #FFF;
    }

    .AllContant .Sections:first-child {
        margin-left: 10px
    }

    .AllContant .Sections .PersonalAccount {
        width: 100%;
        background-color: #eaeaea;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 15px;
        color: #6f6f6f;
        margin-bottom: 10px;
    }

        .AllContant .Sections .PersonalAccount .Pers-Name {
            margin: 5px 0 0;
            padding: 5px 0 0;
            font-size: 18px
        }

        .AllContant .Sections .PersonalAccount .Pers-Title {
            margin: 0;
            padding: 5px 0;
            position: relative
        }


    .AllContant .Sections .DateTime,
    .AllContant .Sections .NewTransactions,
    .AllContant .Sections .Transactions,
    .AllContant .Sections .Authorization {
        width: 100%;
        color: #5a5a5a;
        font-size: 13px;
    }

        .AllContant .Sections .DateTime .Date-Text,
        .AllContant .Sections .NewTransactions .NewTransactions-Text,
        .AllContant .Sections .Transactions .Transactions-Text,
        .AllContant .Sections .Authorization .Authorization-Text {
            width: 54%;
            float: right;
            text-align: right
        }

        .AllContant .Sections .DateTime .Date-Num,
        .AllContant .Sections .NewTransactions .NewTransactions-Num,
        .AllContant .Sections .Transactions .Transactions-Num,
        .AllContant .Sections .Authorization .Authorization-Num {
            width: 46%;
            float: right;
            text-align: center
        }

    .AllContant .Sections .BTN-GO {
        margin: 5px auto;
        text-align: center;
        padding: 10px 10px;
        color: #FFF;
        cursor: pointer;
        border-radius: 30px;
        border: 1px solid #DDD;
        color: #383838;
        position: absolute;
        width: 27%;
        bottom: 10px;
        left: 34%;
    }

        .AllContant .Sections .BTN-GO::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f2f6";
        }

.Makken_login .Makken_login_cont .Makken_login_form .popup_alert_div_sys {
    position: absolute;
    left: 0;
    right: 0;
    width: 320px !important;
    top: 40% !important;
    padding: 30px 0 !important;
}

.Makken_login .Makken_login_cont .Makken_login_form .popup_alert_div_bgOpicty {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.login_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

    .login_loader div {
        width: 15%;
        text-align: center;
        height: 40vh;
        box-shadow: 5px 5px 20px #ddd;
        border-radius: 10px;
    }

    .login_loader .loader {
        font-size: 20px;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        animation: loading 1.1s infinite ease;
        transform: translateZ(0);
        margin: 125px auto 0;
    }

    .login_loader button {
        margin-top: 120px;
        background: none;
        font-weight: bold;
        font-size: 18px;
        border: none;
        cursor: pointer;
        color: #efb205;
        transition: all 0.3s ease-in-out
    }

        .login_loader button:hover {
            color: #f59300;
        }

@keyframes loading {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
.myContainer {
    padding: 0px 0px;
}

#dv_login .myContainer .AllContant {
    display: flex;
    flex-wrap: wrap;
}
