body{
    width: 100%; 
    height: 100%; 
    margin: 0;
    background-image:url(/img/Featured-Image.jpg);
    }
a{
    text-decoration: none; 
    background-color: transparent; 
    color:#ededed;
 }
 .content{
    min-height: 600px;
 }
 .banner-image{
   padding-top: 75px; 
   padding-bottom: 50px;
   margin-bottom: 20px;
   text-align: center;
   color: #f8f8f8;
   background: url(img/intro-bg_1.jpg) no-repeat center; 
   background-size: cover;
 }
.banner_content{
   position: relative;
   padding: 90px;
   overflow: hidden;
   margin: 100px;
   border-radius: 90px;
   background-color: 
   rgba(0, 0, 0, 0.7); 
   max-width: 660px;
   font-family: roboto;
}
.caption{
   color:rgb(0, 0, 0); 
   padding:30px; 
   font-weight: bold; 
   text-align: center;
}

.signup{
   margin-top: 50px;
   margin-bottom: 190px;
}
.settings{
   margin-top: 70px;
   margin-bottom: 345px;
}

#login-panel .panel-footer{
   font-weight:normal;
}

#cameras:before, #watches:before, #shirts:before{
   display: block; 
   content: " "; 
   margin-top: -85px; 
   height: 85px; 
   visibility: hidden;
}

footer{
   padding: 20px ;
   background-color: #101010; 
   columns: #9d9d9d;;
   bottom: 0; 
   font-size:14px;
   width: 100%;
}
.content{
   margin-top: 80px;
}

.password{
   font-size: 25px;
}
