/*
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 : 23/11/2018, 09:36:53 AM
    Author     : Antonio Guzman
*/
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body{
    margin:0;
    padding:0;
    font-family: sans-serif;
    background:url("../imagenes/fondonegro.jpg") no-repeat;
    background-size: cover;
}
.jumbotron{
    height: 125px;
    background-image: url('../imagenes/jumbobarra.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color:white;
    }
.panel-heading{
    background-color: #CBCACC !important;
}
.navbar{
    background-color: #CBCACC;
}
.navbar-brand:link, .navbar-brand:visited{
    color:deepskyblue !important;
}
.navbar-brand:hover, .navbar-brand:active{
    color:red !important;
}
#navbar li a:link, #navbar li a:visited{
    color:blue;
}
#navbar li a:hover, #navbar li a:active{
    color:black;
}
.formulario{
    background:rgba(254,254,254,0.8);
	width: 99%;
	min-width: 300px;
	margin:auto;
	margin-top:0px;
}
input[type="submit"]{
    cursor:pointer;
    display:inline-block;
    padding: 10px;
    width:100%;
}
.reset-password{
    background: rgba(0,117,217,0.5);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.container .reset-password a{
    color:#fff;
    text-decoration: none;
    font-size: 16px;
}