html,body {
  background-color: #eee;
  height: 100%;
}

/*content wrapper for sticky footer*/
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #eee;
}

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #jumbotron{
    padding:0px;
  }
  #jumbotron h1 {
    font-size: 40px;
    padding: 5px;
    margin-top:5px;
    margin-bottom:0;
  }
  #jumbotron p{
    margin-bottom:0;
}
}
      
h1.white {
  color: #ffffff;
}

.jumbotron {
/*OAC*/
/*  background-color: #1F63AF;*/
/*BAFA*/
  background-color: #0A5B93;
  padding-left: 20px;
  margin-bottom: 0;
  padding: 20px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.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;
}

.alert {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto;

}