 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins&display=swap');
    body {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      width: 100%;
      height: 100vh;
      font-size: 12px !important;
      font-family: "Noto Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
      font-variation-settings:"wdth" 100;
    }

    .titel_pag {
      color: #2d2b70;
      padding: 0px;
      margin: 0px;
      letter-spacing: 8px;
    }
    .pem_titel{
      padding-top: 10px;
      line-height: 5px;
      width: 100%;
      text-align: center;
    }

    .pem_titel p{
      color: #f7f7f7;
      letter-spacing: 1px;
      line-height: 16px;
      font-size: 15px;
    }
    /*.dekor{
      position: absolute;
      bottom: 55px;
      left: 0px;
      border-radius: 5px;
      background: #f5f5f5;
      width: 70%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #2d2b70;
    }*/
    .dekor{
/*    background: url(assets/images/footer_wall.png) no-repeat center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
/*    bottom: 0px;*/
/*    height: 230px;*/
    bottom: 55px;
    height: 85px;
    left: 0px;
    border-radius: 5px;
    background: #f5f5f500;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0px solid #2d2b70;
  }
    .dekor .logo_ondekor{
      margin: 10px 10px 10px 80px;
    }
    .logo_onabsolute{
      width: 395px;
      position: absolute;
      left: 85px;
      top: 60px;
      display: flex;
      flex-direction: column;
    }
    .logo_onabsolute span{
      color: white;
      font-weight: 400;
      letter-spacing: 1.8px;
    }
    
    main{
      position: relative;
      display: flex;
      width: 100%;
      height: 100vh;
      margin: auto 0px;
      align-items: center;
      flex-direction: row-reverse;
    }
    .pembungkus_kiri{
      position: relative;
      width: 30%;
      border: none;
      height: 100%;
      color: #fff;
      z-index: 1;
/*      background-color: #00a97d;*/
      background: url('../images/bg_work_safety.png')repeat fixed, #00a97d;
      /*background-repeat: no-repeat;
      background-size: 120px;
      background-position: left bottom;*/
      box-shadow: -6px 0px 15px rgb(0 0 0 / 25%);
    }
    .pembungkus_kiri .header_form{
      margin: 0px 55px;
    }
    .pembungkus_kiri .header_form label{
      font-size: 13px;
      letter-spacing: 0.8px;
      color: #f1f1f1a8;
      text-transform: uppercase;
    }
    .pembungkus_kiri .dekor_kiri {
/*      background-image: url(assets/images/LOGO_HUT_KAI_79.png);*/
/*    background-image: url(assets/images/dekor_probone.png);*/
      background-repeat: no-repeat;
      background-size: 150px;
      background-position: right top;
    }
    .dekor_pembungkus_kiri{
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 370px;
    }
    .dekor_pembungkus_kiri_top {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 190px;
      rotate: 180deg;
    }
    .pembungkus_kiri .pembungkus_formlogin{
      align-items: center;
      flex-direction: column;
      height: 100vh;
      display: flex;
      justify-content: center;
    }
    .pembungkus_kiri .title_log{
      font-weight: 300;
      padding: 0px;
      margin: 0px;
    }
    .pembungkus_kiri .input_grup {
      position: relative;
      width: 360px;
    }
    .pembungkus_kiri .input_grup ion-icon {
      color: #ffffff;
      background: #2d2b70;
      padding: 11px;
      border-radius: 4px;
      border: 1px solid #ffffff;
      position: absolute;
      left: 0px;
      top: 25px;
      font-size: 16px;
      margin: 0px auto;
    }
    .toggle-password {
      font-size: 16px;
      color: #444444;
      float: right;
      cursor: pointer;
      right: 10px;
      top: 35px;
      position: absolute;
    }
    .pembungkus_kanan{
      width: 70%;
      height: 100vh;
      max-height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      /*background: url(https://toyacirebononline.com/wp-content/uploads/2024/09/IMG-20240928-WA0011.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/
      background: url(../images/bg-kai-bysgu.png) no-repeat center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    span {
      font-weight: 200;
      font-size: 15px;
      letter-spacing: 0.8px;
    }
    input[type=text],
    input[type=password],
    select{
      font-size: 14px;
      width: 84%;
      border-radius: 5px;
      background: #F3F6FB;
      border: 1px solid #2d2b70;
      height: 30px;
      margin-bottom: 10px;
      margin-top: 5px;
      outline: #2d2b70;
    }
    input[type=text]:focus,
    input[type=password]:focus,
    select:focus {
      border-color: #2d2b70;
      box-shadow: none;
    }

    .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .94rem + 5.1px);
      padding: 0.25rem 0.75rem 0.25rem 2.75rem  ;
      font-size: .8125rem;
      font-weight: 400;
      line-height: 1.5;
      color: #1c1c1c;
      background-color: #fff;
      background-clip: padding-box;
/*      border: 1px solid #ced4da;*/
      border-radius: .25rem;
      -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    }
    button {
      margin-top: 15px;
      cursor: pointer;
      width: 100%;
      color: white;
      font-size: 12px;
      font-weight: 100;
      letter-spacing: 0.8px;
      background: linear-gradient(15deg, #2d2b70, #2d2b70);
      border: 1px solid #fff;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.37);
      display: block;
      height: 38px;
      font-weight: 600;
      border-radius: 5px;
    }
    button:hover,  button:focus,  button:active {
      background: linear-gradient(15deg, #2d2b70, #2d2b70);
      border: 1px solid #fff;
      outline: 0 none;
      box-shadow: none !important;
    }
    button.visitor {
      margin-top: 15px;
      cursor: pointer;
      width: 100%;
      color: white;
      font-size: 12px;
      font-weight: 100;
      letter-spacing: 0.8px;
      background: linear-gradient(15deg, #FF5722, #FF5722);
      border: 1px solid #fff;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.37);
      display: block;
      height: 38px;
      font-weight: 600;
      border-radius: 5px;
    }
    button.visitor:hover,  button.visitor:focus,  button.visitor:active {
      background: linear-gradient(15deg, #FF5722, #FF5722);
      border: 1px solid #fff;
      outline: 0 none;
      box-shadow: none !important;
    }
    footer{
      position: fixed;
      background-color: #00a97d;
      width: 100%;
      bottom: 0px;
      text-align: right;
      color: white;
      font-size: 12px;
      box-shadow: 0px -8px 8px rgb(0 0 0 / 25%);
    }
    footer p{
      margin: 8px;
      margin-left: 80px;
/*      font-weight: 100;*/
      text-align: start;
      font-weight: 200;
      font-size: 12px;
      letter-spacing: 0.8px;
    }


    @media only screen and (max-width: 600px) {
      .pembungkus_kiri .header_form{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .dekor{
        display: none;
      }
      .content{
        display: none;
      }
      .pembungkus_kiri{
        width: 100% !important;
      }
      .pembungkus_kanan {
        display: none;
      }
      .logo_onabsolute{
        display: none;
      }
    }
    p{
      text-align: center;
    }
    .register{
      text-decoration-line: none;
      color: #FFC107;
      font-weight: 200;
      font-size: 12px;
      letter-spacing: 0.8px;
    }


    
        .slider-wrapper {
          margin-left: 80px;
          font-size: 30px;
          color: #aaa;
          font-weight: bold;
          padding: 10px;
          height: 50px;
          display: flex;
          align-items: flex-start;
        }
        .slider-wrapper h3{
          color: #f26924;
          padding: 0px;
          font-size: 35px;
          margin: 0px;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #2d2b70;
        }
        .slider {
          height: 100px;
          padding-left: 15px;
          margin-top: 0%;
          overflow: hidden;  
        }

        .slider div {
          color: #fff;
          border-radius: 3px;
          height: 50px;
          margin-bottom: 50px;
          padding: 7px 15px;
          font-size: 20px;
          text-align: center;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .slider-text1{
          background: #2d2b70;
          animation: slide 8s linear infinite;
        }
        .slider-text2{
          background: #2d2b70;
        }
        .slider-text3{
          background: #2d2b70;
        }
        .slider-text4{
          background: #2d2b70;
        }
        .slider-text5{
          background: #2d2b70;
        }
        .slider-text6{
          background: #2d2b70;
        }
        .slider-text7{
          background: #2d2b70;
        }
        @keyframes slide {
          0% {margin-top: -700px;}
          5% {margin-top: -600px;}
          14.28% {margin-top: -600px;}
          19.28% {margin-top: -500px;}
          28.56% {margin-top: -500px;}
          33.56% {margin-top: -400px;}
          42.84% {margin-top: -400px;}
          47.84% {margin-top: -300px;}
          57.12% {margin-top: -300px;}
          62.12% {margin-top: -200px;}
          71.4% {margin-top: -200px;}
          76.4% {margin-top: -100px;}
          85.68% {margin-top:-100px;}
          90.68% {margin-top: 0px;}
          99.99% {margin-top: 0px;}
          100% {margin-top: -700px;}
        }
