﻿#holder {
    background: transparent url("images/fondo.jpg") no-repeat fixed 0 0;
    background-size: cover;
    height: 100%;
}

#contenedorLogin {    
    margin-top:40px;
    background-color:rgba(255, 255, 255,0.60);
}

#bienvenido {
    text-align: center;
}

hr {
    height: 1px;
    border: none;
    background-color: #ccd2db;
}

.navbar-inverse {
    background-color: rgba(28, 45, 73, 0.96);
    border: none;
}

footer {
    background-color: rgba(28, 45, 73, 0.96);
}