.white-space {
  position: relative;
  float: right;
  width: 85%;
  border-radius: 0px 4px 4px 0px;
  /* height: 100%; */
  margin: -2px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);

  position: relative;
  overflow: hidden;
  padding: 28px;
  transition: 1s;
  background: #fff;
}








.login-form {
  display: flow-root;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  background: url(/assets/img/0cd91f7f26.jpg) no-repeat;
  /*linear-gradient(190deg, #ffffff12 0%, #ffffff08 56% , #ffffff00 56%, #ffffff05 79%, #ffffff24 124%), */
  background-size: cover;
  transition: 1s;

  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;
}
