div.well{
  height: 250px;
}

.login-form-center {
  margin: 0 auto;
  width: 400px;
}

#logo-container{
  margin: 25px auto;
  width:300px;
  height:60px;
  background-image:url('/assets/logo.png');
}

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: url('https://cdn.ideliver.com.my/ideliver_main/ideliver.png') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

#jumbo {
  padding: 20px;
  position: fixed;
  right: 20px;
  color: white;
  width: 500px;
  height: 250px;
}

#jumbo_background {
  position: fixed;
  right: 20px;
  opacity: 0.5;
  background: black;
  width: 500px;
  height: 250px;
}