﻿body {
    background: var(--gray);
}

.login-layout {
    display: flex;
    background: #f0f2f5;
    flex-direction: row;
    min-height: 100vh;
}

.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

.login-layout .left-column {
    background: url(/images/Complex-Data.jpg);
    background-size: cover;
    padding: 98px 72px 48px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.login-layout_login .left-column {
    background-image: url(/images/Complex-Data.jpg);
    background-size: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

.login-layout .left-column, .login-layout .right-column {
    display: flex;
    flex: 50%;
}

.login-layout .right-column {
    align-items: center;
}

.elementor-heading-title {
    color: #008fc6;
    font-family: "Poppins", Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    background: #f0f2f5;
    margin: 0;
}
