.row {
    margin: 0;
}

.row .anyBlock {
    padding: 0;
    max-width: 100%;
}

.commonLeftPart {
    height: 100vh;
}

.commonRightPart {
    height: 100vh;
    background-color: lightgrey;
    background-image: url('/images/pexels-karolina-grabowska-4046570 1.jpeg');
    background-size: 100% 100%;
    text-align: center;
}

.g2-icon {
    position: absolute;
    top: calc(50% - 171px);
    left: calc(50% - 171px);
    width: 342px;
    height: 342px;
}

.commonLeftPartContent {
    padding-top: 7em;
    padding-bottom: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    float: left;
    margin-left: 15%;
}

#header_partners_mobile {
    display: none;
}

.left_block {
    width: 100%;
    padding-bottom: 5vh;
}

.header_logo {
    float: left;
}

.header_logo_1 {
    margin-right: 0;
}

.header_logo_2 {
    padding-top: 10px;
    float: right;
}

#header_partners {
    padding-bottom: 10vh;
}

.login_title {
    position: relative;
    font-size: 5rem;
    font-family: 'DM Sans';
    color: #000;
    text-align: left;
    display: inline-block;
}

.login_input_field {
    width: 100%;
    position: relative;
    border-radius: 30px;
    background-color: #f7f6fa;
    height: 7rem;
    border: none;
    font-size: 1.8em;
    padding-left: 2em;
    padding-right: 2em;
}

.login_input_field:focus {
    border: none;
    color: #444;
}

.submit_button {
    background-color: #5c58ef;
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    padding-left: 2.3em;
}

.submit_button:focus {
    color: white;
}

#footer_partners {
    text-align: center;
}

#login_forget_password_link a {
    width: 100%;
    position: relative;
    font-size: 1.5em;
    font-family: 'DM Sans';
    color: #5c58ef;
    text-align: left;
    display: inline-block;
    padding-left: 2.3em;
}
.footer_logo_1{
    float: left;
}
.footer_logo_3{
    float: right;
}

@media screen and (max-width: 1200px) {
    .commonRightPart, .commonLeftPart {
        height: 50vh !important;
    }

    .commonLeftPartContent {
        padding-top: 2vh;
        padding-bottom: 1vh;
        width: 90%;
        margin-left: 5%;
    }

    .left_block {
        padding-bottom: 2vh;
    }

    #header_partners {
        display: none;
    }

    #header_partners_mobile {
        display: block;
        position: relative;
        top: 3vh;
        left: 10%;
        width: 100%;
        max-width: 210px;
    }

    .g2-icon {
        width: 161px;
        height: 161px;
        top: calc(50% - 85px);
        left: calc(50% - 85px);
    }
    .login_title{
        font-size: 3rem;
    }

    .header_logo_1 {
        position: relative;
        z-index: 2;
    }
    .footer_logo{
        margin-right: 1em;
        margin-bottom: 1em;
    }
    .footer_logo_1{
        float: none;
    }
    .footer_logo_2{
        float: none;
    }
    .footer_logo_3{
        float: none;
    }
}
