html{
  height: 100%
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: 'Segoe UI', sans-serif; */
  }
  body{
    background: #F9FCFF;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
  }

  img.image-background-people {
    width: 650px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  img.image-lock{
    padding: 0px 20px;
  }

  img.image-logo-site {
    width: 700px;
    height: 300px;
    position: absolute;
    left: 30px;
  }
  .container-fluid.containerr-wrapper {
    height: inherit;
  }

  .title-page{
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
  }

  .form-label{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
  }
  .form-label-required{
    color: #023EC3;
  }
  .right-side {
    background-color: #fff;
    padding: 70px 100px;
  }
  .wrapper-form{
    margin-bottom: 26px;
  }
  input.form-control {
    border-radius: 8px;
    height: 48px;
  }
  input#password {
    border-right: 0px;
  }
  span#togglePassword {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    place-content: center;
    padding-right: 10px;
    font-size: 15px;
  }
  .row {
    height: inherit;
  }
  .tips-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  .tips-list{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
  }
  li::marker {
  font-size: 7px; /* Sesuaikan ukurannya */
  }
  .link-gradient-primary{
    background:linear-gradient(90deg, #196FB7 0%, #008E79 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .form-note{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .login-text{
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
  }

  .fs20-w400{
    font-weight: 800;
    font-size: 20px !important;
    line-height: 100%;
  }

  img.image-done {
    width: 400px;
}

  .fs16-w800{
    font-weight: 800;
    font-size: 16px !important;
    line-height: 100%;
  }
  .fs16-w500{
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
  }

  .fs16-w300{
    font-weight: 300;
    font-size: 16px !important;
    line-height: 20px;
  }

  .fs16-w100{
    font-weight: 100;
    font-size: 14px !important;
    line-height: 20px;
  }

  button.btn-register {
    width: 100%;
    height: 64px;
    margin: 30px 0;
    cursor: pointer;
    border-radius: 16px;
    background-color: #196FB7;
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    border: 0px;
  }

  button.btn-submit {
    width: 200px;
    height: 64px;
    margin: 30px 0;
    cursor: pointer;
    border-radius: 16px;
    background-color: #196FB7;
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    border: 0px;
  }

  button.btn-submit:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    border-color: #999 !important;
}

  .body-form-bisnis img.image-logo-site {
    width: 150px;
    height: 30px;
    margin-left: 50px;
}

.title-form-registrastion-business {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1E1E1E;
}

.subtitle-form-registrastion-business {
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color:#8C8C8C;
}

.title-form-card{
  font-weight: 900;
  font-size: 24px;
  line-height: 44px;
  vertical-align: middle;
  color: #0F172A;
}

.copyright {
  margin-top: 100px;
  border-top: 0px !important;
}
.form-group-default{
  border-radius: 9px !important;
  height: 48px !important;
  align-items: center;
}
.form-label-business {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 32px;
  color: #363636;
}
.wrapper-button-submit{
  text-align: right;
}

.form-label-business .text-primary-site{
  font-weight: 600;
  font-size: 16px !important;
  line-height: 32px;
}
.text-primary-site{
  color: #196FB7;
}

.alert-primary-color{
  background-color: rgba(25, 111, 183, 0.2);
}

.btn-primary-site {
  color: #fff;
  background-color: #196FB7;
  border-color: #196FB7;
}
.wrapper-finish-page {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px #0000000A;
  background-color: #fff;
  margin-top: 40px;
  justify-items: center;
}

@media (max-width: 1050px) {
  #form-data_complete .upload-list-btn-wrapper {
    display: block !important;
  }

  .wrapper-button-submit {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .register img.image-logo-site {
    left: -15vw;
  }
}

@media (max-width: 600px) {
  .right-side {
    padding: 70px 30px;
  }

  button.btn-submit {
    width: 100%;
  }
}