body {
  padding-top: 20px;
}

h3{
  color:#3e598a;
}

h2{
  font-size: 24px;
  margin-bottom:25px;
}

hr{
  margin-bottom:25px;
  margin-top:25px;
}

.small{
 font-size: 18px;
 color: #888;
}

.form-msg{
 font-size: 13px;
 color: #ff3333;
 margin-bottom:15px;
 margin-top:5px;
}

.logo-header{
 float: right;
}

.text-header {
  padding: 0px 0px 15px;
  font-size: 21px;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 40px;
  border-top: 1px solid #3e598a;
  color:#3e598a;
  font-size: 12px;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin-bottom:5px;
  height:250px;
  text-align: center;
  background-color: transparent;
  background-image: url('h.JPG');
  background-repeat: no-repeat;
  background-position: right top;

}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
  border: 1px solid #e5e5e5;
  padding: 0px 0px;
  margin-bottom:30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-nav .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.btn-primary {
    color: #999;
    background-color: #eee;
    border-color: #ddd;
}

.btn-primary:hover {
    color: #999;
    background-color: #e0e0e0;
    border-color: #ccc;
}

.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;
          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;
}