@import url('css/login.css');

@font-face {
  font-family: 'myLED';
  src: url(/css/fonts/CursedTimerUlil-Aznm.ttf);
}

.sidebar-logo {
  display: block;
  mask-size: cover;
  mask-image: url(/imgs/avatar.svg);
  min-width: 32px;
  height: 32px;
}

.subheading {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: large;
  color: var(--el-text-color-regular);
  margin-bottom: 0.5em !important;
}

.el-message-box__btns> :nth-last-child(1) {
  order: -1;
  margin-right: 12px;
}

.subform .el-form-item {
  margin-bottom: 18px !important;
}

@media only screen and (min-width: 992px) {
  .center-label .el-form-item__label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.el-slider--small .el-slider__button {
  width: 12px;
  height: 12px;
}

.compact .el-form-item {
  margin-bottom: 4px !important;
}