body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.text-green{
color:#147223;
font-weight: normal;
font-size: 17px;
}
.text-red{
	color:#f12900;
	font-weight: normal;
font-size: 17px;
}

footer{
	background: #000;
	padding: 20px 0px;
	color: #fff;
}
.demo{
	width:300px;
	margin: 0 auto; 

}
.error{
	background-image:url('../../images/trash1.png'); 
	background-repeat: no-repeat;
	padding: 8px;
	margin-left:-10px; 
}
.table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ff8023;
    font-weight: normal;
    font-size: 18px;
}
.gal img{
	width:403px !important;
	height: 800px !important;
	border:10px solid red;
}