/*
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 : Nov 18, 2014, 5:57:13 PM
    Author     : bernard
*/

html > body {
  background-image: url('../images/frontend/bg_login.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

div.panel {  
  background-color: transparent;
}

div.panel-body {
  background-color: rgba(255,255,255,0.8);
}

.left-sidebar {
  display: none;
}

div.content {
  padding-top: 50px;
  padding-left: 50px;
  margin-left: 0px;
}

.box-holder,
div.site-holder {
 background: none;
 background-color: transparent;
}

