    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
.main-box{
    background-color:#f8f8f8;
    border: 3px solid #e7e7e7;
    border-radius: 10px;
    margin-top: 50px;
    height: 200px;
    width: 100%;
    color:#6e6e6e;
}
.body-container{
    background: url(../img/bg.jpg);
}

label{
    font-size:16px;
    font-weight:600; 
    margin-top: 20px;
    margin-left: 10px;
}

.center-piece{
    width: 100%; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
/*    margin-top: 70px;*/
    padding: 70px;
    position: relative;
}

.nav-brand{
    font-size: 18px;
    color:#6e6e6e;
}

.nav-header{
    margin-top:10px;
}

img{
    float:left;
    margin-top:-3px;
    margin-right: 2px;
    height: 30px;
    width: 30px;
}


