@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
.login-page {
  width: 400px;
  padding: 10% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input[type="text"],input[type="password"] {
  float: left;
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
}
.form input:focus {
  border: solid 1px #0073e6;
  box-shadow: 0 0 5px 1px #969696;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover{
  background-color: #ff1a1a;
}
.lebar100{
  width: 100%;
}
.lebar70{
  width: 70%;
}
.lebar30{
  width: 30%;
}
.eyeshow2 {
  float: left;
  vertical-align: middle;
  padding: 0;
  margin-left: -36px;
  padding-top: 4px;
  background: lightgray;
  background-image: url(../images/showpass.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 40px;
  font-size: 14px;
  opacity: 0.4;
}
.eyeshow2:hover {
  cursor: pointer;
  opacity: 0.8;
}
.logobaru{
  float: left;
  padding: 5px;
  margin-top: -15px;
  padding-bottom: 10px;
}
.tulisanjudul{
  float: left;
  color: #000;
  margin-top: -15px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
.keycapt{
  float: left;
}
.judulbesar{
  font-weight: bold;
  font-size: 14px;
}
.judulkecil{
  font-size: 12px;
  padding: 0;
  margin-top: 0;
  color:
}
.judulkecil2{
  font-size: 11px;
  padding: 0;
  margin-top: 0;
  color:
}
.arrow-down {
  margin-top: -20px;
  width: 0;
  height: 20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00ace6;
}
