body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

h1 {
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 36px;
  color: #990000;
}

.navbar-inverse {
  background: #fff url('http://localhost/apfi/assets/img/bg.jpg') repeat-x;
    height: 200px;
    border: 0px;
}

.header h2 {
  margin: 0px;
  font: bold 26px arial;
  color: orange;
}
.header h3 {
  margin: 0px;
  font: bold 20px arial;
  color: #fff;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin {
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.butlink {
	font-size: 13px;
	line-height: 1.33333;
}
.butlink  strong{
	background:#ddd;
	margin: 0px 1px;
	padding: 4px 6px;
	border-radius: 6px;
}
.butlink  a{
	background:#337AB7;
	color: white;
	margin: 0px 1px;
	padding: 4px 6px;
	border-radius: 6px;
}

.bold {
  font-weight: bold;
  font-family: verdana;
}

.navbar-header h1 {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font: bold 30px arial;
  color: #fff;
}
.navbar-header a {
  text-decoration: none;
}

.jumbotron {
  background-color: #fff;
}

.labelna {
  width: 200px;
}

.form-control {
    display: inline;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sponsor {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}