header {
  text-align: center;
  height: 3.75em;
  /* box-shadow: 1px 5px 12px #8e8e8e; */
  margin-left: -2.5em;
}

header > img {
  width: auto;
  height: auto;
}

.content-class {
  left: 0;
  /* margin-top: 5%; */
  /* top: 35%; */
  text-align: center;
  position: relative;
  width: fit-content;
  background-color: #fff0ca;
  border: 2px solid #bfbfbf;
  box-shadow: 1px 1px 10px 1px #969696;
  margin: 13% auto;
  width: -moz-fit-content;
}

.header-class {
  /* opacity: 0.4; */
  /* position: relative; */
}

.content-header {
  height: 80px;
}

.input-div-class {
  width: 60%;
  text-align: left;
  margin-left: 5%;
}

.button-login {
  height: 30px;
}

.label-div-class {
  width: 40%;
  text-align: right;
  line-height: 24px;
}

.content-username,
.content-password {
  display: flex;
  margin: 1% auto;
  width: 100%;
  vertical-align: middle;
}

input.input-class {
  border: 1px solid #c3c3c3;
  width: 50%;
  background-color: #ffd155;
  line-height: 20px;
  padding: 1% 2%;
  border-radius: 2px;
  color: white;
  font-size: medium;
}

label.label-class {
  font-size: 14px;
  font-family: sans-serif;
  color: #d0a00d;
}

.content-alert {
  font-size: 11px;
  font-family: sans-serif;
  color: #d0a00d;
  margin: 5% auto;
}

p {
  line-height: 3px;
}

.button-span-class {
  color: white;
  padding: 5% 12%;
  font-weight: bold;
}

button.button-class {
  border: 1px solid #ffba00;
  background: -webkit-linear-gradient(left, #ffd155, #ffc730 30%, #ffc62b 30%, #ffb900);
  border-radius: 2px;
  width: 15%;
  line-height: 20px;
  text-align: center;
  margin-left: 1%;
}

footer {
  font-size: 9px;
  font-family: sans-serif;
  text-align: right;
  padding: 1% 2%;
  color: #d0a00d;
  font-weight: bold;
  background-color: #fee086;
}

.content-footer {
  background: -webkit-linear-gradient(top, #e7d39e, #f9e6b0, #ffecb8);
}

/* #password {
    color: black;
} */
/* input[type="password"] {
    font: small-caption;
    letter-spacing: 1px;
} */
button#btnSetPin:disabled {
  filter: grayscale(1);
  opacity: 0.6;
  color: white;
}

button#btnSetPwd:disabled {
  filter: grayscale(1);
  opacity: 0.6;
  color: white;
}

button#btnLogin:disabled {
  filter: grayscale(1);
  opacity: 0.6;
  color: white;
}

.btn-grp.btn-repass {
  right: 37%;
  font-size: 13px;
}

button#btnRePass:disabled {
  filter: grayscale(1);
  opacity: 0.6;
  color: white;
}
