#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
}
/*#wrapper > .container {
    padding: 60px 15px;
}*/
.footer {
    height: auto;
    background-color: #111;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #111;
  text-align: center;
}
.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
.content{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 20px;
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    background-color: #fff;
    z-index: -10000;
    margin-top: 90px;
    margin-bottom: 20px;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}
.navbar-custom {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: #333;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}
.navbar-inverse 
.navbar-nav>li>a:focus,.navbar-inverse 
.navbar-nav>li>a:hover{
	color:#0da4d0;
    background-color:transparent
}
.navbar-brand {
    float: left;
    height: 20px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
header{
	padding: 20px;
    background-color: #111; 
}
.article{
	padding-bottom: 20px;
}
.hr-dark {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #444;
}
/***** Box styles *****/
.box-breadcrumb{
    margin-top: 100px;
}
.box-share{
    padding-top: 10px;
    padding-bottom: 10px;
}
/***** End Box styles *****/
/***** Navbar styles *****/
.navbar-brand {
  float: left;
  height: 50px;
  padding: 8px 8px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/***** End Navbar styles *****/
/*****  Jumbotron styles *****/
.jumbotron {
    padding: 20px 20px;
}
/***** End Jumbotron styles *****/
/***** Links styles *****/
a {
  color: #0dd5c0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0da4d0;
  text-decoration: underline;
}
/***** End links styles *****/
.logo{
    display: inline-block;
}

.login-page {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url('../../../../img/sections/backgrounds/login-page.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}