:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
      "Source Han Sans CN", sans-serif;
  }

  .main-container {
    overflow: hidden;
  }

  .main-container,
  .main-container * {
    box-sizing: border-box;
  }

  input,
  select,
  textarea,
  button {
    outline: 0;
  }

  /* .main-container {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .main-container{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    position: absolute;
    width: 225px;
    height: 225px;
    top: -13px;
    left: -17px;
    /* background: url('./logo.png') no-repeat center;
    background-size: cover; */
    z-index: 1;
  }
  .pic-1 {
    position: absolute;
    width: 100%;
    height: 832px;
    top: 0;
    left: 0;
    /* background: url('./bg-1.jpg') no-repeat center; */
    /* background-size: cover; */
    opacity: 50%;
  }
  .pic-2 {
    position: absolute;
    width: 100%;
    height: 832px;
    top: 0;
    left: 534px;
    /* background: url('./bg-2.png') no-repeat center;
    background-size: cover; */
    z-index: 2;
    opacity: 80%;
  }
  .pic-3 {
    position: absolute;
    width: 100%;
    height: 832px;
    top: 0;
    left: 534px;
    /* background: url('./bg-2.png') no-repeat center;
    background-size: cover; */
    z-index: 1;
  }
  /* .bg-login {
    position: absolute;
    width: 649px;
    height: 424px;
    font-size: 0px;
    background: #ffffff;
    z-index: 3;
    border-radius: 20px;
  }
  .login {
    display: block;
    position: relative;
    height: 54px;
    margin: 35px 0 0 276px;
    color: #000000;
    font-family: Poppins, var(--default-font-family);
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    white-space: nowrap;
    z-index: 4;
  }
  .bg-masuk {
    position: relative;
    width: 186px;
    height: 36px;
    margin: 264px 0 0 232px;
    background: #3e86e5;
    z-index: 13;
    border-radius: 10px;
    cursor: pointer;
  }
  .masuk {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 24px;
    top: 6px;
    left: 66px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 14;
  }
  .bg-email {
    position: absolute;
    width: 56px;
    height: 31px;
    top: 134px;
    left: 65px;
    background: #ffffff;
    z-index: 6;
  }
  .email {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 24px;
    top: 3px;
    left: 6px;
    color: #979797;
    font-family: Poppins, var(--default-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 7;
  }
  .bg-email1 {
    position: absolute;
    width: 569px;
    height: 55px;
    top: -250px;
    left: 40px;
    max-width: 570px;
    margin: 10px 0;
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
  }

.email1 {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.email1::placeholder {
    color: #888;
}

  .bg-password {
    position: absolute;
    width: 101px;
    height: 31px;
    top: 217px;
    left: 65px;
    background: #ffffff;
    z-index: 10;
  }
  .password {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 24px;
    top: 3px;
    left: 6px;
    color: #979797;
    font-family: Poppins, var(--default-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 11;
  }
  .bg-password1 {
    position: absolute;
    width: 569px;
    height: 55px;
    top: -230px;
    left: 40px;
    max-width: 570px;
    margin: 10px 0;
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
  }

  .password1 {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }

  .password1::placeholder {
    color: #888;
  }


  @media (max-width: 768px) {

  }

  @media (max-width: 540px) {

    .bg-login {
      position: absolute;
      width: 320px;
      height: 350px;
      font-size: 0px;
      background: #ffffff;
      z-index: 3;
      border-radius: 20px;
      overflow: hidden;
    }

    .bg-email1 {
      position: absolute;
      width: 80%;
      height: 55px;
      top: -280px;
      left: 40px;
      max-width: 570px;
      margin: 0;
      padding: 12px 20px;
      background-color: #ffffff;
      border: 1px solid #979797;
      border-radius: 20px;
      box-sizing: border-box;
      position: relative;
      z-index: 5;
    }

    .bg-password1 {
      position: absolute;
      width: 80%;
      height: 55px;
      top: -250px;
      left: 40px;
      max-width: 570px;
      margin: 0;
      padding: 12px 20px;
      background-color: #ffffff;
      border: 1px solid #979797;
      border-radius: 20px;
      box-sizing: border-box;
      position: relative;
      z-index: 5;
    }

    .login {
      color: #000000;
      font-family: Poppins, var(--default-font-family);
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      z-index: 4;
      margin: 0;
      margin-top: 10px;
      width: 100%;
    }

  } */

  .box-login{
    font-family: Poppins, var(--default-font-family);
    min-width: 45vw;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: white;
    z-index: 100;
  }

  .box-login .text-login {
    font-weight: bold;
    font-size: 36px;
  }

  .box-login .form-login {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box-login .form-login .btn-login{
    min-width: 80%;
    border-radius: 15px;
  }

  /* From Uiverse.io by kamehame-ha */
  .coolinput {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: static;
    min-width: 80%;
  }

  .coolinput label.text {
    font-size: 0.75rem;
    color: #979797;
    font-weight: 700;
    position: relative;
    top: 0.5rem;
    margin: 0 0 0 7px;
    padding: 0 3px;
    background: #fff;
    width: fit-content;
  }

  .coolinput input[type=email].input,
  .coolinput input[type=password].input {
    padding: 11px 10px;
    font-size: 0.75rem;
    border: 2px #979797 solid;
    border-radius: 15px;
    background: #fff;
  }

  .coolinput input[type=email].input:focus,
  .coolinput input[type=password].input:focus {
      outline: none;
  }

  @media (max-width: 540px) {

    .box-login {
        min-width: 90vw;
    }

  }

  @media (max-width: 1024px) {

    .box-login{
        min-width: 90vw;
    }

    .pic-2, .pic-3 {
        display: none;
    }

    .pic-1 {
        height: 100%;
    }

  }
