body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */		
  padding-top: 70px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

form p {
  color: red;
}

.thumnail {
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;

}

.center {
  text-align: center;
}

/*SCROLL TO TOP BUTTON*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}  

.form-signin {
  max-width: 400px;
  padding: 10px;
  margin: 0 auto;
}
.form-signin .form-signin-heading{
   margin-top: 50px;
   margin-bottom: 50px;
}
.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;
}

.error {
  color: red;
}
.form-label {
  margin-top: 10px;
}

.form-submit {
  margin-top:15px;
}
.message{
  margin-top: 20px;
}

.top-nav-collapse {
  padding: 0;
  background-color: #1f5389;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.main-content{
  /*min-height: 350px;*/
}

/*.form-center {
  margin-top: 100px;
}*/

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.panel-title {
  font-weight: bold;
}

.panel-title:first-letter {
    text-transform: uppercase;
}