.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;
  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;
}

input[type='radio'] {
  transform: scale(1.5);
}

.loginmsg {
  color: red;
}
/* End Main Col 1*/

/* antispam */

.spamBox {
  display: flex;
  align-content: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.codenumbercontainer {
  display: flex;
  margin-top: 10px;
  width: 100%;
  border: 1px #E3E8EE solid;
  /* box-shadow: 3px 10px #E3E8EE; */
}

.codenumbercells {
  width: 100%;
  align-self: center;
  align-content: center ;
}

.codenumber {
  width: 100%;
}

.spamform {
  margin-top: 10px;

  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.infospam {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  font-size: 9pt;
}

#sec_key {
  width: 100%;
}

/**/

@media only screen and (min-width: 526px) {
  .jenis-user.desktop {
    visibility: visible;
    display: block;
  }
  .jenis-user.mobile {
    visibility: hidden;
    display: none;
  }
} 

@media only screen and (max-width: 525px) {
  .jenis-user.desktop {
    visibility: hidden;
    display: none;
  }
  .jenis-user.mobile {
    visibility: visible;
    display: block;
  }
} 



/* 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 */

