#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.8);
  z-index: 200;
}

#loader img {
  position: relative;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}

#navbar {
  padding: .5rem 1rem;
  background: #eeeeee;
}

#container {
  padding: 1rem;
}

#login-form input {
  width: calc(100% - 1.5rem);
}

#login-form button[type=submit] {
  margin-right: .25rem;
}

#dashboard {
  text-align: center;
}

#dashboard .row {
  margin-bottom: 1rem;
}

#dashboard .value {
  margin-bottom: .25rem;
  font-size: 1.75rem;
  font-weight: 500;
}

#dashboard label {
  color: #636363;
}

#dashboard .block {
  padding: .5rem 0;
}

#telegram {
  float: right;
  margin: .5rem 0;
}
