﻿ 
 /*---PRELOADER----------------------------------*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/fch.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

 /*----------------------------------------------*/
 
 
 /*---NAVBAR------------------------------------*/

/*Menu border Color*/
.navbar-default 
{
    
}
/*Logo Image */
.navbar-brand-logo {
    max-height:60px;
   
}

 /*----------------------------------------------*/
 
 /*---HOME---------------------------------------*/
 
#home{

}
    #home h1 {
        font-size: 25px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 600;
        padding-bottom: 20px;
       /* border-bottom: 2px solid #001111;*/
        margin-bottom: 10px;
        font-family:Trebuchet MS;

    }
    #home .head-text span {
        display: block; 
        font-size: 25px; 
        color: #fff; 
        margin-bottom: 25px;
    }
        #home .head-text span >i {
             margin-right: 10px; 
             color: #159238;
        }
     #home p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;       
       text-align:center;
    }
    #home .overlay {
        min-height: 800px;
        background: url(../img/fondobci2020.png) no-repeat center center;
        padding: 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #home h3 {
        color:#fff; 
    }
    .div-trans {
padding-top: 5px;
background-color: rgba(0, 0, 0, 0.5);
min-height: 330px;
margin-top: 150px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
        .div-trans i {
            margin-left: 10px; 
            margin-right: 10px; 
            color: #159238;
        }
        .div-trans span {
            color: #ff0000;
        }
        .div-trans button {
            background-color: #159238;
        }
#home .form-control {
    background-color:transparent;
}


 /*----------------------------------------------*/
 
 /*---FOOTER-------------------------------------*/
#footser-end {
  text-align:right;
  font-size:x-small;
  background-color:#242222; 
  color:#fff;
  padding:20px;
}
 /*----------------------------------------------*/

 

 
 /*---BODY---------------------------------------*/
 body {
  background: #242222;

}
 /*----------------------------------------------*/
 
 
 /*---LOGIN--------------------------------------*/
    .form-signin input[type="text"] {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        height: auto;
        padding: 110px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .vertical-offset-100 {
        padding-top: 100px;
    }
    .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    
    }
    .panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.65);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
 /*----------------------------------------------*/
