<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
    .login-page {
        padding: 20px 0px !important;
    }

    .auth-form {
        padding: 35px !important;
    }

    .signup-module .company-info label.company-img {
        width: 95px !important;
        height: 65px !important;
    }

    .home-module .home-detail p {
        font-size: 17px !important;
    }

    .auth-form-home {
        padding: 20px !important;
    }

    .home-module .search-people .chat-form {
        padding: 0px !important;
    }
}

@media(min-width:768px) and (max-width:1024px) {}</pre></body></html>