/*
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 : 02-ago-2016, 11:15:38
    Author     : JoseChacin
*/
@media only screen and (max-width: 660px) {
    body{
        background-image: url("../img/bg_home.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: white;
    }
}
.panel{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.btn{
    max-width: 70px;
    background-color: orange;
    color: white;
}