/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {    
    background: url('../images/bg_login3.jpg') #E6E6E6 repeat-x;  /*#F07319,    #FF4500;*/
    margin-top: 50px;         
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*
.image-bg-fluid-height {    
    padding: 30px 0;    
    height: 100%;    
    position: absolute;
    top: 0;
    width: 100%;
}
*/
/*
.image-bg-fixed-height {    
    height: 450px;
}
*/
.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;        
    position: absolute;
    top: 330px;
    width: 100%;
    color:#FFFFFF;    
    height: 300px;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {   
    background-color:#000000; /*#EA610B;*/
    opacity: 0.8;
    bottom: 0;
    height: 40px;
    position: fixed;
    width: 100%;
    color: #FFFFFF;
    padding-top: 8px;
}

#logotcapps {
    width: 280px;
}

.btn-white {    
    border-color: #F07319;
    color: #AA5212;
    margin-right: 15px; 
    width: 100%; 
    border-radius: 5px; 
    font-size: 14px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btn-white:hover {        
    color: #AA5212;
        
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+100,cccccc+100 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(left, #eeeeee 100%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eeeeee 100%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eeeeee 100%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}


/*  Overwrite bootstrap */

.alert-danger {
    /*background-color: #dcdcdc;*/
    border-color: #808080;
    color: #808080;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}