.content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  background-size: cover;
}
/*div {
    direction: rtl;
}*/
#login-blur {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 -40px;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  background-size: cover;
}

#login-darken {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  position:relative;
}

#content > .container {
    z-index: 5;
}

.panel{
  margin-bottom: 10px;
}

#content {
    margin-top: 30px;
}

#content .navbar-brand {
    height: auto;
    margin-top: 20px;
    width: 420px;
    padding: 0;
}

.navbar-brand img {
    max-height: 100px;
    vertical-align: middle;
    display: inline;
}

#footer {
    margin-bottom: 20px;
}

#content .panel {
    margin-top: 15px;
    margin-bottom: 25px;
}

#login-form form.panel-body {
  padding-top:15px;
  }
#login-form div.panel-body {
  padding:30px 30px 0 0;
}
.bg-dark {
    background-color: #38354a;
    border-right-color: #38354a;
}
.btn-dark {
    color: #fff !important;
    background-color: #38354a;
    border-color: #2e3e4e;
}
.bg-dark .lt {
    background-color: #38354a;
}
