.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
  }
  
  .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #00003d;
  }
  
  .inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #00003d;
  }
  
  .inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #00003d;
  }
  
  @keyframes rotate-one {
    0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-two {
    0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-three {
    0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
  }

  .bg-load{
    background-color: #bdbdff;
  }
    @media (min-width: 768px) {
  body { background-image: url(../kp3bc.jpg);}    
    }
    

  .card{
    background-color:  #ffffffad;
  }
  @media (max-width: 767px) {
    body{
      background-color: #bdbdff;
    }
      .form-bot {
        width: 60%;
        padding: 9px 10px 8px 27px;
      }
      .infoDaftar .logo-container{
        padding-top: 40px;
        margin-bottom: -20px;
      }
      .logo-prov{
        width: 25% !important;
      }

      .logo-spmb{
        width: 50% !important;
      }

      div.ctndwn a{
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
        margin-left: 0rem !important;
      }
      .row{
        padding-right: 0px;
        margin-left: 0px;
      }
      .authentication-wrapper.authentication-basic .authentication-inner:before,  .authentication-wrapper.authentication-basic .authentication-inner:after{
        width: 0;
      }
    }