/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.navbar-brand>img {
    height: 40px;
    display: inline;
    padding-bottom: 10px;
    /* margin-left: 15px; */
}

.form-control{
	width:160px !important;
}

.main-head {
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #eee;
}

.main-head p{
    font-size:18px;
}