.login-logo {
  margin-top: -5vh;
  margin-bottom: 10vh;
}

.hold-transition,
.login-page {
  background: url('BG Skin HP.png') no-repeat center center fixed;
  background-size: cover;
}

.login-box-body {
  margin: auto;
  width: 22em;
  border-radius: 1.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
}

.form-control {
  border-color: #808080;
  border-radius: 50px;
  border-width: 0.15em;
  height: 6vh;
  color: #808080; 
}

.form-control-feedback {
  margin-top: 1vh;
}

.email-icon {
  background: url('Icon Mail Grey.png') no-repeat center center;
  background-size: 45%;
  width: 2.9vw;
  height: 6vh;
  margin: auto;
}

.pass-icon {
  background: url('Icon Password Grey.png') no-repeat center center;
  background-size: 45%;
  width: 2.9vw;
  height: 6vh;
  margin: auto;
}

input::placeholder {
  font-size: 12px;
  font-style: italic;
}

.h3-text {
  color: #000;
  font-weight: 600;
  margin-bottom: 0em;
}

.p-text {
  color: #000;
  text-align: left;
  padding: 0 0 20px 0;
  margin-top: -1em;
}

.forget {
  color: #808080;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

button.masuk {
  border-radius: 50px;
  background-color: #808080;
  border-color: #808080;
  font-size: 16px;
  font-weight: 700;
  width: 40%;
  display: block; /* make it a block so we can center it with margin */
  display: inline-block; 
}

button.masuk:hover {
  background-color: #C91218; /* darker gray */
  border-color: #C91218;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .login-logo {
    margin-top: 0vh;
    margin-bottom: 10vh;
  }

  .email-icon {
    background: url('Icon Mail.png') no-repeat center center;
    background-size: 45%;
    color: #808080;
    width: 8vw;
    height: 6vh;
    margin: auto;
  }
  
  .pass-icon {
    background: url('Icon Password.png') no-repeat center center;
    background-size: 45%;
    color: #808080;
    width: 8vw;
    height: 6vh;
    margin: auto;
  }
}