.white-space {
  position: relative;
  float: right;
  width: 85%;
  border-radius: 0px 4px 4px 0px;
  /* height: 100%; */
  margin: -2px;
  background-color: #121615;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  padding: 28px;
  transition: 1s;
}



.video-container {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
}

.video-container video {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  border-radius: 5px;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}








.login-form {
  display: flow-root;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #0c0e0d;
  border-radius: 4px;
  border: 1px solid #222425;
  /* background: url(https://media0.giphy.com/media/idN0soBYRLPTeEYkUO/giphy.gif) center right no-repeat; */
  /*linear-gradient(190deg, #ffffff12 0%, #ffffff08 56% , #ffffff00 56%, #ffffff05 79%, #ffffff24 124%), */
  background-size: cover;
  transition: 1s;
  box-shadow: 0px 0px 37px #00000082;
  z-index: 999;
}
.logincontainer {
  width: 100%;
  height: 116%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0px;
  z-index: 999;
  background-color: #141416f2;
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.center-pos {
  text-align: center;
  width: 100%;
}
.activationBox {
  position: absolute;
  top: 0;
  height: 380px;
  background-color: #1c1c1f;
}
