body {
  margin: 0;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

@media screen and (max-device-width: 800px) {
  body {
    background-image: url(/media/background/1.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
   }

  #bgvid { display: none; }
}

.signin-wrapper {
	min-height: 100vh;
	width: 100vw;
	padding-top: 20vh;
}

.form-signin {
	max-width: 95vw;
  width: 400px;
  border-radius: 8px;
	padding: 30px;
	margin: 0 auto;
	background-color: rgba(230,230,230,0.95);
  }

.form-signin-heading-img {
  width: 100%;
  margin-bottom: 50px;
}

.form-signin input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin button[type="submit"] {
	/*margin-top: 20px;*/
}
