/* ログイン画面カスタマイズ */
#app-login h2 {
  color: rgb(235, 135, 135);
}
#app-login h3,
#app-login caption {
  color: rgb(134, 72, 235);
}

#app-login .login-frame {
  border: 1px solid #ef808b33;
  box-shadow: 2px 2px #ef808b33;
}

#app-login .login-input table th,
#app-login .login-input table td {
  display: block;
  border-style: none;
  background-color: transparent;
  font-weight: normal;
  font-size: 0.9rem;
  width: calc(100% - 5px);
  margin: 5px auto;
  padding: 0;
}
#app-login .login-input table td {
  margin-bottom: 15px;
}
#app-login .login-input table th::after {
  content: " *";
}

#app-login .parameter-contents table > tbody > tr:hover > * {
  background: unset;
}

#app-login input {
  height: 40px;
  padding: 10px;
  border-color: rgba(64, 64, 64, 0.3);
}

#app-login .icon-right .icon-button:nth-last-of-type(1) {
  right: 14px;
}

#app-login input:focus {
  outline-color: orange;
}

#app-login .login-input > button {
  height: 50px;
  background-color: orange;
  font-weight: bold;
  color: white;
  border-style: none;
  margin: 3px;
}
#app-login .login-input > button:hover {
  opacity: 0.9;
}

#app-login .login-input > button:focus {
  outline-color: orange;
}

#app-login .sub-text {
  font-size: 2rem;
  white-space: nowrap;
}
