.login_page {
    height: 100vH;
    background-color: white;
    display: flex;
    justify-content: right;
    position: relative;
    /*min-width: 1024px;*/
}

    .login_page > .login_content_left {
        width: 100%;
        height: 100%;
        overflow: hidden;
        flex: 3;
    }

        .login_page > .login_content_left > .background_login {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('../login_image.png');
        }

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0%;
}

.h-full {
    height: 100%;
}

.flex {
    display: flex;
}

.boxLogin #email_help {
    margin-top: 5px !important;
}


.login {
    min-width: 1024px;
}

.modal_forgot > .ant-modal-footer {
    text-align: center !important;
}

#email_help {
    margin: 10px 0 !important;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .wrapper > .sub {
        font-weight: 400;
        color: #667085;
        text-align: center;
        margin: 0px 35px 0px 35px;
    }

.button_signIn {
    background-color: #1570ef;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    width: 40%;
    height: 40px;
    margin-left: 0;
}

.button_cancel {
    background-color: #e9f5ff !important;
    height: 40px;
    font-style: normal;
    font-weight: 400;
}

.button_reset_pass {
    height: 40px;
    background: #1570ef;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.credit {
    position: relative;
    margin: 25px auto 0 auto;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

    .credit a {
        color: #222222;
        font-size: 16px;
        font-weight: 600;
    }

/* * * * * Login Form CSS * * * * */
h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700;
}

    h2 img {
        width: 120px;
    }

p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
/*
@media (max-width: 1365px) {
    p {
        font-size: 14px;
    }
}*/

#kt_login_signin_submit.btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    #kt_login_signin_submit.btn:hover {
        color: #4caf50;
        background: #ffffff;
    }

.col_left,
.col_right {
    width: 55%;
    padding: 45px 35px;
    display: flex;
}

.col_left {
    width: 45%;
    background: #4caf50;
    -webkit-clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
    clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
}
/*
@media (max-width: 1365px) {

    .login_page > .login_content_left > .background_login {
        transform: scale(150%);
        flex: unset;
        background-size: contain;
        position: relative;
        overflow: hidden;
        background-image: url('../login_image.png');
    }

    .login_page > .boxLogin {
        width: 30%;
        background: #fff;
        z-index: 1;
    }

        .login_page > .boxLogin button:nth-child(1) {
            width: 70%;
            height: 45px;
            transform: scale(0.8);
            margin-bottom: 30px;
        }

        .login_page > .boxLogin > button:nth-child(2), button:nth-child(3) {
            width: 75%;
            height: 45px;
        }

            .login_page > .boxLogin > button:nth-child(2) > div, button:nth-child(3) > div {
                font-size: 14px;
            }
}

@media (max-width: 1167px) {
    .login_page > .login_content_left > .background_login {
        transform: scale(135%);
    }
}

@media (max-width: 1024px) {
    .login_page > .login_content_left > .background_login {
        transform: scale(155%);
    }
}
*/