.login-form {
    @media screen and (max-width: 1200px) {
        * label,
        * button,
        * p {
            font-size: 2.8vw !important;
        }
        * h2 {
            font-size: 3.4vw !important;
        }
    }
}