/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./app/theme/common.css ***!
  \************************************************************************/
.header-logo {
  height: 32px;
}

#basic-menu a {
  color: inherit;
  display: flex;
  text-decoration: none;
}

footer {
  padding: 32px 0;
  background-color: #f5f5f5;
  font-size: 12px;
  text-align: center;
}

.qc-detail-row-container .qc-detail-row:nth-child(odd) {
  background: #f7f7f7;
  padding: 4px 0 4px 0;
}

.qc-detail-row-container .qc-detail-row:nth-child(even) {
  padding: 4px 0 4px 0;
}
/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./app/theme/login.css ***!
  \***********************************************************************/
/* body */
body {
  background: #f5f5f5;
}

.body-login {
  background-color: #eee;
  background-blend-mode: lighten;
  background-size: auto;
}

/* Form Layout */
.form-container {
  max-width: 360px;
  margin: 64px auto;
  padding: 0 16px;
  background: #fff;
}

.heading-title {
  padding: 32px 0 12px 0;
  font-size: 20px;
  text-align: center;
}

.form-container p {
  font-size: 12px;
}

.form-container .form-container-title {
  text-align: center;
  font-size: 14px;
}

.login-form {
  padding: 0 16px;
}

.login-form .error-message {
  color: #ff0000;
}

.form-item {
  width: 100%;
  margin-bottom: 32px;
}

.form-item input {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  background: #fff;
  transition: border-color .5s;
  padding: 5px 15px;
}

.form-item textarea {
  width: 100%;
  padding: 5px 5px;
}

.form-item input:focus {
  border-bottom: 2px solid #d3d3d3;
  outline: none;
}

.form-item .img-wrapper {
  text-align: center;
}

.form-item .img-wrapper .img-email {
  width: 80px;
}

.button-panel {
  margin: 32px 0 0;
  width: 100%;
}

.button-panel-flex {
  display: flex;
}

.button-panel .button {
  display: flex;
  width: 100%;
  height: 48px;
  border: none;
  background: #007bff;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.button:hover {
  opacity: .8;
}

.button-panel .modify-button {
  display: flex;
  width: 100%;
  height: 48px;
  border-color: #007bff;
  ;
  background: #fff;
  color: #007bff;
  justify-content: center;
  align-items: center;
}

.modify-button:hover {
  opacity: .8;
}

.button-panel-flex .button {
  margin: 8px;
}

.button-panel-flex .modify-button {
  margin: 8px;
}

.form-footer {
  padding: 32px 16px;
  font-size: 12px;
  text-align: center;
}

.form-footer-divider {
  margin: 24px 0;
}

.form-footer .form-footer-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.form-footer a,
.form-footer a:hover,
.form-footer a:active,
.form-footer a:visited {
  color: #0000ff;
}

.login-failure-message {
  color: red;
}

.login-logout-message {
  color: red;
}

.mfa-qrcode {
  margin: auto;
}
/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./app/theme/index.css ***!
  \***********************************************************************/


/*# sourceMappingURL=main.css.map*/