.fi-simple-main {
    border-radius: 0 !important;;
}

@media screen and (min-width: 640px) {
    .fi-simple-main {
        max-width: 100% !important;
        margin-top: 0 !important;
        min-height: 100vh !important;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .fi-simple-header {
        /*display: none !important;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 242px;
    }

    div.fi-simple-page > section.grid {
        max-width: 40% !important;
        margin-left: 2% !important;
    }

    main.fi-simple-main {
        background-image: url(/assets/images/fronts/login_bg.png);
        background-size: 50% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .fi-simple-main-ctn {
        position: relative;
    }
}