.auth-links {
    margin-top: 10px;
}
    @media screen and (max-width: 576px) {
      .login-box,
      .register-box {
        margin-top:0;
       /* width: 100% !important;*/
      }
    }
  .login-page {
   /* background: url("/img/login-bg.jpg") no-repeat fixed center ;*/
    background-size: cover;
  }

  .login-box {
    border: 5px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 25px #eee;
    margin-top: 10vh;
  }

  .login-footer-text {
    position:fixed;
    bottom: 0;
    width: 100%;
    text-align:center;
    font-size: .9em;
    font-weight: 500;
    color: #eee;
  }
