.main {
  height: 79vh;
}

.footer {
  height: 10vh;
}

/* Main Col 1*/
.login-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #2F3D52;
  margin: 0;
}

.login-desc {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  color: #868A95;
}

.input-container {
  background: #FFFFFF;
  border: 1px solid #E6E9ED;
  box-sizing: border-box;
  border-radius: 4px;
}

.input-container input {
  width: 100%;
  border: 0;
  /*padding: 0px 10px 10px 20px;*/
  padding: 20px;

  border-radius: 4px;
}

.input-container:focus-within {
  box-shadow: 0px 10px 30px #DCE0E3;
  border: 1px #DCE0E3 solid;
}

/* placeholder style */
.input-container input::-webkit-input-placeholder {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.input-container p {
  font-size: 14px !important; 
  color: #A8A9B1;
  padding: 10px 10px 0 20px;
  margin: 0px;
}

.input-container input:focus {
  outline: 0;
}

.input-container .icon-eye {
  position: absolute;
  right: 6%;
}

.jenis-user {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344359;
}

.jenis-user span {
  display: inline-block;
  margin-left: 15px;
}

/* End Main Col 1*/



/* Main Col 2*/
.watermark-buku-login {
  background: no-repeat url("../images/buku_watermark.png");

  height: 90%;
  background-size: contain;
  background-position: right bottom;
  padding: 0;
}
/* End Main Col 2*/



/* Footer */
.footer {
  box-shadow: 1px -2px #ECEFF4;
}

.footer p {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #8D97A2;
  margin: 0;
  margin-left: 8%;
}
/* End Footer */

