.containert-tz-phone {
    flex-wrap: wrap;
}

.inputLogin {
    min-height: 46px;
    padding-right: 3%;
    width: 280px;
}

.login-button {
    width: 242px;
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 37px;
    }

    .tree {
        width: 200px;
        top: 40px;
        right: 48%;
    }
    .slider-row {
        background-position: bottom 24% left -25%;
    }

    .blueTabs {
        background-color: transparent;
    }

    .apprtmentTabs li {
        float: right;
        width: 50%;
    }

    .modal-dialog {
        max-width: none;
        margin: auto;
    }

    .instructions > ul > li > a {
        background-color: #ffffff;
        transition: 0.5s;
        padding: 16px 24px;
        color: #39B54A;
        line-height: 100%;
        text-decoration: none;
        border-radius: 32px;
        display: inline-block;
    }

        .instructions > ul > li > a:hover, .instructions ul li a.active, .instructions ul li a:focus {
            background-color: #ffffff;
            color: #39B54A;
        }


    .relevant-document-card p, .relevant-document-card a {
        font-size: 17px;
       text-align: right;
    }


    .apprtmentTabs li button.nav-link.active {
        background-color: #29ABE2;
        color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    #loginPopUp {
        width: 90%;
        transform: translate(21%, -28%);
         top: 15%; 
         right: -40%; 
    }

    .more-options .container, .container {
        max-width: 90%;
    }

    .relevant-document-process {
        margin: 0px;
        padding: 0px;
    }

    .slider-row {
        height:inherit;
    }

    .formPageCenter {
        padding-top: 3vh;
    }

    footer::before {
        top: -59px;
    }
    .umbraco-forms-fieldset {
        margin-right: 50px;
    }
    .umbraco-forms-field {
        max-width: 250px;
        margin-bottom: 30px;
    }
    .umbraco-forms-field-wrapper {
        /* min-height: 57px; */
        overflow: auto; 
        text-align: center;
    }

    .formStyleGlobal .file-upload {
        margin-top: 0px;
    }

    
}

@media (max-width: 574px) {
    #loginPopUp {
        top: 50%;
        left: 50%;
        width: 90%;
        right: -40%;
        transform: translate(-50%, -50%);
    }
    .inputLogin .button-type {
        max-width: 242px;
    }


    .loginButton {
        margin-top: 5%;
    }
}