@media (max-width: 1024px) {
    body {
        width: 100%;
        min-height: 100vh;
    }

    .content-container {
        flex-direction: column;
        min-height: calc(100vh - 96px);
    }

    .image-section {
        display: none;
    }

    .form-section {
        width: 100%;
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .main-header {
        height: 48px !important;
    }

    .header-container {
        padding: 0 0 0 10px;
    }

    .logo-container {
        width: 160px !important;
        height: 48px;
    }

    .logo {
        width: 160px;
    }

    .nav-section {
        width: auto !important;
        padding: 0 0.75rem;
    }

    .nav-section-1 {
        width: 70px !important;
    }

    .nav-text {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .desktop-only {
        display: none;
    }

    .icon-spacer {
        display: none;
    }

    .header-nav {
        margin-left: auto;
        height: 48px !important;
    }

    .nav-text-small {
        display: none;
    }

    .nav-section-3 {
        justify-content: center;
        padding: 0.5rem;
    }

    .nav-height {
        height: 49px;
    }

    .form-content {
        padding: 1rem;
        min-height: calc(100vh - 96px);
        margin-top: 0;
    }

    .combobox, .submit-button, .form-group, .form-input, h1, p {
        width: 100% !important;
    }

    .submit-button {
        padding: 0;
        height: 32px;
        margin-top: 10px;
    }

    .combobox-options {
        margin-top: -11.5rem;
    }

    .combobox-language .combobox-input-wrapper {
        /*width: 50% !important;*/
    }

    .combobox-input {
        height: 32px;
    }

    .custom-select__input {
        height: 32px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
        height: 32px;
        margin-top: 10px;
    }

    .profile {
        cursor: pointer;
    }

    .form-input {
        width: 296px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #808080;
        border-radius: 4px;

        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.03px;
    }

    .form-input::placeholder {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.03px;
    }
}
