html, body {
  height: 100%;
  margin: 0px;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
.footer,
.push {
  min-height: 50px;
}

.footer {
 position: fixed;
 margin-left: 0px;
}
.login-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 90%;
  background-image:url(/images/login-register.jpg);
  width: 100%;
  opacity: .5;
  padding: 10% 0;
  position: absolute; }

.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed; }

.login-box {
  position: relative;
  top: 17px;
  width: 400px;
   }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }

