/*
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 : 30/01/2015, 17:28:55
    Author     : filippi
*/

.outer-page{
    background: url(../img/bgInicial.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-page .tab-pane{
    background: rgba(255,255,255,0.0);
}
.login-page{
    background: rgba(255,255,255,0.5);
}