body{
	background-color: #eee;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif */
}

.border{
  border :1px solid black;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}

h3{
  font-size: 140%;
}
.ctr{
  margin-top: 20%;
}

.image img{
  width: 120px;
  margin-top: 5px;
}

.container p{
  color: #eee;
  font-size: 14px;
  text-align: left;
}

.header{
	background-color: #0B3C5D;
	color: #eee;
}

.btn-danger{
  background-color: #942a1d;
}

.form-control{
  background-color: #fff;
  color: #000;
}

.navbar {
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #0B3C5D;
  color: #fff;
}

.navbar-inverse .navbar-nav li a{
	color: #fff;
}

/* Remove the jumbotron's default bottom margin */ 
 .jumbotron {
  margin-bottom: 0;
  height: 200px;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #0B3C5D;
  padding: 15px;
  margin-top: 80px

}

.login{
  margin-top: 145px;
}

.p{
  color: #eee;
}

.air img{
  width: 100%;
  margin-top: 20px;
  height: 500px;
}