/* updated by cahyaajipermana */
/* start login */
html, body, body * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#login-body {
    background-color: #aaaaaa;
  }
  .login-top-title {
    font-weight: 500;
    line-height: 1;
    color: #172b4c;
    padding-left: 30px;
    /* padding-bottom: 15px; */
  }
  .login-box {
    min-height: 420px;
  }
  .login-left-side {
    background-image: url("../../asset/login/bg_login.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 50px;
    overflow: hidden;
  }
  .login-left-side * {
    color: #fff;
  }
  .login-app-name {
    line-height: 1.2;
    font-size: 28px;
    padding-left: 30px;
    margin-left: 15px;
    background-image: url("../../asset/login/grp.png");
    background-size: 6px 100%;
    background-position: left top;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    font-weight: 500;
  }
  .login-caption {
    font-size: 12px;
  }
  .login-right-side {
    background-color: #172b4c;
    padding: 50px;
    text-align: center;
  }
  .login-right-side .form-control {
    background: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    border: none;
  }
  .login-alert {
    border-radius: 8px;
    margin: 0;
  }
  .login-welcome {
    font-size: 18px;
    font-weight: 500;
  }
  .silakan-login {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  #logText {
    /* background-color: #76be00; */
    padding: 1rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3)
  }
  .text-right {
      text-align: right;
  }
  #login-process {
      display: none;
  }

  @media screen and (max-width: 768px) {
    .login-box {
        width: 100%;
        margin: auto;
    }
    .offset-2 {
        margin: auto;
    }
    .login-left-side {
        padding: 50px;
    }
    .login-header {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #logo-1, #logo-2 {
        width: auto;
    }
  }
  /* end login */