* {
    margin: 0;
    padding: 0;
  }
  html,body{
    height:100%;
  }

  #container{
    min-height:100%;
    background-color: #f8f9fc;
  }

  #main{
    overflow: auto;
    padding-bottom: 100px;
  }
  .help-block{
    color:#e74a3b;
  }

  #links>a{
    color: #fff;
  }

   .sticky-footer{
    background-color:#4e73df;
    /* width: 100%;
    margin-top:40vh; */
    color: white;
    text-align: center;
    position: relative;
    height:90px;
    margin-top: -90px;
    clear: both;
    font-size: 13px;
  }  
  .navbar{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  
  .container-fluid{
    margin-top: 100px;
  }

  .bg-login-image{
    background-image: url(../images/login.jpg);
    background-position: center;
    background-size: cover;
  }
  .bg-register-image{
    background-image: url(../images/register.jpg);
    background-position: center;
    background-size: cover;
  }

  .btn-xl>.btn{
    width:90%;
    padding:15px;
    margin: 15px;
    margin: 0 auto;
}

.card-no-border>.card{
    line-height: 100%;
    /* height: 100%; */
    text-align: center;
    padding-bottom:100px;
}
.card-no-border>.card-body{
    padding: 0;
    margin: 0;
}