﻿@media screen and (min-width: 1872px) {

    .page {
        display: flex;
        width: 100%;
        height: 100svh;
        align-items: flex-start;
        flex-direction: row;
        max-height: unset;
        max-width: unset;
    }

    .left-content {
        min-width: unset;
        max-width: unset;
    }

        .left-content .welcome-text-container {
            width: 537px;
        }


        .left-content .welcome-upper {
            color: var(--Base-color-Main, #FFF);
            font-size: 104px;
            font-style: normal;
            font-weight: 700;
            height: 105px;
        }

            .left-content .welcome-upper .dot {
                color: var(--Accent-color-Primary, #FCDE06);
                font-size: 104px;
                font-style: normal;
                font-weight: 700;
            }

        .left-content .welcome-lower {
            color: var(--Light-shades-Light-Shade-4, rgba(255, 255, 255, 0.90));
            font-family: graphic-regular;
            font-size: 64px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -1.92px;
        }

    .form {
        width: 750px;
        max-width: 750px;
    }

        .form .content {
            width: 537px;
            max-width: 537px;
        }
}
