html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
	background-color:#000; width:100%; height:100%; 
	background-image: url(../../../dist/img/login.jpg);
    background-size: cover;
    background-position: top center;
	-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center; 
}

main.form-signin .main-login{
    width: 100%;
    max-width: 400px;
    margin: auto;
	background-color:#fff;
	z-index: 999;
}
.card-logo-header {
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	padding: 0.75rem 1.25rem;
}
.login-card-body {
	padding: 1.75rem 1.25rem 2.75rem 1.25rem;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin p.text-muted{
	display:none;
}
.login-card-body .form-group{
	text-align:left;
}
.login-card-body .form-group label { margin-bottom:5px; } 


/* ---- reset ---- */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../../dist/img/effect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
 opacity: 0.1;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}