.lengkung-kanan {
    height:100%;
    padding:10px;
    background-color:#ffffff;
    border: 1px solid rgb(132, 172, 247);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    }
  .lengkung-kiri {
    height:100%;
    padding:10px;
    background-color:#ffffff;
    border: 1px solid rgb(132, 172, 247);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    }
    .gradient-main {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
    @-webkit-keyframes animScaleX {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.175);
      }
      100% {
        transform: scale(1);
      }
    }
    
    @keyframes animScaleX {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.175);
      }
      100% {
        transform: scale(1);
      }
    }
    @-webkit-keyframes animScale {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.175);
      }
      100% {
        transform: scale(1);
      }
    }
    @keyframes animScale {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.175);
      }
      100% {
        transform: scale(1);
      }
    }
    @-webkit-keyframes animRotate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    @keyframes animRotate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    
    .animated-scaleX {
      -webkit-animation: animScale 45s 0.5s ease-in-out infinite;
              animation: animScale 45s 0.5s ease-in-out infinite;
    }
    
    .animated-scale {
      -webkit-animation: animScale 45s 1s ease-in-out infinite;
              animation: animScale 45s 1s ease-in-out infinite;
    }
    
    .animated-rotate {
      -webkit-animation: animRotate 8s 0s ease-in-out infinite;
              animation: animRotate 8s 0s ease-in-out infinite;
    }    
body{background-color:var(--bs-body-bg)}#auth{height:100vh;overflow-x:hidden}#auth #auth-right{height:100%;background:url(./png/4853433.png),linear-gradient(90deg,#2d499d,#3f5491)}#auth #auth-left{padding:5rem}#auth #auth-left .auth-title{font-size:4rem;margin-bottom:1rem}#auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem;color:#a8aebb}#auth #auth-left .auth-logo{margin-bottom:7rem}#auth #auth-left .auth-logo img{height:2rem}@media screen and (max-width: 1399.9px){#auth #auth-left{padding:3rem}}@media screen and (max-width: 767px){#auth #auth-left{padding:5rem}}@media screen and (max-width: 576px){#auth #auth-left{padding:5rem 3rem}}html[data-bs-theme=dark] #auth-right{background:url(./png/4853433.png),linear-gradient(90deg,#2d499d,#3f5491)}
