/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/12/2016, 4:03:41 PM
    Author     : engelhardtg
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {      
        body > .container-fluid{
            padding: 70px 15px 0;
        }
        .login{
            width:30%;
        }
    }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
        body > .container-fluid {
            padding: 5px 15px 0;
        }
    }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
        body > .container-fluid {
            padding: 5px 15px 0; 
        }
    }
    @media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) { 
        body > .container-fluid {
            padding: 5px 15px 0;
        }
    }