/*
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 : 06-nov-2017, 22:43:55
    Author     : Fabian Vega
*/

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


        .error{
            background-color: #E74F4F;
            position: absolute;
            top: 0;
            padding: 10px 0 ;
            border-radius:  0 0 5px 5px;
            color: #fff;
            width: 100%;
            text-align: center;
            display: none;
        }


        .panel-default {
        opacity: 0.9;
        margin-top:40px;
        
        
        }

        
        .form-group.last { margin-bottom:0px; 
 
        
        }

        td {
            font-weight: normal;
        }