/*
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 : 09-mar-2017, 10:17:50
    Author     : javi
*/

body{    
    background-image: url(../media/rupit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}

.logo{
    margin-top: 190px;
}

@media only screen and (max-width: 450px) {
    
    body{
        background-size: inherit;
    }
    
    .logo{
    margin-top: 50px;
    }    
}


